Binary Releases

2015-08-06 Thread Koemuercue, Alperen
Hi, Congrats for the zeppelin 0.5.0-incubating release. I would like to ask if you guys are planning to release also the binary artifacts any soon, the zeppelin-spark for instance? I could find zeppelin-interpreter in the maven repository, but the zeppelin-spark is not there yet, even though the a

Re: What about switching the default ACE theme from GITHUB to CHROME?

2015-08-06 Thread IT CTO
+1 for chrome On Thu, Aug 6, 2015 at 12:26 PM Christian Tzolov wrote: > Hei, > > When it comes to syntax highlighting I find the default Zeppelin theme > (github) very "ascetic". > > It is basically not highlighting SQL and has some strange (bogus) > highlights for Scala. > > IMHO the CHROME th

Re: Path where server can be found

2015-08-06 Thread Wood, Dean Jr (GE Oil & Gas)
I think point two is my question. Where does the file have to be? It isn't just zeppelin-web directory because I've tried that. So where do I have to put the file so that it can be reached by html input with a println command? Thanks Dean. Sent from my iPhone On 4 Aug 2015, at 19:45, Corneau

Re: Documented and Published- Install zeppelin on CDH

2015-08-06 Thread IT CTO
Great doc! You also want to add as alternative to setting the proxy using the -P build-distr to build a distributed packge of zeppelin which can later be used in an internal network with no connection to the internet. Eran On Wed, Aug 5, 2015 at 7:05 PM Vadla, Karthik wrote: > Hi Lee, > > > > Tha

Re: Authentication and Authorization on Zeppelin

2015-08-06 Thread Niels Basjes
Hi, A workaround I though of last week is to give each user it's own Zeppelin instance that runs locally on their desktop in (boot2)docker. I haven't tried it yet but would that work? Niels On Thu, Aug 6, 2015 at 7:23 AM, manya cancerian wrote: > hi , > > Have anyone implemented any authentic

RE: Re: Authentication and Authorization on Zeppelin

2015-08-06 Thread Albert Yoon
I used nginx as basic auth + https reverse proxy for secure zeppelin now. except separated websocket port of zeppelin makes setup little tricky but it works quite well for me. Works 메일 앱에서 보냈습니다. -Original Message- 보낸사람:"Niels Basjes" 받는사람:""

RE: Documented and Published- Install zeppelin on CDH

2015-08-06 Thread Vadla, Karthik
Yeah Eran, I really forget to mention about distributed package. I will try to update the doc. Thanks a lot for mentioning . Thanks Karthik Vadla From: IT CTO [mailto:goi@gmail.com] Sent: Thursday, August 6, 2015 4:47 AM To: users@zeppelin.incubator.apache.org Subject: Re: Documented and Pu

OOM with Zeppelin Spark Query

2015-08-06 Thread ๏̯͡๏
Data Size: 167 MB Schema: case class GuidSess( guid: String, sessionKey: String, sessionStartDate: String, siteId: String, eventCount: String, browser: String, browserVersion: String, operatingSystem: String, experimentChannel: Strin

Re: Documented and Published- Install zeppelin on CDH

2015-08-06 Thread Youngwoo Kim
Great work, Karthik! Why don't you put this doc in Zeppelin wiki?, https://cwiki.apache.org/confluence/display/ZEPPELIN I dont know the bylaws about the documentation for Zeppelin, That said, I believe it would be very useful for users and also wiki is a good tool for that. Thanks, Youngwoo On F

Zeppelin build fails

2015-08-06 Thread Jeff Zhang
I meet the following errors when building zeppelin. Anyone can help on that ? Thanks [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (verify.rat) on project zeppelin-web: Too many files with unapproved license: 8 See RAT report in: /Users/jzhang/github/zeppelin/zeppelin

Re: Zeppelin build fails

2015-08-06 Thread manya cancerian
hi Jeff, Its majorly due to unapproved licences, you can try with option -Drat.numUnapprovedLicenses=50 , while building your project. Eg mvn clean install -DskipTests -Dspark.version=1.3.1 -Dhadoop.version=2.6.0 -Drat.numUnapprovedLicenses=50 Thanks Manya On Fri, Aug 7, 2015 at 9:13 AM, Jeff