Re: 回复:About kylin restful:

2016-05-23 Thread zhangrongkun
I have used: curl -c /tmp/cookiefile.txt -X POST -H "Authorization: Basic(base64(ADMIN:KYLIN))" -H 'Content-Type: application/json' http://localhost:7070/kylin/api/user/authentication although can't meet exception,My /tmp/cookiefile.txt only has this content: # Netscape HTTP Cookie File #

About kylin restful:

2016-05-23 Thread zhangrongkun
when I use: curl -c /tmp/cookiefile.txt -X POST -H "Authorization: Basic ADMIN" -H 'Content-Type: application/json' http://localhost:7070/kylin/api/user/authentication the command returns exception: Apache Tomcat/7.0.59 - Error report HTTP Status 500 - Cannot create a session after the

Re: Is day type a special date type ?

2016-05-23 Thread zhangrongkun
Yes.You are right,thank you very much. -- View this message in context: http://apache-kylin.74782.x6.nabble.com/Is-day-type-a-special-date-type-tp4674p4677.html Sent from the Apache Kylin mailing list archive at Nabble.com.

Is day type a special date type ?

2016-05-23 Thread zhangrongkun
At query time,my sql is:select day ,sum(sendmsgs) from sendlog_daily group by day; but result exception : ,But my sql is :select sex ,sum(sendmsgs) from sendlog_daily group by sex; It return right --

cube question:

2016-05-18 Thread zhangrongkun
cube question: If My hive has partition by date,but the date formate by MMdd and it's datatype is string, And I build cube set "Refresh Setting",if hive's data have increase by date,can kylin will auto refresh the cube by date? -- View this message in context:

Re: 答复: When build cube, the jobs can't continue go, kylin got this log:

2016-05-15 Thread zhangrongkun
OK,thank you. -- View this message in context: http://apache-kylin.74782.x6.nabble.com/When-build-cube-the-jobs-can-t-continue-go-kylin-got-this-log-tp4503p4545.html Sent from the Apache Kylin mailing list archive at Nabble.com.

When build cube, the jobs can't continue go, kylin got this log:

2016-05-11 Thread zhangrongkun
[pool-5-thread-1]:[2016-05-12 13:38:06,966][INFO][org.apache.kylin.job.impl.threadpool.DefaultScheduler$FetcherRunner.run(DefaultScheduler.java:112)] - Job Fetcher: 1 running, 1 actual running, 0 ready, 8 others [pool-5-thread-1]:[2016-05-12

My cube build successfully,but when query return empty data set

2016-05-10 Thread zhangrongkun
My HBase table is't empty: but when query :select * from changcy,got empty: -- View this message in

Re: when build kylin cube,the job stopping at 77.78%,can't go on the job

2016-05-05 Thread zhangrongkun
Accross add this config at my kylin_hive_conf.xml and kylin_job_conf.xml,My cube build successfully,the config is: hbase.zookeeper.quorum hadoop21:2181,hadoop25:2181,hadoop37:2181,hadoop45:2181,hadoop140:2181 -- View this message in context:

Re: Re: when build kylin cube,the job stopping at 77.78%,can't go on the job

2016-05-05 Thread zhangrongkun
Yes,the reduce's log get this exception: 2016-05-06 09:33:29,020 INFO [main] org.apache.zookeeper.ZooKeeper: Client environment:user.home=/home/hadoop 2016-05-06 09:33:29,020 INFO [main] org.apache.zookeeper.ZooKeeper: Client

Re: when build kylin cube,the job stopping at 77.78%,can't go on the job

2016-05-05 Thread zhangrongkun
No! My kylin‘s log haven't any exception,and My HBase works well. there is my MRApp’s log: 2016-05-05 18:32:37,273 INFO [RMCommunicator Allocator] org.apache.hadoop.mapreduce.v2.app.rm.RMContainerAllocator: Got allocated containers 2 2016-05-05 18:32:37,274 INFO [RMCommunicator Allocator]

Re: when build kylin cube I meet this exception:

2016-05-04 Thread zhangrongkun
what is your hadoop,hive,hbase and kylin version? -- View this message in context: http://apache-kylin.74782.x6.nabble.com/when-build-kylin-cube-I-meet-this-exception-tp4392p4395.html Sent from the Apache Kylin mailing list archive at Nabble.com.

when build kylin cube I meet this exception:

2016-05-04 Thread zhangrongkun
My hbase version is 1.1.3, hive 1.2,hadoop 2.5,the logs: 2016-05-04 17:42:59,332 INFO [pool-5-thread-10] execution.AbstractExecutable:100 : Executing > kylin_sales_cube - 2012010100_2016052200 - BUILD - PDT 2016-05-04 02:35:24 < 2016-05-04 17:42:59,332 INFO

Re: My kylin cube build successfully,but when query I meetthisexception:

2016-05-03 Thread zhangrongkun
I have checkout the HBase's jar,the content include the method. -- View this message in context: http://apache-kylin.74782.x6.nabble.com/Re-My-kylin-cube-build-successfully-but-when-query-I-meetthisexception-tp4351p4378.html Sent from the Apache Kylin mailing list archive at Nabble.com.

Re: My kylin cube build successfully,but when query I meet thisexception:

2016-05-03 Thread zhangrongkun
OK 2016-05-03 15:39:11,762 INFO [http-bio-7070-exec-1] controller.QueryController:174 : Using project: learn_kylin 2016-05-03 15:39:11,762 INFO [http-bio-7070-exec-1] controller.QueryController:175 : The original query: select part_dt, sum(price) as total_selled, count(distinct seller_id) as

My kylin cube build successfully,but when query I meet this exception:

2016-05-03 Thread zhangrongkun
My HBase version is 1.0,hive: 1.2,hadoop: 2.6 kylin:apache-kylin-1.5.1-HBase1.1.3-bin. My kylin cube build successfully,but when query I meet this exception: -- View this message in context:

回复: My Resourcemanager at another machine,when build kylin cube I meet this exception:

2016-05-03 Thread zhangrongkun
Thank you! flow your suggestion,the problem have resolved. -- 原始邮件 -- 发件人: "Dong Li [via Apache Kylin]";; 发送时间: 2016年5月3日(星期二) 下午2:59 收件人: "zrk"<563364...@qq.com>; 主题: Re: My Resourcemanager at another machine,when build

My Resourcemanager at another machine,when build kylin cube I meet this exception:

2016-05-03 Thread zhangrongkun
-- View this message in context: http://apache-kylin.74782.x6.nabble.com/My-Resourcemanager-at-another-machine-when-build-kylin-cube-I-meet-this-exception-tp4345.html Sent from the Apache Kylin mailing