[GitHub] zeppelin issue #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2016-11-27 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1663 Updated the PR with test @zjffdu --- 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

[GitHub] zeppelin issue #1678: [ZEPPELIN-1706] Make spark Ui accesible in various int...

2016-11-27 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1678 @Leemoonsoo @zjffdu Ready for review --- 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

[GitHub] zeppelin pull request #1702: [ZEPPELIN-1727] Shift + Enter runs two paras in...

2016-11-29 Thread karuppayya
GitHub user karuppayya opened a pull request: https://github.com/apache/zeppelin/pull/1702 [ZEPPELIN-1727] Shift + Enter runs two paras in particular scenario ### What is this PR for? 1. click *insert new* in p1(say code in p1 is %sh date -u ) 2. New para p2 is created and

[GitHub] zeppelin issue #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2016-11-30 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1663 Ready for review --- 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

[GitHub] zeppelin issue #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2016-12-04 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1663 @zjffdu Addressed the feedbacks --- 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

[GitHub] zeppelin issue #1678: [ZEPPELIN-1706] Make spark Ui accesible in various int...

2016-12-04 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1678 @zjffdu I have addressed the feedbacks . --- 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 #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2016-12-04 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1663 @Leemoonsoo The buutton gets displayed if there is a spark job corresponding to the paragraph run. Can you try this `sc.parallelize(1 to 10).map(x => x ).collect` --- If your project

[GitHub] zeppelin issue #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2016-12-08 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1663 @Leemoonsoo Missed pushing a change to the remote, which was causing the issue. I have fixed it and tested it. Can you please take look. --- If your project is set up for it, you can

[GitHub] zeppelin issue #1678: [ZEPPELIN-1706] Make spark Ui accesible in various int...

2016-12-10 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1678 @Leemoonsoo @zjffdu can u please take a look.and let me know how it looks --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] zeppelin issue #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2016-12-10 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1663 @zjffdu +1 on the refactor part. I have written a [test](https://github.com/apache/zeppelin/pull/1663/files#diff-7d13c722724f9c346f38303f4b435548R326). Would this suffice? I can add

[GitHub] zeppelin issue #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2016-12-17 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1663 Thanks @Leemoonsoo @zjffdu for the comments . I have addressed the feedbacks. Can you please take a look. --- If your project is set up for it, you can reply to this email and have your

[GitHub] zeppelin issue #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2017-01-27 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1663 Thanks @Leemoonsoo for reviewing. I have rebased my the PR and resolved conflicts. Also didnt get the behaviour from the GIF, can u please explain. If its a simple change , I can

[GitHub] zeppelin issue #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2017-01-27 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1663 Test failures seem unrelated `[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on project zeppelin-python: Execution default-test of

[GitHub] zeppelin issue #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2017-01-28 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1663 Than @Leemoonsoo for the explanation I am not able to repro it. The following two lines takes care of it 1. [Note.java#567](https://github.com/apache/zeppelin/pull/1663

[GitHub] zeppelin pull request #1663: ZEPPELIN-1692: Ability to access Spark jobs UI ...

2017-01-28 Thread karuppayya
Github user karuppayya closed the pull request at: https://github.com/apache/zeppelin/pull/1663 --- 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

[GitHub] zeppelin issue #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2017-01-28 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1663 I see the following errors in the SELENIUM test `org.openqa.selenium.NoSuchElementException: Unable to locate element: {"method":"xpath","selector":&quo

[GitHub] zeppelin pull request #1663: ZEPPELIN-1692: Ability to access Spark jobs UI ...

2017-01-28 Thread karuppayya
GitHub user karuppayya reopened a pull request: https://github.com/apache/zeppelin/pull/1663 ZEPPELIN-1692: Ability to access Spark jobs UI from the paragraph ### What is this PR for? A paragraph execution may result in spark job(s). Adding ability to access the spark job UI

[GitHub] zeppelin issue #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2017-01-29 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1663 Thanks @felixcheung . Looks like i read only part of the exception line and thought it was not due to this PR. I have fixed it now. The exception related to `websocket connected` tooltip

[GitHub] zeppelin pull request #1663: ZEPPELIN-1692: Ability to access Spark jobs UI ...

2017-01-31 Thread karuppayya
Github user karuppayya closed the pull request at: https://github.com/apache/zeppelin/pull/1663 --- 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

[GitHub] zeppelin pull request #1663: ZEPPELIN-1692: Ability to access Spark jobs UI ...

2017-01-31 Thread karuppayya
GitHub user karuppayya reopened a pull request: https://github.com/apache/zeppelin/pull/1663 ZEPPELIN-1692: Ability to access Spark jobs UI from the paragraph ### What is this PR for? A paragraph execution may result in spark job(s). Adding ability to access the spark job UI

[GitHub] zeppelin issue #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2017-01-31 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1663 Made [this](https://github.com/apache/zeppelin/pull/1663/commits/aef095a0c0f82a13d0482584c57d85881a91dc53) fix for the test failure. But the tests are still failing. Not familiar with the

[GitHub] zeppelin issue #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2017-02-03 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1663 Thanks @Leemoonsoo for the suggestion and the pointer. Looks like all tested have passed. Ready to merge. --- If your project is set up for it, you can reply to this email and have your

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

2017-02-06 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1363 @Peilin-Yang Very useful feature!! let me know if i can help in taking this PR forward --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin issue #1985: [ZEPPELIN-2075] Can't stop infinite `while` statement ...

2017-02-11 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1985 @astroshim This would be a problem in case of scala snippet also(a loop with a print in other words , that which runs only within driver). Is there a possible fix such that all interpreters

[GitHub] zeppelin pull request #2011: ZEPPELIN-2102: Restart interpreter automaticall...

2017-02-12 Thread karuppayya
GitHub user karuppayya opened a pull request: https://github.com/apache/zeppelin/pull/2011 ZEPPELIN-2102: Restart interpreter automatically ### What is this PR for? Sparkcontext is shutdown in following cases 1. calling `sc.stop` explicitly In this case, the user has to

[GitHub] zeppelin issue #2011: ZEPPELIN-2102: Restart interpreter automatically

2017-02-13 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2011 @zjffdu Yes the remote process will still be up which will consume as much memory as configured for driver. In a multi user environment, we might want to release the resources as soon as the

[GitHub] zeppelin issue #2011: ZEPPELIN-2102: Restart interpreter automatically

2017-02-13 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2011 @felixcheung I am not able to repro this scenario now. Restart works fine(Will update the description) When spark goes OOM, the subsequent para runs throw connection refused exception

[GitHub] zeppelin issue #2011: ZEPPELIN-2102: Restart interpreter automatically

2017-02-13 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2011 @zjffdu Thanks for your feedback. The change is not specific to spark interpreter. It is generic so that any other interpreter also can initiate a restart . I was targeting free

[GitHub] zeppelin pull request #2011: ZEPPELIN-2102: Restart interpreter automaticall...

2017-02-13 Thread karuppayya
Github user karuppayya closed the pull request at: https://github.com/apache/zeppelin/pull/2011 --- 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

[GitHub] zeppelin issue #1663: ZEPPELIN-1692: Ability to access Spark jobs UI from th...

2017-03-03 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/1663 @Tagar to access a specific job, the id has to be part of the url . Something like http://hostname.domain.com:8088/proxy/application_1488384993892_0001/jobs/job?id= I am not sure why

[help]Setup Dev env to use helium packages

2017-04-16 Thread karuppayya
Hi , I am trying to use helium package from dev setup I have setup my eclipse workspace with the zeppelin source code. When I try to enable the helium packages from UI(Started zeppelin from eclipse), I see the following exception in logs > 13:13:26,791 ERROR org.apache.zeppelin.rest.HeliumRestApi

[GitHub] zeppelin pull request #2341: ZEPPELIN-2543: Add ability to change the log le...

2017-05-14 Thread karuppayya
GitHub user karuppayya opened a pull request: https://github.com/apache/zeppelin/pull/2341 ZEPPELIN-2543: Add ability to change the log level at runtime ### What is this PR for? Add ability to change the log level at runtime ### What type of PR is it

[GitHub] zeppelin issue #2341: ZEPPELIN-2543: Add ability to change the log level at ...

2017-05-14 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2341 Closing it and reopening 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 project does not have this

[GitHub] zeppelin pull request #2341: ZEPPELIN-2543: Add ability to change the log le...

2017-05-14 Thread karuppayya
Github user karuppayya closed the pull request at: https://github.com/apache/zeppelin/pull/2341 --- 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

[GitHub] zeppelin pull request #2341: ZEPPELIN-2543: Add ability to change the log le...

2017-05-14 Thread karuppayya
GitHub user karuppayya reopened a pull request: https://github.com/apache/zeppelin/pull/2341 ZEPPELIN-2543: Add ability to change the log level at runtime ### What is this PR for? Add ability to change the log level at runtime ### What type of PR is it

[GitHub] zeppelin issue #2341: ZEPPELIN-2543: Add ability to change the log level at ...

2017-05-15 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2341 I followed the steps in http://zeppelin.apache.org/contribution/contributions.html#continuous-integration. But still get the following error

[GitHub] zeppelin issue #2341: ZEPPELIN-2543: Add ability to change the log level at ...

2017-05-16 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2341 Checked the page, And i see a build had ran . Not sure why *jenkin* shows a x icon in github page, though the build runs. --- If your project is set up for it, you can reply to

[GitHub] zeppelin issue #2341: ZEPPELIN-2543: Add ability to change the log level at ...

2017-05-18 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2341 Appveyor link shows as build ran https://ci.appveyor.com/project/ApacheSoftwareFoundation/zeppelin/build/1.0.0-dev.257 Jenkins still shows as error(saying **travis-ci is not configured

[GitHub] zeppelin issue #2341: ZEPPELIN-2543: Add ability to change the log level at ...

2017-05-19 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2341 I renamed my repo from incubator-zeppelin to zeppelin, and force pushed a commit. Then Jenkins started running the build.(Not sure if it was the rename that made it work) One of the

[GitHub] zeppelin issue #2341: ZEPPELIN-2543: Add ability to change the log level at ...

2017-05-21 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2341 @1ambda Thanks for the feedback. I had added API to Zeppelin rest API name space. Let me know if that is fine Also adding documentation was in my TODO list, done now

[GitHub] zeppelin pull request #2369: [ZEPPELIN-2591] Show user info in spark job des...

2017-05-27 Thread karuppayya
GitHub user karuppayya opened a pull request: https://github.com/apache/zeppelin/pull/2369 [ZEPPELIN-2591] Show user info in spark job description ### What is this PR for? Show user info in spark job description in spark UI. With this info on spark UI, we will be able to

[GitHub] zeppelin issue #2369: [ZEPPELIN-2591] Show user info in spark job descriptio...

2017-05-29 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2369 @felixcheung Thanks for the feedback. Not sure if i got your question. I will try to elaborate more on the change The userinfo will give a picture of what is run/being run by whom

[GitHub] zeppelin issue #2369: [ZEPPELIN-2591] Show user info in spark job descriptio...

2017-05-30 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2369 Ready for reviewing @Leemoonsoo @zjffdu @felixcheung --- 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

[GitHub] zeppelin issue #2369: [ZEPPELIN-2591] Show user info in spark job descriptio...

2017-06-07 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2369 @Leemoonsoo @jongyoul can this PR be 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 your project does not have this

[GitHub] zeppelin pull request #2403: ZEPPELIN-2637: Make useLegacySql configurable, ...

2017-06-10 Thread karuppayya
GitHub user karuppayya opened a pull request: https://github.com/apache/zeppelin/pull/2403 ZEPPELIN-2637: Make useLegacySql configurable, in Bigquery Interpreter ### What is this PR for? Make useLegacySql configurable, in Bigquery Interpreter ### What type of PR is

[GitHub] zeppelin issue #2403: ZEPPELIN-2637: Make useLegacySql configurable, in Bigq...

2017-06-10 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2403 @jongyoul done. It passed this time --- 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

[GitHub] zeppelin issue #2403: ZEPPELIN-2637: Make useLegacySql configurable, in Bigq...

2017-06-18 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2403 @jongyoul The error in bulld doesnt seem to be related to my change. https://travis-ci.org/karuppayya/zeppelin/jobs/244000638 `Caused by: org.openqa.selenium.NoSuchElementException

[GitHub] zeppelin pull request #2434: ZEPPELIN-2687: Show code in description section...

2017-06-24 Thread karuppayya
GitHub user karuppayya opened a pull request: https://github.com/apache/zeppelin/pull/2434 ZEPPELIN-2687: Show code in description section of Spark UI ### What is this PR for? Show code in description section of Spark UI ### What type of PR is it? Improvement

[GitHub] zeppelin issue #2403: ZEPPELIN-2637: Make useLegacySql configurable, in Bigq...

2017-06-24 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2403 @jongyoul CI failure looks to be not relevant. --- 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

[GitHub] zeppelin issue #2434: ZEPPELIN-2687: Show code in description section of Spa...

2017-06-24 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2434 @zjffdu +1 on the refactoring. --- 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

[GitHub] zeppelin issue #2434: ZEPPELIN-2687: Show code in description section of Spa...

2017-06-25 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2434 On restrating the failed job(selenium tests), it succeeded https://travis-ci.org/karuppayya/zeppelin/builds/246794338 Ready for reviewing --- If your project is set up for it, you can

[GitHub] zeppelin issue #2434: ZEPPELIN-2687: Show code in description section of Spa...

2017-06-29 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2434 @felixcheung 1. Regarding the security exploitation Spark does escapes any HTML, except for a anchor element with relative links https://github.com/apache/spark/blob/master

[GitHub] zeppelin issue #2434: ZEPPELIN-2687: Show code in description section of Spa...

2017-06-29 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2434 @felixcheung any suggestion on the length of text(for the short description). Also in case of scala, python code, when the first code line is a import , should we skip it and show the

[GitHub] zeppelin issue #2485: [ZEPPELIN-2758]. NumberFormatException on importing no...

2017-07-14 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2485 @zjffdu the `NotebookTypeAdapterFactory ` was added to avoid `runtimeInfos` being persisted in json. (These infos are valid only during the runtime of the Zeppelin server, interpreter

[GitHub] zeppelin issue #2485: [ZEPPELIN-2758]. NumberFormatException on importing no...

2017-07-14 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2485 Currently only the frontend receives this info. If we remove the AdapterFactory, The `runtimeInfos` will be serialised to json file. Say runtimeinfos contain spark UI link. if it

[GitHub] zeppelin issue #2485: [ZEPPELIN-2758]. NumberFormatException on importing no...

2017-07-14 Thread karuppayya
Github user karuppayya commented on the issue: https://github.com/apache/zeppelin/pull/2485 Yeah , we can reset the infos when the json is deserialized. --- 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

[jira] [Created] (ZEPPELIN-1224) NoSuchMethodError when trying to invoke autocompletion for Spark

2016-07-21 Thread Karuppayya (JIRA)
Karuppayya created ZEPPELIN-1224: Summary: NoSuchMethodError when trying to invoke autocompletion for Spark Key: ZEPPELIN-1224 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1224 Project

[jira] [Created] (ZEPPELIN-1324) Make the paragraph code selectable when the status of it is `RUNNING` or `PENDING`

2016-08-12 Thread Karuppayya (JIRA)
Karuppayya created ZEPPELIN-1324: Summary: Make the paragraph code selectable when the status of it is `RUNNING` or `PENDING` Key: ZEPPELIN-1324 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1324

[jira] [Created] (ZEPPELIN-1643) Ability to access Spark Web UI from interpreters page

2016-11-08 Thread Karuppayya (JIRA)
Karuppayya created ZEPPELIN-1643: Summary: Ability to access Spark Web UI from interpreters page Key: ZEPPELIN-1643 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1643 Project: Zeppelin

[jira] [Created] (ZEPPELIN-1653) Reduce network usage when updating notebooks/ make UI responsive

2016-11-11 Thread Karuppayya (JIRA)
Karuppayya created ZEPPELIN-1653: Summary: Reduce network usage when updating notebooks/ make UI responsive Key: ZEPPELIN-1653 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1653 Project

[jira] [Created] (ZEPPELIN-1692) Adding ability to access the respective spark job's UI from each paragraph

2016-11-21 Thread Karuppayya (JIRA)
Karuppayya created ZEPPELIN-1692: Summary: Adding ability to access the respective spark job's UI from each paragraph Key: ZEPPELIN-1692 URL: https://issues.apache.org/jira/browse/ZEPPELIN

[jira] [Created] (ZEPPELIN-1706) Make spark UI accessible in various mode(user, note, global)

2016-11-24 Thread Karuppayya (JIRA)
Karuppayya created ZEPPELIN-1706: Summary: Make spark UI accessible in various mode(user, note, global) Key: ZEPPELIN-1706 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1706 Project: Zeppelin

[jira] [Created] (ZEPPELIN-1727) Shift + enter runs two paras simultaeously in a particular case

2016-11-29 Thread Karuppayya (JIRA)
Karuppayya created ZEPPELIN-1727: Summary: Shift + enter runs two paras simultaeously in a particular case Key: ZEPPELIN-1727 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1727 Project

[jira] [Created] (ZEPPELIN-2102) Automatically restart spark interpreter when sparkcontext goes down

2017-02-12 Thread Karuppayya (JIRA)
Karuppayya created ZEPPELIN-2102: Summary: Automatically restart spark interpreter when sparkcontext goes down Key: ZEPPELIN-2102 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2102 Project

[jira] [Created] (ZEPPELIN-2543) Ability to change log level at runtime

2017-05-14 Thread Karuppayya (JIRA)
Karuppayya created ZEPPELIN-2543: Summary: Ability to change log level at runtime Key: ZEPPELIN-2543 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2543 Project: Zeppelin Issue Type

[jira] [Created] (ZEPPELIN-2591) Show the user information in spark jobs

2017-05-27 Thread Karuppayya (JIRA)
Karuppayya created ZEPPELIN-2591: Summary: Show the user information in spark jobs Key: ZEPPELIN-2591 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2591 Project: Zeppelin Issue Type

[jira] [Created] (ZEPPELIN-2637) Add ability to "useLegacySql" in bigquery interpreter

2017-06-10 Thread Karuppayya (JIRA)
Karuppayya created ZEPPELIN-2637: Summary: Add ability to "useLegacySql" in bigquery interpreter Key: ZEPPELIN-2637 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2637 Project

[jira] [Created] (ZEPPELIN-2687) Show more meaningful info in spark UI, for each job created from paragraph run

2017-06-24 Thread Karuppayya (JIRA)
Karuppayya created ZEPPELIN-2687: Summary: Show more meaningful info in spark UI, for each job created from paragraph run Key: ZEPPELIN-2687 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2687