Re: After MAJOR index lost

2017-11-01 Thread Liang Chen
Hi Yes, checked the log message, looks have some issues. Can you share the reproduce steps: Did you use how many machines to do data load, and load how many times? Regards Liang yixu2001 wrote > dev > environment spark.2.1.1 carbondata 1.1.1 hadoop 2.7.2 > > run ALTER table

Re: Delegation Token can be issued only with kerberos or web authentication" will occur in yarn cluster

2017-11-01 Thread Naresh P R
Hi, Ideally kerberos authentication should work with carbon table, Can you share us log trace to analyze further more? how are you passing the principal in yarn cluster ? can you try to set hive.server2.enable.doAs = false & run query on carbon table ? Regards, Naresh P R On Wed, Nov 1,

Delegation Token can be issued only with kerberos or web authentication" will occur in yarn cluster

2017-11-01 Thread yixu2001
dev I submit a spark application in mode yarn cluster to a cluster with kerberos. In this application, it will successfully query a hive table, but when it try to query a carbon table, it failed with infomation "Delegation Token can be issued only with kerberos or web authentication". If I