Re: carbondata hive

2017-03-29 Thread Sea
set hive.mapred.supports.subdirectories=true; set mapreduce.input.fileinputformat.input.dir.recursive=true; -- Original -- From: "261810726";<261810...@qq.com>; Date: Wed, Mar 29, 2017 07:42 PM To: "dev"; Subject: Re:

Re: carbondata hive

2017-03-29 Thread Sea
Hi, fengyun: please do as the follow steps https://github.com/cenyuhai/incubator-carbondata/blob/CARBONDATA-727/integration/hive/hive-guide.md -- Original -- From: "";<1141982...@qq.com>; Date: Wed, Mar 29, 2017 09:21 AM To:

Re: data not input hive

2017-03-27 Thread Sea
Now Spark persist data source table into Hive metastore in Spark SQL specific format. This is not a bug. -- Original -- From: "";<1141982...@qq.com>; Date: Mon, Mar 27, 2017 04:47 PM To: "dev"; Subject: data

Re: [apache/incubator-carbondata] [CARBONDATA-727][WIP] addhiveintegration for carbon (#672)

2017-03-27 Thread Sea
"Mention"<ment...@noreply.github.com>; Subject: Re: [apache/incubator-carbondata] [CARBONDATA-727][WIP] addhiveintegration for carbon (#672) @sea hi i tried to use hive with the steps you mentioned from you pr but get table not found exception from hive cli, here are the

Re: [apache/incubator-carbondata] [CARBONDATA-727][WIP] add hiveintegration for carbon (#672)

2017-03-23 Thread Sea
* from hive_carbon" and "select * from hive_carbon order by id" 8.the table are still available in spark -- Original -- From: "Liang Chen";<notificati...@github.com>; Date: Thu, Mar 23, 2017 00:09 AM To: "apac

Re: [apache/incubator-carbondata] [CARBONDATA-727][WIP] add hiveintegration for carbon (#672)

2017-03-23 Thread Sea
quot;select * from hive_carbon" and "select * from hive_carbon order by id" 8.the table are still available in spark -- Original -- From: "Liang Chen";<notificati...@github.com>; Date: Thu, Mar 23, 2017 00:09 AM To: "ap

about hive integration

2017-03-19 Thread Sea
Hi, all: I am working on hive integration (CARBONDATA-727). This is my pr: https://github.com/apache/incubator-carbondata/pull/672. Anyone can give me some advice? Yuhai

Re: [ANNOUNCE] Hexiaoqiao as new Apache CarbonData committer

2017-02-20 Thread Sea
Congratulations -- Original -- From: "Ravindra Pesala";; Date: Tue, Feb 21, 2017 02:08 PM To: "dev"; Subject: Re: [ANNOUNCE] Hexiaoqiao as new Apache CarbonData committer Congratulations

Re: Some questions about compiling carbondata

2016-12-15 Thread Sea
Carbon don't support spark 2.x -- Original -- From: "??";<251469...@qq.com>; Date: Thu, Dec 15, 2016 07:45 PM To: "dev"; Subject: Some questions about compiling carbondata Hi all, I've tried the following two

Re: About hive integration

2016-12-09 Thread Sea
It looks like that we just need to implement CarbonFileStorageFomartDescriptor and CarbonHiveSerde CarbonInputformat/CarbonOutputformat already exists in master branch @Liang, can you create a module for hive? import java.util.Set; import

[Discussion] Some confused properties

2016-12-08 Thread Sea
Hi, all: I am trying to use carbon, but I am confused about the properties as blow: carbon.storelocation=hdfs://hacluster/Opt/CarbonStore #Base directory for Data files carbon.ddl.base.hdfs.url=hdfs://hacluster/opt/data #Path where the bad records are stored

Fw: Re?? CarbonData propose major version number increment for nextversion (to 1.0.0)

2016-12-04 Thread Sea
+1 sorry, I miss the major changes in API Regards yuhai -- Original -- From: "Sea";<261810...@qq.com>; Date: Fri, Nov 25, 2016 05:34 PM To: "dev"<dev@carbondata.incubator.apache.org>; Subject: Re?? CarbonData propos

Why INT type is stored like BIGINT?

2016-12-03 Thread Sea
Hi, all: I find that INT is is stored like BIGINT? Why?

About measure in carbon

2016-12-03 Thread Sea
Hi, all: I find the following codes in carbon CarbonCommonConstans.java. What does these measures mean??Can I add a type for SHORT_VALUE_MEASURE = 's' ? /** * DOUBLE_VALUE_MEASURE */ public static final char SUM_COUNT_VALUE_MEASURE = 'n'; /** * BYTE_VALUE_MEASURE */ public static

About hive integration

2016-12-03 Thread Sea
Hi, all: Now carbondata is not working in hive which is the most widely used query engine. In my company, if I want to use carbon, I need to query carbondata table in hive. I think we should implement the following features in hive: 1. DDL create/drop/alter carbondata table 2.

回复: Please vote and advise on building thrift files

2016-11-17 Thread Sea
+1 for first proposal too. -- 原始邮件 -- 发件人: "Jean-Baptiste Onofr ";; 发送时间: 2016年11月18日(星期五) 中午11:11 收件人: "dev"; 主题: Re: Please vote and advise on building thrift files +1 for first proposal too.

??????Questions about AggType

2016-11-13 Thread Sea
yes??The measure type only support bigint, double, decimal. -- -- ??: "Jay";<2550062...@qq.com>; : 2016??11??14??(??) 10:38 ??: "dev"<dev@carbondata.incubator.apache.org>; : ??Qu

Questions about AggType

2016-11-13 Thread Sea
Hi??all: I feel a little confused abount AggType, Anyone can explain ? public static char getAggType(DataType dataType) { switch (dataType) { case DECIMAL: return CarbonCommonConstants.BIG_DECIMAL_MEASURE; case INT: case LONG: return