Re: Issues running DebugTomcat.java from non sandbox environment

2017-07-19 Thread Billy Liu
Thanks for the updates. 2017-07-19 6:29 GMT+08:00 Nirav Patel : > Ok so on MacOS Sierra I had to add following entry to /etc/hosts > > 127.0.0.1 boomerang.local > > > It works now. Application server finally started! > > Thanks > > > > On Tue, Jul 18, 2017 at 3:17 PM, Nirav Patel > wrote:

Re: Issues running DebugTomcat.java from non sandbox environment

2017-07-18 Thread Nirav Patel
Ok so on MacOS Sierra I had to add following entry to /etc/hosts 127.0.0.1 boomerang.local It works now. Application server finally started! Thanks On Tue, Jul 18, 2017 at 3:17 PM, Nirav Patel wrote: > I tried it. I had to replace parent POM dependency hbase version as well > to mak

Re: Issues running DebugTomcat.java from non sandbox environment

2017-07-18 Thread Nirav Patel
I tried it. I had to replace parent POM dependency hbase version as well to make it work with MapR: 1.1.1-mapr-1602 I am still getting following error in multiple places. I think issue is running `InetAddress.getLocalHost` java api on MacOS Sierra (my local mabook). *java.net.U

Re: Issues running DebugTomcat.java from non sandbox environment

2017-07-14 Thread Li Yang
Currently DebugTomcat only works with HDP sandbox. However it is possible to make it work with other hadoop env. The hadoop config DebugTomcat uses resides in "examples\test_case_data\sandbox". Put all necessary Hadoop site xmls there and it should connect to any Hadoop env you want. Cheers Yang

Issues running DebugTomcat.java from non sandbox environment

2017-07-07 Thread Nirav Patel
I am trying to run kylin from my mac which is a client node (or edge node). It can connect to our dev cluster. I can run hadoop, hive and hbase commands. Submit jobs from my local machine on to dev cluster. Here are errors I got so far: First error I got while running was following: No hdp.versi