Hi, I think you are using mysql hive metastore and connected thrift server and spark-shell at same time, So 2 drivers are accessing the carbonstore at same time and changing the metadata of it. It seems there are some refresh issues in carbon in this case. Please raise a jira ticket we will look into it.
Regards, Ravindra. On 15 September 2017 at 14:27, dylan <[email protected]> wrote: > hi Ravi : > in my case,1,2,5 and 6 step is hone 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. > 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/ > -- Thanks & Regards, Ravi
