Re: Recent Improvements Apache Zeppelin Livy Integration

2017-05-04 Thread Ruslan Dautkhanov
Thanks for sharing this Jeff! Once Zeppelin supports yarn-cluster, what would be main benefits of using Livy Spark interpreters, instead of just the Spark interpreters? -- Ruslan Dautkhanov On Thu, May 4, 2017 at 10:51 PM, Jeff Zhang wrote: > For anyone that is using or

Re: Zeppelin with Oauth2

2017-05-04 Thread Kang Minwoo
Thanks for letting me know. I will try that. Best regards, Minwoo Kang From: Jaideep Singh Sent: Thursday, May 4, 2017 10:13:32 PM To: users@zeppelin.apache.org Subject: Re: Zeppelin with Oauth2 Hello, Its possible, you can do it by pac4j

Re: R dataframes printing as plain text

2017-05-04 Thread Jeff Zhang
I don't think it support R's dataframe. Not sure why the document says it works, may it works before. https://issues.apache.org/jira/browse/ZEPPELIN-1181 Mark Miller 于2017年5月5日周五 上午9:43写道: > I'm new to Zeppelin, Spark and Scala > > According to

R dataframes printing as plain text

2017-05-04 Thread Mark Miller
I'm new to Zeppelin, Spark and Scala According to https://zeppelin.apache.org/docs/0.6.2/interpreter/r.html, "If you return a data.frame, Zeppelin will attempt to display it using Zeppelin's built-in visualizations" But I am just getting a plain text dump from "mtcars" What am I doing wrong?

Re: Unable to run Zeppelin Spark on YARN

2017-05-04 Thread Jianfeng (Jeff) Zhang
Could you try set yarn-client in interpreter setting page ? Best Regard, Jeff Zhang From: Yeshwanth Jagini > Reply-To: "users@zeppelin.apache.org"

what causes InterpreterException: Host key verification failed

2017-05-04 Thread Yeshwanth Jagini
Any idea why i am running into this issue, INFO [2017-05-04 22:02:24,996] ({pool-2-thread-2} SchedulerFactory.java[jobFinished]:137) - Job paragraph_1423500779206_-1502780787 finished by scheduler org.apache.zeppelin.interpreter.remote.RemoteInterpreter2A94M5J1Z256540498 INFO [2017-05-04

Unable to run Zeppelin Spark on YARN

2017-05-04 Thread Yeshwanth Jagini
Hi we are running cloudera CDH 5.9.1 . while setting up zeppelin, i followed the documentation on website and specified following options export ZEPPELIN_JAVA_OPTS="-Dhadoop.version=2.6.0-cdh5.9.1" # Additional jvm options. for example, export ZEPPELIN_JAVA_OPTS="-Dspark.executor.memory=8g

Re: Zeppelin not loading the index page after redirection from IDP

2017-05-04 Thread Jaideep Singh
Hello Paul, Thanks for your support, i am able to prototype it, as my shiro was not updated, it resolved after updation to latest version. Thanks, Jaideep Singh On Wednesday, May 3, 2017, Paul Brenner wrote: > Unfortunately I haven't seen a ton of Shiro expertise on this

Re: Zeppelin with Oauth2

2017-05-04 Thread Jaideep Singh
Hello, Its possible, you can do it by pac4j library which provides oauth2 support, read in more details about that. Thanks, Jaideep Singh On Thursday, May 4, 2017, Kang Minwoo wrote: > Hello > > Okay, Thanks for the reply. > > I think if ouath2 supported, it is easy to

RE: Zeppelin with Oauth2

2017-05-04 Thread Kang Minwoo
Hello Okay, Thanks for the reply. I think if ouath2 supported, it is easy to integrate In-house system. I create an issue [0]. Best regards, Minwoo Kang 0. https://issues.apache.org/jira/browse/ZEPPELIN-2495 보낸 사람: Alexander Bezzubov

Re: Getting 401 With secure websockets on AWS

2017-05-04 Thread Khalid Huseynov
Hi Michael, Which version of Zeppelin are you using? On Sat, Apr 22, 2017 at 3:10 AM, Knapp, Michael < michael.kn...@capitalone.com> wrote: > Hi, > > > > I am getting a 401, unauthorized, with all secure (and non-secure) > websocket calls while running on AWS. I have configured the server >

Zeppelin with Oauth2

2017-05-04 Thread Kang Minwoo
Hello Can I use Oauth2 in Zeppelin? (or any Idea?) If there is no way, Can I contribute that? Best regards, Minwoo Kang