#

hive

  • 新手必備:大數(shù)據(jù)框架Hadoop主要模塊解析

    hadoop Common: 包括Hadoop常用的工具類,由原來的Hadoop core部分更名而來。主要包括系統(tǒng)配置工具Configuration、遠程過程調(diào)用RPC、序列化機制和Hadoop抽象

    作者:Hjiangxue
    2020-06-16 21:08:13
  • hive安裝

    Hive只在一個節(jié)點上安裝即可1.上傳tar包2.解壓 tar -zxvf hive-0.9.0.tar.gz -C /cloud/3.安裝mysql數(shù)據(jù)庫(切換到root用戶)(裝在哪里沒有限制,只

    作者:yushiwh
    2020-06-16 01:55:14
  • hive distict 和 count 操作reducer只有一個的問題

    select count(distinct *) from table;這樣寫會生成一個job 只有一個reducer執(zhí)行,可以改為如下:select count(*) from (select di

    作者:落花非有意
    2020-06-14 21:47:09
  • Hive-1.2.0學(xué)習(xí)筆記匯總

    魯春利的工作筆記,誰說程序員不能有文藝范?Hive-1.2.0學(xué)習(xí)筆記(一)安裝配置    http://luchunli.blog.51cto.com/236

    作者:luchunli1985
    2020-06-14 11:33:16
  • hive-exec-*/.jar

    啟動hive報錯:Missing Hive Execution Jar: /home/hadoop/local/hbase-2.1.0/lib/hive-exec-*.jar相關(guān)jar包下載鏈接htt

    作者:CARYFLASH
    2020-06-13 13:19:33
  • Ambari Hive 無法正常查詢 問題分析處理

    1.今天遇到一個錯誤,在連接到hive之后,無法執(zhí)行任何命令。$ beeline -u "jdbc:hive2://hostname.domain.cn:100

    作者:hsbxxl
    2020-06-13 06:07:09
  • Hive創(chuàng)建表及插入數(shù)據(jù)demo

    create table student(id int comment "學(xué)生id",name string comment "學(xué)生姓名",age int co

    作者:zjy1002261870
    2020-06-12 21:54:49
  • 大數(shù)據(jù)之---Hive全網(wǎng)最詳細的編譯tar及部署終極篇

    1、軟件環(huán)境RHEL6角色jdkhadoop-2.8.1.tar.gz  apache-maven-3.3.9 mysql-5.1xx.xx.xx.xx ip地址NNha

    作者:ycwyong
    2020-06-12 10:33:38
  • 在Hive中如何實現(xiàn)數(shù)據(jù)分區(qū)

                       Hive中的分區(qū)就是分目錄,把一個大的數(shù)據(jù)

    作者:caosheng03
    2020-06-11 12:06:27
  • 第57課:Spark SQL on Hive配置及實戰(zhàn)

    1,首先需要安裝hive,參考http://lqding.blog.51cto.com/9123978/1750967 2,在spark的配置目錄下添加配置文件,讓Spark可以訪問hive的meta

    作者:lqding1980
    2020-06-10 14:06:35