Re: select * clause still case all regionserver crash

2016-12-07 Thread alaleiwang
about v1.5.4,"select * from table limit N" clause seems not to crash regionserver,but meantime no result return for the clause -- View this message in context: http://apache-kylin.74782.x6.nabble.com/select-clause-still-cause-all-regionserver-crash-tp6474p6535.html Sent from the Apache Kylin

Re: select * clause still case all regionserver crash

2016-12-04 Thread alaleiwang
thanks a lot,i will check KYLIN-1936 and try v1.5.4 to find if it will solve our problem by use "select * from table limit N" i am still afraid the case the user will use "select *" clause even without "limit",how can we deal with this one? -- View this message in context:

Re: select * clause still case all regionserver crash

2016-12-01 Thread alaleiwang
KYLIN-1787 say fixed in v1.5.3,but it still happened from v1.5.1 to v1.5.3 -- View this message in context: http://apache-kylin.74782.x6.nabble.com/select-clause-still-cause-all-regionserver-crash-tp6474p6476.html Sent from the Apache Kylin mailing list archive at Nabble.com.

select * clause still case all regionserver crash

2016-12-01 Thread alaleiwang
hi: i ask the question at :http://apache-kylin.74782.x6.nabble.com/some-question-about-setMaxResultSize-for-scanner-CubeHBaseScanRPC-CubeHBaseEndpointRPC-td4983.html#a5007 https://issues.apache.org/jira/browse/KYLIN-1787 say it solved the problem but i am still now suffering from the

kylin.hdfs.working.dir becoming too large

2016-06-28 Thread alaleiwang
hi: we found the hdfs storage defined by kylin.hdfs.working.dir becoming too large,and seems to be larger than kylin related hbase storage,what are these storage for? is it safe to remove some data in this dir? some sub directory for example:

Re: CubeHFileJob fail with mr job configuration

2016-05-04 Thread alaleiwang
“2016-04-29 14:41:25,429 INFO [main] org.apache.zookeeper.ZooKeeper: Initiating client connection, connectString=localhost:2181 sessionTimeout=18 watcher=hconnection-0x2888dbf40x0, quorum=localhost:2181, baseZNode=/hbase ” above was the hbase operation beginning;the reduce job was trying to

Re: CubeHFileJob fail with mr job configuration

2016-05-04 Thread alaleiwang
and please notice the what above changing code done is just let CubeHFileJob get hbase related configuration ,especiall the very "hbase.zookeeper.quorum" -job = Job.getInstance(getConf(), getOptionValue(OPTION_JOB_NAME)); +Configuration conf =

Re: CubeHFileJob fail with mr job configuration

2016-05-03 Thread alaleiwang
no ,i am using cluster mode on an offline-testing hadoop 2.4.1 cluster,the env is the same as our production cluster -- View this message in context: http://apache-kylin.74782.x6.nabble.com/CubeHFileJob-fail-with-mr-job-configuration-tp4331p4374.html Sent from the Apache Kylin mailing list

Re: CubeHFileJob fail with mr job configuration

2016-05-02 Thread alaleiwang
any reply for this? -- View this message in context: http://apache-kylin.74782.x6.nabble.com/CubeHFileJob-fail-with-mr-job-configuration-tp4331p4343.html Sent from the Apache Kylin mailing list archive at Nabble.com.

CubeHFileJob fail with mr job configuration

2016-04-29 Thread alaleiwang
hi: CubeHFileJob REDUCE STAGE failed with following error: 2016-04-29 14:41:25,421 INFO [main] org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper: Process identifier=hconnection-0x2888dbf4 connecting to ZooKeeper ensemble=localhost:2181 2016-04-29 14:41:25,427 INFO [main]

Re: KYLIN-955 not work

2016-04-28 Thread alaleiwang
related words are added to KYLIN-955 comments -- View this message in context: http://apache-kylin.74782.x6.nabble.com/KYLIN-955-not-work-tp4313p4316.html Sent from the Apache Kylin mailing list archive at Nabble.com.

KYLIN-955 not work

2016-04-27 Thread alaleiwang
within ldap non-admin user,HiveColumnCardinalityJob fail with mapreduce.job.queue defined in file kylin_job.xml and i notice same issue fixed by KYLIN-955 after kylin 1.3,but why it still not work on my kylin 1.5.1(hadoop 2.4.1)? i review the related patch,and suspect for the following code

Re: kylin.metadata.url with hbase namespace problem

2016-02-02 Thread alaleiwang
because i want to change hbase namespace from "default" to "ALALEI",for security reason -- View this message in context: http://apache-kylin.74782.x6.nabble.com/kylin-metadata-url-with-hbase-namespace-problem-tp3577p3583.html Sent from the Apache Kylin mailing list archive at Nabble.com.

Re: kylin.metadata.url with hbase namespace problem

2016-02-02 Thread alaleiwang
the above kylin.metadata.url with namespace works fine with hbase operation,and i can see hbase new tables created under namespace "ALALEI" the error happens in ./job/src/main/java/org/apache/kylin/job/JoinedFlatTable.java with function generateCreateTableStatement,where the second parameter