[GitHub] zeppelin issue #1438: [HOTFIX][ZEPPELIN-1458] Fix compiling error on branch-...

2016-09-19 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1438 @minahlee Thanks for letting me know. --- 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 enab

[GitHub] zeppelin issue #1438: [HOTFIX][ZEPPELIN-1458] Fix compiling error on branch-...

2016-09-19 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1438 @zjffdu using interpreter alias name is available only in master branch. You will need to use `%spark` instead of `%spark2` in branch-0.6. --- If your project is set up for it, you can reply to

[jira] [Created] (ZEPPELIN-1462) Zeppelin-Web Good Practices #3 - How to write a controller

2016-09-19 Thread CORNEAU Damien (JIRA)
CORNEAU Damien created ZEPPELIN-1462: Summary: Zeppelin-Web Good Practices #3 - How to write a controller Key: ZEPPELIN-1462 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1462 Project: Zeppel

[jira] [Created] (ZEPPELIN-1461) Doesn't display "description" value in interpreter creation page

2016-09-19 Thread Ahyoung Ryu (JIRA)
Ahyoung Ryu created ZEPPELIN-1461: - Summary: Doesn't display "description" value in interpreter creation page Key: ZEPPELIN-1461 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1461 Project: Zeppe

[GitHub] zeppelin issue #1399: [ZEPPELIN-1182] Zeppelin should have Startup and Shutd...

2016-09-19 Thread rajarajan-g
Github user rajarajan-g commented on the issue: https://github.com/apache/zeppelin/pull/1399 It makes more sense to have message logged in ```${ZEPPELIN_OUTFILE}``` rather of ```${ZEPPELIN_LOGFILE}```. --- If your project is set up for it, you can reply to this email and have your

[GitHub] zeppelin pull request #1441: Implement search bar in job manager

2016-09-19 Thread cloverhearts
GitHub user cloverhearts opened a pull request: https://github.com/apache/zeppelin/pull/1441 Implement search bar in job manager ### What is this PR for? A few sentences describing the overall goals of the pull request's commits. First time? Check out the contributing guide -

[GitHub] zeppelin pull request #1437: ZEPPELIN-1454: Wrong property value on interpre...

2016-09-19 Thread prabhjyotsingh
Github user prabhjyotsingh closed the pull request at: https://github.com/apache/zeppelin/pull/1437 --- 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 feat

[GitHub] zeppelin pull request #1437: ZEPPELIN-1454: Wrong property value on interpre...

2016-09-19 Thread prabhjyotsingh
GitHub user prabhjyotsingh reopened a pull request: https://github.com/apache/zeppelin/pull/1437 ZEPPELIN-1454: Wrong property value on interpreter page ### What is this PR for? If for some reason (for example permission issue in file system) while saving interpreter setting, UI

[GitHub] zeppelin issue #1437: ZEPPELIN-1454: Wrong property value on interpreter pag...

2016-09-19 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1437 @randerzander can you explain a bit more, how do you think this is related. As scope of this PR is only limited to interpreter property being saved (or fail to save) on file system. --- I

[GitHub] zeppelin issue #1440: ZEPPELIN-1427. Scala z.show() doesn't work on v.0.6.1

2016-09-19 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1440 @Leemoonsoo Please help review, I will add system test after #1404 is merged --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If you

[GitHub] zeppelin pull request #1440: ZEPPELIN-1427. Scala z.show() doesn't work on v...

2016-09-19 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/1440 ZEPPELIN-1427. Scala z.show() doesn't work on v.0.6.1 ### What is this PR for? `ZeppelinContext.show` doesn't work for spark 1.6. The root cause is that `Dataset` is also available in spark 1.

Looking for a mentor - Andrii P.

2016-09-19 Thread Andrii Pelekh
Hi everyone, I am looking for a mentor that could help me to get on board with Zeppelin. Please see my summary below. I followed the Mentoring Application Procedure and I would welcome any notes/advices/suggestions on anything that I could miss. My name is Andrii. I am originally from Ukraine. I

[GitHub] zeppelin issue #1438: [HOTFIX][ZEPPELIN-1458] Fix compiling error on branch-...

2016-09-19 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1438 @minahlee @prabhjyotsingh Please ignore my last comment. I just found that the issue of ZEPPELIN-1458 doesn't exist in branch-0.6. But found another issue, @jongyoul It seems creating new interpre

[GitHub] zeppelin pull request #1398: [MINOR] Doc fix for spark interpreter

2016-09-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1398 --- 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 feature is e

[GitHub] zeppelin issue #1398: [MINOR] Doc fix for spark interpreter

2016-09-19 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1398 Merging into master if there are no more discussions --- 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

[GitHub] zeppelin issue #1438: [HOTFIX][ZEPPELIN-1458] Fix compiling error on branch-...

2016-09-19 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1438 @minahlee @prabhjyotsingh This is a blocker of 0.6.2 release, I will make another PR for branch-0.6 --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin pull request #1439: [ZEPPELIN-1423] Allow users to specify pre/post...

2016-09-19 Thread agoodm
GitHub user agoodm opened a pull request: https://github.com/apache/zeppelin/pull/1439 [ZEPPELIN-1423] Allow users to specify pre/post-execute callbacks for interpreters ### What is this PR for? One feature built-in to Jupyter's ipykernel that is currently missing in Zeppelin a

[GitHub] zeppelin issue #1404: ZEPPELIN-1411. UDF with pyspark not working - object h...

2016-09-19 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1404 @zjffdu Thanks for great work! CI failure looks irrelevant. Merge into master and branch-0.6 if there're no more discussions. --- If your project is set up for it, you can reply to this em

[jira] [Created] (ZEPPELIN-1460) Make spark configuration less confusing and ambiguous, more intuitive

2016-09-19 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-1460: -- Summary: Make spark configuration less confusing and ambiguous, more intuitive Key: ZEPPELIN-1460 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1460 Project

Re: [Need-Help][Eclipse][Windows] Problem

2016-09-19 Thread moon soo Lee
Hi Andrea, I don't know is there a way live debug without rebuild. To reduce build time, i leverage IDE, (intellij, eclipse), they can quickly build single file change into class without rebuild whole modules. In case of you need to build module, using -pl switch supported by maven could help a

[GitHub] zeppelin issue #1363: [ZEPPELIN-1371]add text/numeric conversion support to ...

2016-09-19 Thread Peilin-Yang
Github user Peilin-Yang commented on the issue: https://github.com/apache/zeppelin/pull/1363 @corneadoug I just found that Handsontable has its intrinsic data type detection/conversion which we can rely on for the type conversion and is thus safer. More details at http://docs.handsont

[GitHub] zeppelin issue #1436: ZEPPELIN-1452: Include Phoenix 'thin client' instructi...

2016-09-19 Thread randerzander
Github user randerzander commented on the issue: https://github.com/apache/zeppelin/pull/1436 Before merging and implying support for Phoenix's thin client, [ZEPPELIN-1459](https://issues.apache.org/jira/browse/ZEPPELIN-1459) should also be resolved. --- If your project is set up fo

[GitHub] zeppelin issue #1438: [ZEPPELIN-1458] Fix compiling error on branch-0.6

2016-09-19 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1438 Got it, thanks for the explanation. 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 have this

[GitHub] zeppelin issue #1438: [ZEPPELIN-1458] Fix compiling error on branch-0.6

2016-09-19 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1438 @prabhjyotsingh diff looks different because diff of #1333 is based on master branch. https://github.com/apache/zeppelin/commit/074ce6f972e0538b618a5b060ad131f576cf8a66 this would be the proper

[GitHub] zeppelin issue #1437: ZEPPELIN-1454: Wrong property value on interpreter pag...

2016-09-19 Thread randerzander
Github user randerzander commented on the issue: https://github.com/apache/zeppelin/pull/1437 I believe the test failure is unrelated. However, before merging this and implying support for the thin client, I ran into another issue with mangled JDBC properties in the URL: http

[jira] [Created] (ZEPPELIN-1459) Zeppelin JDBC URL properties mangled

2016-09-19 Thread Randy Gelhausen (JIRA)
Randy Gelhausen created ZEPPELIN-1459: - Summary: Zeppelin JDBC URL properties mangled Key: ZEPPELIN-1459 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1459 Project: Zeppelin Issue T

[GitHub] zeppelin issue #1438: [ZEPPELIN-1458] Fix compiling error on branch-0.6

2016-09-19 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1438 Rest tried, compiled, build. Tested with spark and jdbc interpreter, both works normally. --- If your project is set up for it, you can reply to this email and have your reply appear on Gi

[GitHub] zeppelin issue #1438: [ZEPPELIN-1458] Fix compiling error on branch-0.6

2016-09-19 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1438 @minahlee diff of InterpreterFactory.java looks different than https://github.com/apache/zeppelin/pull/1333/files#diff-53b87ca4f9616e88837a1b0dd050c01aR995 --- If your project is set up fo

[GitHub] zeppelin pull request #1438: [ZEPPELIN-1458] Fix compiling error on branch-0...

2016-09-19 Thread minahlee
GitHub user minahlee opened a pull request: https://github.com/apache/zeppelin/pull/1438 [ZEPPELIN-1458] Fix compiling error on branch-0.6 ### What is this PR for? Fix compiling error on branch-0.6. - Revert #1333 - Change `InterpreterProperty.getValue` -> `SparkInterpr

[GitHub] zeppelin issue #1333: [ZEPPELIN-1334] Environment variable defined in interp...

2016-09-19 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1333 I tested branch-0.6 after reverting this PR, and I cannot reproduce the issue. ``` remoteInterpreter.setEnv(env); ``` Above line of code only existed in master branch, and use of v

Re: Exporting Spark paragraphs as Spark Applications

2016-09-19 Thread Sourav Mazumder
To Moon's point, This is what my vision is around this feature - 1. Use should be able to package 1, more than one, all of the paragraphs in a Notebook to create a Jar file which can be used with Spark-Submit. 2. The tool should automatically remove the all the interactive statements like print,

Re: Exporting Spark paragraphs as Spark Applications

2016-09-19 Thread Sourav Mazumder
I am also pretty much for this. I have got the similar request from each and every people/group who I showcased Zeppelin.Regards, Sourav On Fri, Sep 16, 2016 at 8:06 PM, moon soo Lee wrote: > Hi Luciano, > > I've also got a lot of questions about "Productize the notebook" every time > i meet us

[GitHub] zeppelin issue #1399: [ZEPPELIN-1182] Zeppelin should have Startup and Shutd...

2016-09-19 Thread rajarajan-g
Github user rajarajan-g commented on the issue: https://github.com/apache/zeppelin/pull/1399 Ping --- 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

[jira] [Created] (ZEPPELIN-1458) Compilation error on branch-0.6

2016-09-19 Thread Mina Lee (JIRA)
Mina Lee created ZEPPELIN-1458: -- Summary: Compilation error on branch-0.6 Key: ZEPPELIN-1458 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1458 Project: Zeppelin Issue Type: Bug

[GitHub] zeppelin issue #1408: [ZEPPELIN-808] Changed Permissions on Notebooks do not...

2016-09-19 Thread kavinkumarks
Github user kavinkumarks commented on the issue: https://github.com/apache/zeppelin/pull/1408 @corneadoug Sorry, I wasn't clear about the steps given in the PR.This was about the permission issue with the actual notebook file system and not with the permissions feature in the zeppelin

[GitHub] zeppelin issue #1334: [ZEPPELIN-682] New interpreter for Apache Beam (incuba...

2016-09-19 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1334 LGTM other than the minor comment on static check --- 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

[jira] [Created] (ZEPPELIN-1457) Export note book data to csv files

2016-09-19 Thread sanjeev I (JIRA)
sanjeev I created ZEPPELIN-1457: --- Summary: Export note book data to csv files Key: ZEPPELIN-1457 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1457 Project: Zeppelin Issue Type: Improvem

[GitHub] zeppelin issue #1435: ZEPPELIN-1368. interpreter-setting.json may be loaded ...

2016-09-19 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1435 @jongyoul The test failure seems irrelevant. I create 2 tickets for these flaky test. * https://issues.apache.org/jira/browse/ZEPPELIN-1455 * https://issues.apache.org/jira/browse/ZEPPELIN-

[jira] [Created] (ZEPPELIN-1456) Flaky Test: AuthenticationIT

2016-09-19 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1456: Summary: Flaky Test: AuthenticationIT Key: ZEPPELIN-1456 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1456 Project: Zeppelin Issue Type: Bug Affec

[jira] [Created] (ZEPPELIN-1455) Flaky test: AbstractAngularElemTest

2016-09-19 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1455: Summary: Flaky test: AbstractAngularElemTest Key: ZEPPELIN-1455 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1455 Project: Zeppelin Issue Type: Bug

[GitHub] zeppelin pull request #1437: ZEPPELIN-1454: Wrong property value on interpre...

2016-09-19 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/zeppelin/pull/1437 ZEPPELIN-1454: Wrong property value on interpreter page ### What is this PR for? If for some reason (for example permission issue in file system) while saving interpreter setting, UI s

[jira] [Created] (ZEPPELIN-1454) Wrong property value on interpreter page

2016-09-19 Thread Prabhjyot Singh (JIRA)
Prabhjyot Singh created ZEPPELIN-1454: - Summary: Wrong property value on interpreter page Key: ZEPPELIN-1454 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1454 Project: Zeppelin Iss

Custom interpreter in 0.6.1

2016-09-19 Thread Aurélien Hébert
Hello, I developed an interpreter for the Zeppelin version 0.6.0. I am now updating it to work on the 0.6.1 release. But unfortunately I am experimenting an issue. When clicking on the create button, I found a list of interpreter with mine, I add it and save it. Then no interpreter is created. Wh

[jira] [Created] (ZEPPELIN-1453) Spark Interpreter Isolation "scoped" - Classloading Issues

2016-09-19 Thread Andreas Weise (JIRA)
Andreas Weise created ZEPPELIN-1453: --- Summary: Spark Interpreter Isolation "scoped" - Classloading Issues Key: ZEPPELIN-1453 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1453 Project: Zeppelin

[GitHub] zeppelin issue #1431: [ZEPPELIN-1446] Fix broken layout of `Create new inter...

2016-09-19 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1431 @corneadoug Ah I got it. I'll do the same work as @astroshim did in my PR then :D @astroshim Thanks for your quick response! --- If your project is set up for it, you can reply to this em

[GitHub] zeppelin issue #1431: [ZEPPELIN-1446] Fix broken layout of `Create new inter...

2016-09-19 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1431 Thank you @AhyoungRyu and @corneadoug . I just fixed space problems. --- 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

[GitHub] zeppelin issue #1434: [MINOR] Hide "Currently there are no properties ~" msg...

2016-09-19 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1434 tested, except for the comment, 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 have this feature e

[GitHub] zeppelin pull request #1419: ZEPPELIN-1420. java.util.ConcurrentModification...

2016-09-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1419 --- 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 feature is e

[GitHub] zeppelin issue #1419: ZEPPELIN-1420. java.util.ConcurrentModificationExcepti...

2016-09-19 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1419 Merging to master, if there is no further discussion. --- 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