RE: [VOTE] Apache CarbonData 1.0.0-incubating release (RC2)

2017-01-20 Thread Kumar Vishal
+1 -Regards Kumar Vishal On Jan 21, 2017 08:03, "Jihong Ma" wrote: > +1 (binding) > > Build is successful and clean test result. > > Regards. > > Jihong > > -Original Message- > From: Liang Chen [mailto:chenliang6...@gmail.com] > Sent: Friday, January 20, 2017

Re: [VOTE] Apache CarbonData 1.0.0-incubating release (RC2)

2017-01-20 Thread jarray
+1 On 01/21/2017 10:27, Ravindra Pesala wrote: +1 Done sanity for all major features, it is fine. Regards, Ravindra. On Sat, Jan 21, 2017, 07:51 Liang Chen wrote: > +1(binding) > > I checked: > - name contains incubating > - disclaimer exists > - signatures and hash

Re: [VOTE] Apache CarbonData 1.0.0-incubating release (RC2)

2017-01-20 Thread Ravindra Pesala
+1 Done sanity for all major features, it is fine. Regards, Ravindra. On Sat, Jan 21, 2017, 07:51 Liang Chen wrote: > +1(binding) > > I checked: > - name contains incubating > - disclaimer exists > - signatures and hash correct > - NOTICE good > - LICENSE is good > -

Re: [VOTE] Apache CarbonData 1.0.0-incubating release (RC2)

2017-01-20 Thread Jacky Li
Please find the build guide as following: Build guide (need install Apache Thrift 0.9.3, can use command: mvn clean -DskipTests -Pbuild-with-format -Pspark-1.6 install), please find the detail: https://github.com/apache/incubator-carbondata/tree/master/build

[VOTE] Apache CarbonData 1.0.0-incubating release (RC2)

2017-01-20 Thread Jacky Li
Hi all, Please vote on releasing the following candidate as Apache CarbonData(incubating) version 1.0.0. Release Notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12320220=12338020

[jira] [Created] (CARBONDATA-675) DataLoad failure

2017-01-20 Thread abhishek giri (JIRA)
abhishek giri created CARBONDATA-675: Summary: DataLoad failure Key: CARBONDATA-675 URL: https://issues.apache.org/jira/browse/CARBONDATA-675 Project: CarbonData Issue Type: Bug

[jira] [Created] (CARBONDATA-674) Store compatibility 0.2 to 1.0

2017-01-20 Thread kumar vishal (JIRA)
kumar vishal created CARBONDATA-674: --- Summary: Store compatibility 0.2 to 1.0 Key: CARBONDATA-674 URL: https://issues.apache.org/jira/browse/CARBONDATA-674 Project: CarbonData Issue Type:

[jira] [Created] (CARBONDATA-673) Reverting big decimal compression as it has below issue

2017-01-20 Thread kumar vishal (JIRA)
kumar vishal created CARBONDATA-673: --- Summary: Reverting big decimal compression as it has below issue Key: CARBONDATA-673 URL: https://issues.apache.org/jira/browse/CARBONDATA-673 Project:

[jira] [Created] (CARBONDATA-671) Date data is coming as null when date data is before 1970

2017-01-20 Thread kumar vishal (JIRA)
kumar vishal created CARBONDATA-671: --- Summary: Date data is coming as null when date data is before 1970 Key: CARBONDATA-671 URL: https://issues.apache.org/jira/browse/CARBONDATA-671 Project:

[jira] [Created] (CARBONDATA-670) Add new MD files for Data Types and File Structure.

2017-01-20 Thread Pallavi Singh (JIRA)
Pallavi Singh created CARBONDATA-670: Summary: Add new MD files for Data Types and File Structure. Key: CARBONDATA-670 URL: https://issues.apache.org/jira/browse/CARBONDATA-670 Project: CarbonData

[jira] [Created] (CARBONDATA-669) org.apache.carbondata.spark.testsuite.allqueries.InsertIntoCarbonTableTestCase.insert into carbon table from carbon table union query random test failure

2017-01-20 Thread Mohammad Shahid Khan (JIRA)
Mohammad Shahid Khan created CARBONDATA-669: --- Summary: org.apache.carbondata.spark.testsuite.allqueries.InsertIntoCarbonTableTestCase.insert into carbon table from carbon table union query random test failure Key:

[GitHub] incubator-carbondata-site pull request #7: Restructured documentation for ca...

2017-01-20 Thread PallaviSingh1992
GitHub user PallaviSingh1992 opened a pull request: https://github.com/apache/incubator-carbondata-site/pull/7 Restructured documentation for carbon data Version 1.0 We have restructured the Documentation: 1. Added new page for Data Types 2. Added new page for File Structure

Re: Re: Failed to APPEND_FILE, hadoop.hdfs.protocol.AlreadyBeingCreatedException

2017-01-20 Thread Ravindra Pesala
Hi, Please use "mvn clean -DskipTests -Pspark-1.5 -Dspark.version=1.5.2 -Phadoop-2.7.2 package" Regards, Ravindra On 20 January 2017 at 15:42, manish gupta wrote: > Can you try compiling with hadoop-2.7.2 version and use it and let us know > if the issue still

Re: Re: Failed to APPEND_FILE, hadoop.hdfs.protocol.AlreadyBeingCreatedException

2017-01-20 Thread manish gupta
Can you try compiling with hadoop-2.7.2 version and use it and let us know if the issue still persists. "mvn package -DskipTests -Pspark-1.5.2 -Phadoop-2.7.2 -DskipTests" Regards Manish Gupta On Fri, Jan 20, 2017 at 1:30 PM, 彭 wrote: > I build the jar with hadoop2.6, like

[jira] [Created] (CARBONDATA-668) Data loading failed on the latest build

2017-01-20 Thread SWATI RAO (JIRA)
SWATI RAO created CARBONDATA-668: Summary: Data loading failed on the latest build Key: CARBONDATA-668 URL: https://issues.apache.org/jira/browse/CARBONDATA-668 Project: CarbonData Issue

Re: Re: Failed to APPEND_FILE, hadoop.hdfs.protocol.AlreadyBeingCreatedException

2017-01-20 Thread Liang Chen
Hi mvn -DskipTests -Pspark-1.5 -Dspark.version=1.5.2 clean package Please refer to build doc: https://github.com/apache/incubator-carbondata/tree/master/build Regards Liang 2017-01-20 16:00 GMT+08:00 彭 : > I build the jar with hadoop2.6, like "mvn package -DskipTests >