Java.lang.NoSuchMethodError: org.apache.hadoop.yarn.conf.YarnConfiguration.getServiceAddressConfKeys (Lorg/apache/hadoop/conf/Configuration; ) Ljava/util/List;

2016-01-05 Thread Kiriti Sai
Hi, I've recently update the binaries in my Kylin setup from v1.1 incubating to v1.2. The cubes which were building fine till now are throwing the above error. This error is occuring in the extract fact table distinct columns step. (Step 2). Can you please point out any mistakes with the upgrading

Re: Java.lang.NoSuchMethodError: org.apache.hadoop.yarn.conf.YarnConfiguration.getServiceAddressConfKeys (Lorg/apache/hadoop/conf/Configuration; ) Ljava/util/List;

2016-01-05 Thread Xiaoyu Wang
Hi Sai! You can see the same topic : http://apache-kylin.74782.x6.nabble.com/NoSuchMethodError-org-apache-hadoop-yarn-conf-YarnConfiguration-getServiceAddressConfKeys-td2937.html#a2943 在 2016年01月05日 18:27, Kiriti Sai 写道: Hi, I've recently update the binaries in my Kylin setup from v1.1

Re: Re: about the parameter 'acceptPartial'

2016-01-05 Thread Li Yang
You don't need to set it up in JDBC, it's false by default. On Tue, Jan 5, 2016 at 6:10 PM, wangsh...@sinoaudit.cn < wangsh...@sinoaudit.cn> wrote: > Yes, how can I do? > > > > wangsh...@sinoaudit.cn > > From: Li Yang > Date: 2016-01-05 17:29 > To: dev > Subject: Re: about the parameter

Re: Re: about the parameter 'acceptPartial'

2016-01-05 Thread wangsh...@sinoaudit.cn
Yes, how can I do? wangsh...@sinoaudit.cn From: Li Yang Date: 2016-01-05 17:29 To: dev Subject: Re: about the parameter 'acceptPartial' You want it be "false" always. When "true", Kylin may choose to return incorrect partial result as purpose of preview. On Mon, Jan 4, 2016 at 6:16 PM,

Re: org.apache.hadoop.hive.ql.metadata.HiveException

2016-01-05 Thread ShaoFeng Shi
It makes progress, this time the root cause is "java.lang.ClassNotFoundException: javax.jdo.JDOObjectNotFoundException". It indicates that 4 jars are not enough, jars which are needed by HCatalog and not appeared in your MR nodes need be added to the HDFS folder as well, like jdo-api-xx.jar. Just

ODBC Driver Source Location

2016-01-05 Thread Shashank Prabhakara
Hi, I want to make sure that the ODBC driver repo ( https://github.com/KylinOLAP/odbc-driver) has the up to date code. There has been no commits since in that July 2015 but I noticed some improvements on the driver in the Kylin 1.2 release notes. Regards, Shashank

Re: ODBC Driver Source Location

2016-01-05 Thread Shashank Prabhakara
Thanks Dong Li Regards, Shashank On Wed, Jan 6, 2016 at 11:58 AM, Dong Li wrote: > Hello Shashank, > > Latest ODBC code repo is on 2.x-staging branch: > https://github.com/apache/kylin/tree/2.x-staging/odbc > > Thanks, > Dong Li > > 2016-01-06 14:24 GMT+08:00 Shashank

?????? org.apache.hadoop.hive.ql.metadata.HiveException

2016-01-05 Thread ????
hi, I,m from hive copy all jars to hdfs folder. run have a error. java.io.IOException: NoSuchObjectException(message:default.kylin_intermediate_learn_kylin_four_2015020100_2015123000_8d26cc4b_e012_4414_a89b_c8d9323ae277 table not found) at

Re: Welcome new Apache Kylin committer: Luwei Chen

2016-01-05 Thread Jian Zhong
Welcome Luwei ! On Mon, Jan 4, 2016 at 3:55 PM, Li Yang wrote: > Welcome, Luwei~~~ > > On Sat, Jan 2, 2016 at 12:08 AM, Julian Hyde wrote: > > > Congratulations and welcome, Luwei! > > > > Julian > > > > > On Dec 30, 2015, at 7:56 PM,

[jira] [Created] (KYLIN-1290) Add new model: False alarm when clicking previous wizard step at Dimensions or Measures

2016-01-05 Thread Lola Liu (JIRA)
Lola Liu created KYLIN-1290: --- Summary: Add new model: False alarm when clicking previous wizard step at Dimensions or Measures Key: KYLIN-1290 URL: https://issues.apache.org/jira/browse/KYLIN-1290 Project:

Re: Java.lang.NoSuchMethodError: org.apache.hadoop.yarn.conf.YarnConfiguration.getServiceAddressConfKeys (Lorg/apache/hadoop/conf/Configuration; ) Ljava/util/List;

2016-01-05 Thread Kiriti Sai
Hi Wang, The version of Hadoop in the cluster is 2.6. I've setup Hbase 0.98.15 using binaries, in which there are some jar files of the Hadoop version 2.2, like hadoop-yarn-client-2.2.jar. As I've mentioned already, this setup has worked with the previous version of Kylin 1.1-incubating, but has

Re: Java.lang.NoSuchMethodError: org.apache.hadoop.yarn.conf.YarnConfiguration.getServiceAddressConfKeys (Lorg/apache/hadoop/conf/Configuration; ) Ljava/util/List;

2016-01-05 Thread 王晓雨
Hi, When kylin build cube,it will execute mapreduce job,kylin use ResourceManager address to get the mapreduce job status。kylin read the kylin.properties file to get the RM url first。if not config,kylin will read hadoop config to get the RM address by HAUtils api in hadoop 2.4+。because hadoop

Re: Java.lang.NoSuchMethodError: org.apache.hadoop.yarn.conf.YarnConfiguration.getServiceAddressConfKeys (Lorg/apache/hadoop/conf/Configuration; ) Ljava/util/List;

2016-01-05 Thread Kiriti Sai
Hi, Can you please explain it in a slightly detailed manner. I understand that the url you are referring to is the resource manager url, but it's particular to a job right? How can something particular to a job be set as a property for Kylin. I'm sorry if I'm mistaken. Or are you intending that