Re: Kylin comprehensive debug documentation

2018-10-31 Thread you Zhuang
Hi Shaofeng, I think Inmem cubing code are so complicated, I wade through but get little. 1. In InMemCubeBuilder.java , line 276: CuboidResult newCuboid = buildCuboid(task.parent, task.childCuboidId); addChildTasks(newCuboid); Does this buildCuboid method output build results to

Re: Kylin comprehensive debug documentation

2018-10-31 Thread JiaTao Tao
You are welcome :). you Zhuang 于2018年10月31日周三 上午10:11写道: > Much appreciation to JiaTao, bower install failed before , when I open the > proxy , all downloads succeed. Now everything goes well. > > On Oct 31, 2018, at 9:46 AM, JiaTao Tao wrote: > > bower --allow-root install > > > > --

Re: Kylin comprehensive debug documentation

2018-10-30 Thread you Zhuang
Much appreciation to JiaTao, bower install failed before , when I open the proxy , all downloads succeed. Now everything goes well. > On Oct 31, 2018, at 9:46 AM, JiaTao Tao wrote: > > bower --allow-root install >

Re: Kylin comprehensive debug documentation

2018-10-30 Thread you Zhuang
Yeah, I have done above steps, but I think that’s not enough, the final step ‘bower install ‘ just installs some js modules. > On Oct 31, 2018, at 9:46 AM, JiaTao Tao wrote: > > bower --allow-root install >

Re: Kylin comprehensive debug documentation

2018-10-30 Thread JiaTao Tao
Did you do these mentioned in the doc? Launch Kylin Web Server locally Copy server/src/main/webapp/WEB-INF to webapp/app/WEB-INF cp -r server/src/main/webapp/WEB-INF webapp/app/WEB-INF Download JS for Kylin web GUI. npm is part of Node.js, please search about how to install it on your OS. cd

Re: Kylin comprehensive debug documentation

2018-10-30 Thread you Zhuang
Hi JiaTao, I operate according to http://kylin.apache.org/development/dev_env.html , but css and js becomes 404. Such as http://localhost:7070/kylin/components/bootstrap/dist/css/bootstrap.min.css

Re: Kylin comprehensive debug documentation

2018-10-30 Thread you Zhuang
I think your description is no difference with I debug with remote server and one by one debugging mr job > On Oct 30, 2018, at 2:56 PM, JiaTao Tao wrote: > > You cannot debug MR job directly in DebugTomcat. In fact, it might be better > adding more logs for tracing, in my opinion. > > If

Re: Kylin comprehensive debug documentation

2018-10-30 Thread George Ni
: Kylin comprehensive debug documentation You cannot debug MR job directly in DebugTomcat. In fact, it might be better adding more logs for tracing, in my opinion. If you do need to debug MR job directly, you may need to change your core-site.xml, mapred-site.xml and etc. to run MR job locally

Re: Kylin comprehensive debug documentation

2018-10-30 Thread JiaTao Tao
You cannot debug MR job directly in DebugTomcat. In fact, it might be better adding more logs for tracing, in my opinion. If you do need to debug MR job directly, you may need to change your core-site.xml, mapred-site.xml and etc. to run MR job locally, It is theoretically possible, you can give

Re: Kylin comprehensive debug documentation

2018-10-30 Thread you Zhuang
And also debug map reduce job ? > On Oct 30, 2018, at 12:51 PM, JiaTao Tao wrote: > > You may need this: http://kylin.apache.org/development/dev_env.html > . > Using debug mode to launch org.apache.kylin.rest.DebugTomcat, then you can > debug

Re: Kylin comprehensive debug documentation

2018-10-29 Thread JiaTao Tao
You may need this: http://kylin.apache.org/development/dev_env.html. Using debug mode to launch org.apache.kylin.rest.DebugTomcat, then you can debug Kylin server -- Regards! Aron Tao you Zhuang 于2018年10月30日周二 下午12:04写道: > 1. I can debug Kylin and standalone mr job in intellij idea with >