[jira] [Created] (CARBONDATA-887) lazy rdd iterator for InsertInto

2017-04-07 Thread QiangCai (JIRA)
QiangCai created CARBONDATA-887: --- Summary: lazy rdd iterator for InsertInto Key: CARBONDATA-887 URL: https://issues.apache.org/jira/browse/CARBONDATA-887 Project: CarbonData Issue Type:

[jira] [Created] (CARBONDATA-886) remove all redundant local variable

2017-04-07 Thread QiangCai (JIRA)
QiangCai created CARBONDATA-886: --- Summary: remove all redundant local variable Key: CARBONDATA-886 URL: https://issues.apache.org/jira/browse/CARBONDATA-886 Project: CarbonData Issue Type:

Re: how to load the dictionary file when loading data.

2017-04-07 Thread Bhavya Aggarwal
Hi , Can you send me the the content that you are using for Dictionary file as it will be easier to see what is wrong there. Regards Bhavya On Fri, Apr 7, 2017 at 2:16 PM, ytx <784606...@qq.com> wrote: > I just want to know how to load the dictionary file when loading data. > example:load data

Re: how to load the dictionary file when loading data.

2017-04-07 Thread QiangCai
Hi, You can have a look AllDictionaryExample in spark module. A example of dict file as following: 2,usa 2,china 1,2015/7/26 1,2015/7/23 1,2015/7/30 3,aaa3 3,aaa10 The line format is "," Best regards David QiangCai -- View this message in context:

[jira] [Created] (CARBONDATA-884) [Documentation] information on assembly jar to be provided in Quick Start

2017-04-07 Thread Gururaj Shetty (JIRA)
Gururaj Shetty created CARBONDATA-884: - Summary: [Documentation] information on assembly jar to be provided in Quick Start Key: CARBONDATA-884 URL: https://issues.apache.org/jira/browse/CARBONDATA-884

how to load the dictionary file when loading data.

2017-04-07 Thread ytx
I just want to know how to load the dictionary file when loading data. example:load data inpath '/person.txt' into table person

Re: Getting Error in Cloudera Distribution

2017-04-07 Thread Lu Cao
You only need to add the assembly jar, instead of the others you list. 4e.g. assembly/target/scala-2.10/carbondata_2.10-1.1.0-incubating-SNAPSHOT-shade-hadoop2.2.0.jar On Fri, Apr 7, 2017 at 4:28 PM, Srigopal Mohanty wrote: > Spark version is 1.6 > > Yes i am using

[jira] [Created] (CARBONDATA-883) Select query after alter is not working fine with integer datatype.

2017-04-07 Thread SWATI RAO (JIRA)
SWATI RAO created CARBONDATA-883: Summary: Select query after alter is not working fine with integer datatype. Key: CARBONDATA-883 URL: https://issues.apache.org/jira/browse/CARBONDATA-883 Project:

Re: Getting Error in Cloudera Distribution

2017-04-07 Thread Lu Cao
What's the spark version you're using? Did you add "--jars " when you start the spark shell? On Fri, Apr 7, 2017 at 3:38 PM, Srigopal Mohanty wrote: > Hi Lionel, > > I followed the same link. I am using cloudera sandbox, which is > preconfigured. > > CarbonData is

Re: Getting Error in Cloudera Distribution

2017-04-07 Thread Srigopal Mohanty
Hi Lionel, I followed the same link. I am using cloudera sandbox, which is preconfigured. CarbonData is cloned it from git URL specified. And maven build was done as per the steps mentioned. Thanks, Srigopal On 07-Apr-2017 1:05 pm, "Lu Cao" wrote: Hi Srigopal, You can

Re: Getting Error in Cloudera Distribution

2017-04-07 Thread Lu Cao
Hi Srigopal, You can follow this: https://github.com/apache/incubator-carbondata/blob/master/docs/quick-start-guide.md Make sure you have correctly configured carbon and spark. Thanks, Lionel On Fri, Apr 7, 2017 at 3:16 PM, Srigopal Mohanty wrote: > Hi Team, > >

Getting Error in Cloudera Distribution

2017-04-07 Thread Srigopal Mohanty
Hi Team, Getting error after building the carbon data git repo the in Cloudera distribution. in spark-shell console - :25: error: object CarbonContext is not a member of package org.apache.spark.sql import org.apache.spark.sql.CarbonContext Any pointers. Thanks, Srigopal