nginx

2016-05-03 Thread Vijay Srinivasaraghavan
Hello, I have configured nginx to front load the authentication (basic) to Zeppelin UI. With that, I am able to see the login dialog and it allows access to Zeppelin only after entering valid credentials. However, I believe the user/principal is not propopaged to AuthenticationInfo component and

Re: IDE

2016-05-02 Thread Vijay Srinivasaraghavan
develop zeppelin, as mentioned on the contributions guide page [0]. [0]. https://github.com/apache/incubator-zeppelin/blob/master/CONTRIBUTING.md Thanks, Anish. On Tue, May 3, 2016 at 9:42 AM, Vijay Srinivasaraghavan wrote: Hello, What is the supported IDE to develop/build Zeppelin?  I

IDE

2016-05-02 Thread Vijay Srinivasaraghavan
Hello, What is the supported IDE to develop/build Zeppelin?  I have tried IntelliJ (on Windows) but I am seeing lot of compile errors though the maven projects are imported properly.  I am able to build the project on the command line using "mvn" build flags. RegardsVijay