Re: Fw:carbonthriftserver can not be load many times
Posted by
dylan on
Sep 15, 2017; 8:57am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/Fw-carbonthriftserver-can-not-be-load-many-times-tp21823p22400.html
hi Ravi :
in my case,1,2,5 and 6 step is one session on spark-shell ,4 and 7 is
one session on beeline,
According to your Suggest,i test this case on the current master branch,
when i use beeline there is no Btree load failed info,but in my table there
is no data,All the data is null,but in spark-shell is ok.
spark-shell:
+---+-----+--------+---+
| id| name| city|age|
+---+-----+--------+---+
| 1|david|shenzhen| 31|
| 2|eason|shenzhen| 27|
| 3|jarry| wuhan| 35|
+---+-----+--------+---+
beeline:
0: jdbc:hive2://localhost:10000> select * from carbondb.test_table;
+-------+-------+-------+-------+--+
| id | name | city | age |
+-------+-------+-------+-------+--+
| NULL | NULL | NULL | NULL |
| NULL | NULL | NULL | NULL |
| NULL | NULL | NULL | NULL |
+-------+-------+-------+-------+--+
thanks!
--
Sent from:
http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/