摘要:
1、 进入Hbase shell sz280328:cloudera-scm@/home/cloudera-scm>hbase shell 2、 建表,插入一行数据 hbase(main):001:0> create 'hbase_stu', 'stu_info', 'score' hbase(ma 阅读全文
摘要:
create database hive_to_mongodb;add jar /hgx/mongo-hadoop-core-1.5.1.jar /hgx/mongo-hadoop-hive-1.5.1.jar /hgx/mongo-java-driver-3.2.1.jar;add jar /ja 阅读全文
摘要:
#!/bin/bash #################################### code review heguoxiu@berchina.com 20170504# System Name : 大数据智慧分析平台# Author : heguoxiu# Description : 阅读全文
摘要:
导入hdfs建表 use ods_db;CREATE EXTERNAL TABLE BER_O2O_PV(JSON STRING)PARTITIONEDBY(YEARSTRING,MONTHSTRING)STORED AS TEXTFILELOCATION '/ODS/ODS_DB/BER_O2O_ 阅读全文
摘要:
set hive.cli.print.header=true;set mapred.max.split.size=256000000;set mapred.min.split.size.per.node=256000000;set mapred.min.split.size.per.rack=256 阅读全文
摘要:
#!/bin/bash #################################### code review heguoxiu@berchina.com 20170504# System Name : 大数据智慧分析平台# Author : heguoxiu# Description : 阅读全文
摘要:
#################################### code review heguoxiu@berchina.com 20170504# System Name : 大数据智慧分析平台# Author : heguoxiu# Description : 数据库配置差数#### 阅读全文
摘要:
#################################### code review heguoxiu@berchina.com 20170504# System Name : 大数据智慧分析平台# Author : heguoxiu# Description : 公共变量配置差数### 阅读全文
摘要:
#!/bin/bash #################################### code review heguoxiu@berchina.com 20170504# System Name : 大数据智慧分析平台# Author : heguoxiu# Description : 阅读全文
摘要:
#!/bin/bash ########################################### System Name : 大数据智慧分析平台 ## Author : heguoxiu ## Description : sqoop导入数据到hdfs ################# 阅读全文