Re: Re: kuduissue!

2019-03-07 Thread fengba...@uce.cn
冯宝利 Mobil:15050552430 Email:fengba...@uce.cn 发件人: Attila Bukor 发送时间: 2019-03-07 18:24 收件人: fengba...@uce.cn 抄送: user 主题: Re: kuduissue! Hi, From Impala 2.12 it's not allowed to set the kudu.table_name explicity on CREATE TABLE[1], so that part is expected. It's interesting that the table

kudu issue!

2019-03-07 Thread fengba...@uce.cn
Hi: When I upgraded from cm 5.14.0 to cm 6.1.0, there was a problem that I failed to create kudu tables using imapla. The specific impala client's error was as follows: ERROR: ImpalaRuntimeException: Error creating Kudu table 'impala::tmp_kudu.t_prs_acc_bill_prep' CAUSED BY:

kudu use impala query question!

2018-10-10 Thread fengba...@uce.cn
Hi: I used CDH5.14.0,kudu version is 1.6.0 (3 kudu master,7 kudu ts), Kudu ts and yarn mix and deploy on the same machine. 8 SAS on each TS machine (1T capacity) When I query the kudu table with impala, the kudu tsserver appears unavailable. The tsserver log: Log line format: [IWEF]mmdd

spark on kudu performance!

2018-06-11 Thread fengba...@uce.cn
Hi: I use kudu official website development documents, use spark analysis kudu data(kudu's version is 1.6.0): the official code is : val df = sqlContext.read.options(Map("kudu.master" -> "kudu.master:7051","kudu.table" -> "kudu_table")).kudu // Query using the Spark API...

question about kudu performance!

2018-04-03 Thread fengba...@uce.cn
(1)version The component version is: - CDH 5.14 - Kudu 1.6(2)FrameworkThe size of the kudu cluster(total 10 machines,256G mem,16*1.2T sas disk):-3 master node-7 tablet server nodeIndependent deployment of master and tablet server,but Yarn nodemanger and tablet server are deployed together