[GitHub] incubator-zeppelin pull request: Make zeppelin work with CDH5.7.0

2016-05-17 Thread H4ml3t
Github user H4ml3t commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/868#issuecomment-219653465 @felixcheung not much to elaborate, I would need zeppelin to work with external Spark installation with cdh5.7 :) Cheers, Luca --- If your project is

[GitHub] incubator-zeppelin pull request: ZEPPELIN-773 : Livy interperter

2016-05-17 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/827#issuecomment-219664223 Thank you @Leemoonsoo for the review, on debugging I found out that the Livy-Server that https://github.com/cloudera/livy and https://github.com/cloud

[GitHub] incubator-zeppelin pull request: ZEPPELIN-852 fixed the fields flo...

2016-05-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/890 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[GitHub] incubator-zeppelin pull request: import org.slf4j instead of parqu...

2016-05-17 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/892#issuecomment-219675659 LGTM 👍 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not ha

[jira] [Created] (ZEPPELIN-857) User Id is not passed in interpreters for connection security or logging

2016-05-17 Thread Partha Pratim Ghosh (JIRA)
Partha Pratim Ghosh created ZEPPELIN-857: Summary: User Id is not passed in interpreters for connection security or logging Key: ZEPPELIN-857 URL: https://issues.apache.org/jira/browse/ZEPPELIN-857

Support Apache Beam

2016-05-17 Thread Ismaël Mejía
This is a follow-up of https://issues.apache.org/jira/browse/ZEPPELIN-682 During Apache Big Data / ApacheCon I briefly discussed with Alexander Bezzubov (if I remember well) about an initial plan to support Apache Beam in three phases: 1. support the scala sdk (scio) + scala runners (spark): Thi

[GitHub] incubator-zeppelin pull request: Make zeppelin work with CDH5.7.0

2016-05-17 Thread felixcheung
Github user felixcheung commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/868#issuecomment-219712068 Does the fix in this PR make it work for your case? --- If your project is set up for it, you can reply to this email

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-185] ZeppelinContext me...

2016-05-17 Thread felixcheung
Github user felixcheung commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/176#issuecomment-219712754 I don't think this is currently supported, looking at the code. The error is caused by py4j trying to convert the DataFrame type. Do you mind openi

[GitHub] incubator-zeppelin pull request: import org.slf4j instead of parqu...

2016-05-17 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/892#issuecomment-219733633 @prabhjyotsingh Thanks for taking a look. CI failure is unrelated. Merge into master if there're no more discussions --- If your project is set up

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-848] Add support for en...

2016-05-17 Thread natesammons-nasdaq
Github user natesammons-nasdaq commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/886#issuecomment-219734504 Sorry about that! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] incubator-zeppelin pull request: Revise documentation about basic ...

2016-05-17 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/877#issuecomment-219736646 Thanks @yoonjs2 for the nice improvement on documentation. LGTM and merge if there're no more discussions! --- If your project is set up for it, you c

[GitHub] incubator-zeppelin pull request: Make zeppelin work with CDH5.7.0

2016-05-17 Thread krisgeus
Github user krisgeus commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/868#issuecomment-219762689 @felixcheung I've made some progress in the testing area. It appears that spark-core-1.6.0-cdh5.7.0 brings in older akka version 2.2.3 instead of the 2.3.11

[GitHub] incubator-zeppelin pull request: ZEPPELIN-850 update error message

2016-05-17 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/888#issuecomment-219770129 CI fails at `Job #4165.6` for `npm install --color=false` which is unrelated. Merging this if no more discussion. --- If your project is set

[GitHub] incubator-zeppelin pull request: Make zeppelin work with CDH5.7.0

2016-05-17 Thread felixcheung
Github user felixcheung commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/868#issuecomment-219814326 Thanks!  CDH is known to have an older Akka and normally we build with the profile -Pvendor-repo to get that to work.

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-707]Automatically adds ...

2016-05-17 Thread mwkang
Github user mwkang commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/806#issuecomment-219896471 @corneadoug @Leemoonsoo Yeah! I passed all test. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as wel

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-848] Add support for en...

2016-05-17 Thread khalidhuseynov
Github user khalidhuseynov commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/886#issuecomment-219900529 thanks for handling exceptions, LGTM. may need to re-trigger CI, although the build failure isn't related at all. --- If your project is set up for

Re: Inquire about Helium

2016-05-17 Thread Hyung Sung Shim
Hello. I got the pr836 and executed samples as mentioned and I can see the results as expected. Could you try to run zeppelin server first and then run sample application(Clock) and type "%dev run" on paragraph. If you got a exceptions from paragraph, restart the clock application and run paragraph

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-848] Add support for en...

2016-05-17 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/886#issuecomment-219908546 While [all build profile failed](https://travis-ci.org/apache/incubator-zeppelin/builds/130849266) for last commit with some network issue, It's good idea

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-848] Add support for en...

2016-05-17 Thread natesammons-nasdaq
Github user natesammons-nasdaq commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/886#issuecomment-219912714 Sure, I'll try that. I haven't been able to see any build status yet, they all appear to fail with a timeout under Travis. ? Sent from m

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-848] Add support for en...

2016-05-17 Thread natesammons-nasdaq
Github user natesammons-nasdaq commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/886#issuecomment-219913275 Closing request to re-open it --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If y

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-848] Add support for en...

2016-05-17 Thread natesammons-nasdaq
Github user natesammons-nasdaq closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/886 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, o

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-848] Add support for en...

2016-05-17 Thread natesammons-nasdaq
GitHub user natesammons-nasdaq reopened a pull request: https://github.com/apache/incubator-zeppelin/pull/886 [ZEPPELIN-848] Add support for encrypted data stored in Amazon S3 ### What is this PR for? Adds support for using the AWS KMS or a custom encryption materials provide

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-848] Add support for en...

2016-05-17 Thread natesammons-nasdaq
Github user natesammons-nasdaq commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/886#issuecomment-219913297 Re-opening to trigger CI --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your p

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-848] Add support for en...

2016-05-17 Thread natesammons-nasdaq
Github user natesammons-nasdaq commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/886#issuecomment-219914133 Build is still failing with the following: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.4:proce

[GitHub] incubator-zeppelin pull request: merge:from apache-master(for zepp...

2016-05-17 Thread hj5
GitHub user hj5 opened a pull request: https://github.com/apache/incubator-zeppelin/pull/893 merge:from apache-master(for zeppelin 0.5.6) ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributin

[GitHub] incubator-zeppelin pull request: merge:from apache-master(for zepp...

2016-05-17 Thread hj5
Github user hj5 commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/893#issuecomment-219916185 zeppelin升级改造 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not hav

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-281] Windows build

2016-05-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/876 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-577] ASCII control char...

2016-05-17 Thread minahlee
GitHub user minahlee opened a pull request: https://github.com/apache/incubator-zeppelin/pull/894 [ZEPPELIN-577] ASCII control character errors in Zeppelin ### What is this PR for? Take care of `interpreter not found` issue when code is copied from CRLF line ending editor

[GitHub] incubator-zeppelin pull request: Fix notebook folder structure nam...

2016-05-17 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/883#issuecomment-219919689 Merge it into master if there're no more discussions --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-577] ASCII control char...

2016-05-17 Thread minahlee
Github user minahlee closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/894 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[GitHub] incubator-zeppelin pull request: [ZEPPELIN-577] ASCII control char...

2016-05-17 Thread minahlee
GitHub user minahlee reopened a pull request: https://github.com/apache/incubator-zeppelin/pull/894 [ZEPPELIN-577] ASCII control character errors in Zeppelin ### What is this PR for? Take care of `interpreter not found` issue when code is copied from CRLF line ending editor

[GitHub] incubator-zeppelin pull request: ZEPPELIN-850 update error message

2016-05-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/888 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea

[jira] [Created] (ZEPPELIN-858) Interpreters should list in order

2016-05-17 Thread Prabhjyot Singh (JIRA)
Prabhjyot Singh created ZEPPELIN-858: Summary: Interpreters should list in order Key: ZEPPELIN-858 URL: https://issues.apache.org/jira/browse/ZEPPELIN-858 Project: Zeppelin Issue Type: Im

[GitHub] incubator-zeppelin pull request: merge:from apache-master(for zepp...

2016-05-17 Thread felixcheung
Github user felixcheung commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/893#issuecomment-219926200 did you open this by accident? please close this? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] incubator-zeppelin pull request: ZEPPELIN-858: make interpreter se...

2016-05-17 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/incubator-zeppelin/pull/895 ZEPPELIN-858: make interpreter searchable and sorted ### What is this PR for? Interpreters listed `/#/interpreter` here are slightly difficult to find, also the list that show

[GitHub] incubator-zeppelin pull request: import org.slf4j instead of parqu...

2016-05-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-zeppelin/pull/892 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the fea