自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

原创 quickSort

#include <stdlib.h> #include <stdio.h> #include <time.h> #define MAX_NUM 1000 typedef struct __node{     char data[12] ;     struct __node  * next ; } radix_node ; static void cre...

2018-10-13 01:05:33 142

原创 ERROR org.apache.kafka.common.errors.InvalidReplicationFactorException: replication factor: 3 larger

Two solutions: 1. Mention zookeeper chroot directory while creating topic as follows (in my case chroot is /kafka) kafka-topics --zookeeper :2181/kafka --create --topic first --partitions 1 --re

2017-11-07 16:24:30 10298

原创 org.apache.hadoop.hbase.TableNotFoundException: TRAFODION._DTM_.TDDL

在执行initialize trafodion的过程中报了org.apache.hadoop.hbase.TableNotFoundException: TRAFODION._DTM_.TDDL的异常,重启hbase cluster,然后执行: initialize trafodion,drop initialize trafodion

2017-09-01 11:22:44 3410

原创 trafodion Exception ERROR Class org.apache.hadoop.hbase.coprocessor.transactional.TrxRegionEndpoint

通过cloudera manager 设置以下参数即可: hbase.table.sanity.checks=true(hbase)

2017-09-01 09:54:27 367

原创 trafodion sqlci (core dumped)

搭建好tradodion,用sqlci登录的时候进程退出,报错core dumped错误,最终发现是内存不足导致,添加swapfile解决了些问题

2017-09-01 09:43:20 379

原创 Job Submission failed with exception 'java.lang.RuntimeException(ORC split generation failed with ex

重新创建表,加载数据即可

2017-07-03 22:24:50 4314

原创 hive count(*) 获得0行数据

配置hive支持事务操作,在hive-site.xml里添加以配置:           hive.support.concurrency           true               hive.enforce.bucketing           true               hive.exec.dynamic.partition.mode

2017-07-03 21:44:34 2145

原创 hive 认证

Pluggable custom authentication: Pluggable custom authentication provides a custom authentication provider for HiveServer2. To enable it, confgure the settings as follows: hive.server2.authenticat

2017-06-21 19:01:18 456

原创 hive 优化点

1,表分区 2,表分桶 3,index 4,尽量采用orc格式的表 5,合并小文件 6,Local mode running: hive.exec.mode.local.auto=true   hive.exec.mode.local.auto.inputbytes.max=50000000   hive.exec.mode.local.auto.input.files.max=5

2017-06-21 18:20:57 200

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除