[GitHub] zeppelin issue #2444: [ZEPPELIN-2691] fix: should display setting for table

2018-02-08 Thread usmichael
Github user usmichael commented on the issue: https://github.com/apache/zeppelin/pull/2444 Hey @1ambda I don't mean to create overhead on this already closed PR but, I've 0.73v installed and this happens to me. Are there specific considerations I should have in mind to make

[GitHub] zeppelin issue #2716: [ZEPPELIN-3123] Fix to create pid per each interpreter

2018-02-08 Thread woowahan-jaehoon
Github user woowahan-jaehoon commented on the issue: https://github.com/apache/zeppelin/pull/2716 @mebelousov, I found why pid is remained but it isn't related this. I'll request another PR. Thanks. ---

[jira] [Created] (ZEPPELIN-3215) 'pid' files cannot be deleted when interpreter is restarted.

2018-02-08 Thread Jaehoon Jeong (JIRA)
Jaehoon Jeong created ZEPPELIN-3215: --- Summary: 'pid' files cannot be deleted when interpreter is restarted. Key: ZEPPELIN-3215 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3215 Project:

[GitHub] zeppelin issue #2780: [ZEPPELIN-3215] Fix to remove pid of interpreter when ...

2018-02-08 Thread woowahan-jaehoon
Github user woowahan-jaehoon commented on the issue: https://github.com/apache/zeppelin/pull/2780 If interpreter run normally, `interpreter.sh` wait 259 line(```wait```) until shuting down interpreter. After click 'restart interpreter', zeppelin send shutdown call to

[GitHub] zeppelin issue #2716: [ZEPPELIN-3123] Fix to create pid per each interpreter

2018-02-08 Thread woowahan-jaehoon
Github user woowahan-jaehoon commented on the issue: https://github.com/apache/zeppelin/pull/2716 @mebelousov, #2780 is for your case. ---

[GitHub] zeppelin pull request #2780: [ZEPPELIN-3215] Fix to remove pid of interprete...

2018-02-08 Thread woowahan-jaehoon
GitHub user woowahan-jaehoon opened a pull request: https://github.com/apache/zeppelin/pull/2780 [ZEPPELIN-3215] Fix to remove pid of interpreter when interpreter shu… ### What is this PR for? When user click 'restart interpreter', pid file about interpreter can be remained.

[GitHub] zeppelin pull request #2781: [HOTFIX] Fix zeppelin-display build

2018-02-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2781 ---

[jira] [Created] (ZEPPELIN-3216) can not logout

2018-02-08 Thread qinzl (JIRA)
qinzl created ZEPPELIN-3216: --- Summary: can not logout Key: ZEPPELIN-3216 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3216 Project: Zeppelin Issue Type: Bug Affects Versions: 0.7.3

[GitHub] zeppelin issue #2780: [ZEPPELIN-3215] Fix to remove pid of interpreter when ...

2018-02-08 Thread mebelousov
Github user mebelousov commented on the issue: https://github.com/apache/zeppelin/pull/2780 @woowahan-jaehoon , thank you! Can we remove `rm -f "${ZEPPELIN_PID}"` from "shutdown_hook"? ---

Re: Dependencies failure of zeppelin running over

2018-02-08 Thread Jeff Zhang
Thanks for reporting this issue and testing branch-0.8, feel free to create a ticket for this wilsonr guevara arevalo 于2018年2月8日周四 下午11:40写道: > Hi dudes, > > > As part of a team we were testing our own zeppelin version using > *branch-0.8*. Our version is running inside

[GitHub] zeppelin issue #2780: [ZEPPELIN-3215] Fix to remove pid of interpreter when ...

2018-02-08 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2780 @woowahan-jaehoon I don't understand how this PR fix the issue. interpreter.sh will be called when interpreter is launched, this PR seems to remove the pid of current new launched interpreter

[GitHub] zeppelin pull request #2781: [HOTFIX] Fix zeppelin-display build

2018-02-08 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/2781 [HOTFIX] Fix zeppelin-display build ### What is this PR for? This is for fix the build of zeppelin-display module ### What type of PR is it? [ Hot Fix ] ### Todos

[GitHub] zeppelin pull request #2779: [ZEPPELIN-3213] Support for KNOXSSO logout url ...

2018-02-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2779 ---

[GitHub] zeppelin issue #2763: [ZEPPELIN-3194][NEW-INTERPRETER] SAP Universe interpre...

2018-02-08 Thread masyan
Github user masyan commented on the issue: https://github.com/apache/zeppelin/pull/2763 Ready to review ---

[GitHub] zeppelin pull request #2587: [ZEPPELIN-2909]. Support shared SparkContext ac...

2018-02-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2587 ---

[GitHub] zeppelin issue #2779: [ZEPPELIN-3213] Support for KNOXSSO logout url as API

2018-02-08 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2779 LGTM ---

[GitHub] zeppelin pull request #2778: ZEPPELIN-3208. Use interpreter setting's name a...

2018-02-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/2778 ---

[GitHub] zeppelin issue #2779: [ZEPPELIN-3213] Support for KNOXSSO logout url as API

2018-02-08 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/2779 @r-kamath @zjffdu Can you help review this. ---

Dependencies failure of zeppelin running over

2018-02-08 Thread wilsonr guevara arevalo
Hi dudes, As part of a team we were testing our own zeppelin version using branch-0.8. Our version is running inside of a docker container that is inside of a EMR machine. We tested the image using the functionality of S3NotebookRepo and when we run in a local environment (outside of EMR)