Re: google charts for zeppelin

2015-07-16 Thread Corneau Damien
Try to replace print(%html by print(%angular as %html is not 'running' js, while %angular is On Thu, Jul 16, 2015 at 1:29 PM, madhuka udantha madhukaudan...@gmail.com wrote: -- Forwarded message -- From: madhuka udantha madhukaudan...@gmail.com Date: Thu, Jul 16, 2015 at

Jar Dependencies to use S3

2015-07-16 Thread Schmirr Wurst
Hi, I've just try to access S3 from zeppelin, but it seems I'm missing some libraries ? Can somebody tell me what libraries I have to install were ? I'm not familiar with java... Best. SM

Re: Using scala variables in html

2015-07-16 Thread Wood, Dean Jr (GE Oil Gas)
Awesome. Thank you very much. I am basically learning html and D3 as I go here so I was sure there were stupid mistakes all over the place. I really appreciate your time and effort. Dean Sent from my iPhone On 16 Jul 2015, at 07:45, Corneau Damien

Re: Apache Drill Interpreter

2015-07-16 Thread moon soo Lee
Closed does not always mean merged. Merged pr have such text at end of 'conversation' tab. asfgit https://github.com/asfgit closed this in x https://github.com/apache/incubator-zeppelin/commit/e32df9c4f04b918b171031a72c0dd05ce425b2ec xx YY hours ago

Re: Apache Drill Interpreter

2015-07-16 Thread John Omernik
So if the PR is closed, has it been merged? How do we know the status of the closed ones as it pertains to master? Also: What is the timeline for when a request is merged to master? I am not a programmer by trade, and often times, if stuff works for me, it does despite my actions rather than

Re: Jar Dependencies to use S3

2015-07-16 Thread Schmirr Wurst
Hi, I could get some steps forward, I recompiled Zeppelin for Hadoop 2.6, seems that S3 has only been fixed there, but now I have the next Problem : java.io.IOException: No FileSystem for scheme: s3n at org.apache.hadoop.fs.FileSystem.getFileSystemClass(FileSystem.java:2584) I've found following

Re: Apache Drill Interpreter

2015-07-16 Thread moon soo Lee
Hi, Usually open pull requests means not merged to master yet. So you will need checkout particular branch in the pull request to try something in the pullrequest that is still open. https://gist.github.com/Leemoonsoo/d673d7357f881538dab4 is simple script that i use for testing a branch. for

Zeppelin on CDH

2015-07-16 Thread IT CTO
Hi, As much as I understand CDH does not support spark 1.4 (correct me if I am wrong) and only support spark 1.3 (CDH 5.3.1) Will I have problems using zeppelin with pyspark on spark 1.3? or is it just setting the right spark version in the build options? Thanks Eran

RE: Zeppelin on CDH

2015-07-16 Thread Vadla, Karthik
Nope. Right now I have built my binaries with CDH 5.4 and spark 1.3. I’m not sure of CDH support for spark 1.4. Instead of configuring pyspark manually. To enable pyspark configuration during build, just provide profile name “Ppyspark” while building your zeppelin binaries. Example: If you

Re: Does zeppelin work on windows?

2015-07-16 Thread Alexander Bezzubov
Hi Puneet, thank you for your interest in Zeppelin. Right now we officially do not support windows platform, but there are at least two ways to get Zeppelin running there: - build using cygwin - or follow this procedure described by one of the community members