carbondata load failed then select error

2016-11-30 Thread geda
HI: i clone from git ,branch master , compile mvn hadoop 2.6.3 ,spark 1.6.1 follow the quick start , then run spark-shell $SPARK_HOME/bin/spark-shell --verbose --master local[4] --jars /usr/local/spark/lib/carbondata_2.10-0.3.0-incubating-SNAPSHOT-shade-hadoop2.6.3.jar,/usr/local/spark/lib/mysql

Re: carbondata load failed then select error

2016-11-30 Thread geda
more detail http://pastebin.com/Myp6aubs -- View this message in context: http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/carbondata-load-failed-then-select-error-tp3436p3439.html Sent from the Apache CarbonData Mailing List archive mailing list archive at Nabble.com.

Re: carbondata load failed then select error

2016-11-30 Thread geda
i back to use release version 0.2, work well. thanks -- View this message in context: http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/carbondata-load-failed-then-select-error-tp3436p3465.html Sent from the Apache CarbonData Mailing List archive mailing list archive at Nabb

carbondata-0.2 load data failed in yarn molde

2016-12-06 Thread geda
hello: i test data in spark locak model ,then load data inpath to table ,works well. but when i use yarn-client modle, with 1w rows ,error happend ,there is no lock find in tmp dir ,i don't know how to debug,help.thanks. local mode: run ok $SPARK_HOME/bin/spark-shell --master local[4] --jars /u

Re: carbondata-0.2 load data failed in yarn molde

2016-12-09 Thread geda
his issue after applying new configurations? > > Regards > Liang > > geda wrote > hello: > i test data in spark locak model ,then load data inpath to table ,works > well. > but when i use yarn-client modle, with 1w rows , size :940k ,but error > happend ,there is no loc

carbondata test join question

2016-12-14 Thread geda
hello i want to test orc ,carbon , which is faster test on yarn with 8 executors, each executor 4G,each 2 core spark1.6 ,carbon2.0 sql : join 3 table A :300W row,5GB B:13W row,30MB C:7W row,10MB like this: select b.id ,b.d_name ,a.v_no,count(*) o_count froma left join b on a.d_id=b.id left

Re: carbondata test join question

2016-12-14 Thread geda
hi,thanks like table a has 200+filelds , this sql use id ,v_id are is positin 3,4,should i put it in the first or second id or v_id cardinality id 3w~7w , 2016-12-15 9:29 GMT+08:00 杰 [via Apache CarbonData Mailing List archive] < ml-node+s1130556n4442...@n5.nabble.com>: > hi, geda

how to make carbon run faster

2016-12-30 Thread geda
Hello: i test the same data the same sql from two format ,1.carbondata 2,hive orc but carbon format run slow than orc. i use carbondata with index order like create table order hivesql:(dt is partition dir ) select count(1) as total ,status,d_id from test_orc where status !=17 and v_id in ( 9153

carbontable compact throw err

2017-01-03 Thread geda
Hello: in spark shell ,from carbonconext cc.sql("ALTER TABLE test COMPACT 'MINOR'") error happend. how to sloved it ? 7/01/03 18:52:32 INFO CarbonDataRDDFactory$: main Acquired the compaction lock for table test 17/01/03 18:52:32 INFO CarbonDataRDDFactory$: main loads identified for merge is 0 1

Re: carbontable compact throw err

2017-01-03 Thread geda
hello,1,2 is ok ,3 throw error -- View this message in context: http://apache-carbondata-mailing-list-archive.1130556.n5.nabble.com/carbontable-compact-throw-err-tp5382p5430.html Sent from the Apache CarbonData Mailing List archive mailing list archive at Nabble.com.