Re: Is it possible or feasible to deploy zeppelin as war?

2016-05-16 Thread Woonsan Ko
ubdirectory under > './interpreter' directory into classpath. > > I guess packaging everything into war will not be simple unless change > current interpreter starting mechanism. > > Hope this helps. > > Thanks, > moon > > On Wed, May 11, 2016 at 1:42 PM Wo

Is it possible or feasible to deploy zeppelin as war?

2016-05-11 Thread Woonsan Ko
Hi, Maybe I'm asking about kind of corner case here, but is it possible or feasible in the future to support packaging/deploying zeppelin as a war? In my specific use case (I'm working in web content management area), I might want to be able to use zeppelin as a simple analytic platform against JC

Re: Can I use PostgreSQL for other JDBC compliant database engine?

2016-01-18 Thread Woonsan Ko
//github.com/apache/incubator-zeppelin/pull/361 ? > > Regards, > Jongyoul > > On Sun, Jan 17, 2016 at 4:07 AM, Woonsan Ko wrote: >> >> Hi, >> >> The documentation page [1] sounds like it's a postgresql specific >> interpreter, but I found an articl

Can I use PostgreSQL for other JDBC compliant database engine?

2016-01-16 Thread Woonsan Ko
Hi, The documentation page [1] sounds like it's a postgresql specific interpreter, but I found an article [2] saying it's possible to use with MySQL. The source [3] seems to use only JDBC standard API, nothing specific for postgresql (yet), by the way. So, should the interpreter be considered only