[jira] [Created] (ZEPPELIN-1755) CronJob.execute thread hangs because of a race condition

2016-12-05 Thread Prasad Wagle (JIRA)
Prasad Wagle created ZEPPELIN-1755: -- Summary: CronJob.execute thread hangs because of a race condition Key: ZEPPELIN-1755 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1755 Project: Zeppelin

[jira] [Created] (ZEPPELIN-1756) Add a git-push button for Notebook configured with Git

2016-12-05 Thread Viet Cuong Phung (JIRA)
Viet Cuong Phung created ZEPPELIN-1756: -- Summary: Add a git-push button for Notebook configured with Git Key: ZEPPELIN-1756 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1756 Project:

[GitHub] zeppelin issue #1725: [MINOR] Resolve bower dependency conflict, hang (zeppe...

2016-12-05 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1725 @soralee reported that branch-0.6 is also failing with this problem. And i confirmed branch-0.6 build fails with the same problem and this fixes the problem. So i'm going to back

[GitHub] zeppelin pull request #1713: [ZEPPELIN-1530] Update common scripts for Linux...

2016-12-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1713 --- 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

[GitHub] zeppelin pull request #1714: [ZEPPELIN-1743] Use explicit arguments in funct...

2016-12-05 Thread felizbear
GitHub user felizbear reopened a pull request: https://github.com/apache/zeppelin/pull/1714 [ZEPPELIN-1743] Use explicit arguments in functions in paragraph.controller.js ### What is this PR for? This is `paragraph.controller.js` maintenance PR. It refactors most functions in

[GitHub] zeppelin pull request #1714: [ZEPPELIN-1743] Use explicit arguments in funct...

2016-12-05 Thread felizbear
Github user felizbear closed the pull request at: https://github.com/apache/zeppelin/pull/1714 --- 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 #1675: [ZEPPELIN-1190] Visit and switch notebook revisions

2016-12-05 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/1675 rebased from master, and 6th profile keeps failing with Zeppelin shutting down because of no `SPARK_HOME`. So initially fails to untar spark package: ``` +mkdir -p .spark-dist

[GitHub] zeppelin pull request #:

2016-12-05 Thread Leemoonsoo
Github user Leemoonsoo commented on the pull request: https://github.com/apache/zeppelin/commit/cb0b45080251b224f44abe8719865b756290a397#commitcomment-20082316 I made mistake on backporting this commit. Our merge tool couldn't handle this case so i manually cherrypicked and resolved

[jira] [Created] (ZEPPELIN-1757) Menu of paragraph includes keyboard shortcut

2016-12-05 Thread Sora Lee (JIRA)
Sora Lee created ZEPPELIN-1757: -- Summary: Menu of paragraph includes keyboard shortcut Key: ZEPPELIN-1757 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1757 Project: Zeppelin Issue Type:

[GitHub] zeppelin issue #1725: [MINOR] Resolve bower dependency conflict, hang (zeppe...

2016-12-05 Thread soralee
Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/1725 For the more information, I faced this error log in branch-0.6 on Ubuntu ``` [ERROR] bower ECONFLICT Unable to find suitable version for angular [INFO]

[GitHub] zeppelin pull request #1714: [ZEPPELIN-1743] Use explicit arguments in funct...

2016-12-05 Thread felizbear
GitHub user felizbear reopened a pull request: https://github.com/apache/zeppelin/pull/1714 [ZEPPELIN-1743] Use explicit arguments in functions in paragraph.controller.js ### What is this PR for? This is `paragraph.controller.js` maintenance PR. It refactors most functions in

[GitHub] zeppelin pull request #1714: [ZEPPELIN-1743] Use explicit arguments in funct...

2016-12-05 Thread felizbear
Github user felizbear closed the pull request at: https://github.com/apache/zeppelin/pull/1714 --- 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

Re: Build error in docker

2016-12-05 Thread Khalid Huseynov
possibly related to https://github.com/apache/zeppelin/pull/1725#issuecomment-265052203, did you try to build Zeppelin itself successfuly? On Mon, Dec 5, 2016 at 6:27 PM, Jeff Zhang wrote: > > > I try to build travis in local, so I follow the instruction here to build >

[GitHub] zeppelin issue #1729: [ZEPPELIN-1758] using pyspark(python3) with livy inter...

2016-12-05 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1729 PR title is wrong. --- 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 #1538: [ZEPPELIN-1386] Docker images for running Apache Zeppe...

2016-12-05 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/1538 @mfelgamal The reason, we can't run zeppelin binary on this docker image is because of **dumb-init**. It prevent from running zeppelin well by just installing **dumb-init**. --- If your project

[jira] [Created] (ZEPPELIN-1758) support livy pyspark Interpreter's magic function

2016-12-05 Thread hyunwoo cho (JIRA)
hyunwoo cho created ZEPPELIN-1758: - Summary: support livy pyspark Interpreter's magic function Key: ZEPPELIN-1758 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1758 Project: Zeppelin

[GitHub] zeppelin issue #1719: [ZEPPELIN-965] missing lastExecuteTime function

2016-12-05 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1719 Merging this if no more 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

[GitHub] zeppelin pull request #1729: [ZEPPELIN-1758] using pyspark(python3) with liv...

2016-12-05 Thread purechoc
GitHub user purechoc opened a pull request: https://github.com/apache/zeppelin/pull/1729 [ZEPPELIN-1758] using pyspark(python3) with livy interperter ### What is this PR for? support livy pyspark Interpreter's magic function ### What type of PR is it? Improvement

[GitHub] zeppelin issue #1727: [ZEPPELIN-1695] Use shared versions in test libraries ...

2016-12-05 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1727 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 enabled and wishes so, or if

[GitHub] zeppelin pull request #1724: [ZEPPELIN-1674] save barchart, areachart option

2016-12-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1724 --- 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

[GitHub] zeppelin issue #1718: [HOTFIX] Restore uninteded change of exit code in test...

2016-12-05 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1718 Looks great to me, thank you @minahlee ! Merging as a hotfix, 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

[GitHub] zeppelin issue #1477: [ZEPPELIN-1512] Support Kylin project name in interpre...

2016-12-05 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1477 @yiming187 thank you for improvement, looks good to me, 👍 for having tests! Could you please rebase it on the latest master, before merging it in? --- If your project is set up for it,

[GitHub] zeppelin issue #1682: Update to Spark 1.6.3 and 2.0.2

2016-12-05 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1682 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

[jira] [Created] (ZEPPELIN-1751) org.eclipse.jetty.io.EofException

2016-12-05 Thread JIRA
吴志龙 created ZEPPELIN-1751: - Summary: org.eclipse.jetty.io.EofException Key: ZEPPELIN-1751 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1751 Project: Zeppelin Issue Type: Bug

[GitHub] zeppelin issue #1714: [ZEPPELIN-1743] Use explicit arguments in functions in...

2016-12-05 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1714 Looks great to me! @felizbear In my experience, if the contribution author followup on CI failure - that speeds up the merge time tremendously. It looks like at least CI is failing

[GitHub] zeppelin issue #1661: [ZEPPELIN-1605] zeppelin-interpreter: don't publish sh...

2016-12-05 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1661 Sounds awesome, thank you! Let's merge then, 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

[GitHub] zeppelin issue #1561: [Zeppelin 914]- Apply new mechanism to IgniteInterpret...

2016-12-05 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1561 @meenakshisekar thank you for contribution! Could you rebase on the latest master please? Also, please do not hesitate to let us know in case you need any help with this one, in order to get

[GitHub] zeppelin pull request #1682: Update to Spark 1.6.3 and 2.0.2

2016-12-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1682 --- 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

[GitHub] zeppelin pull request #1718: [HOTFIX] Restore uninteded change of exit code ...

2016-12-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1718 --- 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

[GitHub] zeppelin issue #1538: [ZEPPELIN-1386] Docker images for running Apache Zeppe...

2016-12-05 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1538 @mfelgamal that sounds awesome job, thank you very much. Please let me test it tomorrow and get back to you here, but otherwise I think it's ready to be merged! --- If your project is set

[jira] [Created] (ZEPPELIN-1752) Accidentally getting stuck when restart the spark interpreter

2016-12-05 Thread Ji Sun (JIRA)
Ji Sun created ZEPPELIN-1752: Summary: Accidentally getting stuck when restart the spark interpreter Key: ZEPPELIN-1752 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1752 Project: Zeppelin

[jira] [Created] (ZEPPELIN-1753) Note ID is displayed on action bar after entering blank notename

2016-12-05 Thread Sangwoo Lee (JIRA)
Sangwoo Lee created ZEPPELIN-1753: - Summary: Note ID is displayed on action bar after entering blank notename Key: ZEPPELIN-1753 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1753 Project:

Build error in docker

2016-12-05 Thread Jeff Zhang
I try to build travis in local, so I follow the instruction here to build zeppelin in docker, but get the following error as following. Has anyone hit this issue before or successfully run travis locally ?

[jira] [Created] (ZEPPELIN-1750) Logout does not work

2016-12-05 Thread Andreas Adamides (JIRA)
Andreas Adamides created ZEPPELIN-1750: -- Summary: Logout does not work Key: ZEPPELIN-1750 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1750 Project: Zeppelin Issue Type: Bug

[GitHub] zeppelin issue #1566: [ZEPPELIN-1587] (WIP) Add impersonation routine in Spa...

2016-12-05 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/1566 @astroshim thanks for help, I'll test with `proxy-user` first since it's most recommended way, and possibly we can use your configuration there. --- If your project is set up for it, you

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

2016-12-05 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1663 Tried but still no luck .. --- 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

[GitHub] zeppelin issue #1714: [ZEPPELIN-1743] Use explicit arguments in functions in...

2016-12-05 Thread felizbear
Github user felizbear commented on the issue: https://github.com/apache/zeppelin/pull/1714 this backend test currently fails ``` - should provide onclick method *** FAILED *** The code passed to eventually never returned normally. Attempted 1 times over

[GitHub] zeppelin issue #1724: [ZEPPELIN-1674] save barchart, areachart option

2016-12-05 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1724 Thanks @prabhjyotsingh for the review. I think other charts doesn't have these options. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin pull request #1714: [ZEPPELIN-1743] Use explicit arguments in funct...

2016-12-05 Thread felizbear
GitHub user felizbear reopened a pull request: https://github.com/apache/zeppelin/pull/1714 [ZEPPELIN-1743] Use explicit arguments in functions in paragraph.controller.js ### What is this PR for? This is `paragraph.controller.js` maintenance PR. It refactors most functions in

[GitHub] zeppelin pull request #1714: [ZEPPELIN-1743] Use explicit arguments in funct...

2016-12-05 Thread felizbear
Github user felizbear closed the pull request at: https://github.com/apache/zeppelin/pull/1714 --- 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 #1724: [ZEPPELIN-1674] save barchart, areachart option

2016-12-05 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1724 Sure, was thinking about that as well. 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

[GitHub] zeppelin issue #1724: [ZEPPELIN-1674] save barchart, areachart option

2016-12-05 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1724 @prabhjyotsingh Thanks. Merge to master if there're no more comments. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[jira] [Created] (ZEPPELIN-1754) PING request stacking on websocket reconnect

2016-12-05 Thread Python_Max (JIRA)
Python_Max created ZEPPELIN-1754: Summary: PING request stacking on websocket reconnect Key: ZEPPELIN-1754 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1754 Project: Zeppelin Issue

[GitHub] zeppelin issue #1477: [ZEPPELIN-1512] Support Kylin project name in interpre...

2016-12-05 Thread yiming187
Github user yiming187 commented on the issue: https://github.com/apache/zeppelin/pull/1477 Thanks @bzz , the rebase is done. --- 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 #1728: [ZEPPELIN-1754] PING request stacking on websoc...

2016-12-05 Thread pythonmax
GitHub user pythonmax opened a pull request: https://github.com/apache/zeppelin/pull/1728 [ZEPPELIN-1754] PING request stacking on websocket reconnect ### What is this PR for? Fixes a bug when PING requests are stacking when server restarted. ### What type of PR is it?

[GitHub] zeppelin pull request #1630: [ZEPPELIN-1629] Enable renaming folder from the...

2016-12-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1630 --- 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

[GitHub] zeppelin issue #1723: [ZEPPELIN-1747] Fix Korean notename input problem

2016-12-05 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1723 Thanks @cuspymd for providing review. LGTM and merge to master if there're no more comments. --- If your project is set up for it, you can reply to this email and have your reply appear on