[jira] [Created] (ZEPPELIN-1418) Making bookmarks for zeppelin notes work after authentication

2016-09-07 Thread Prasad Wagle (JIRA)
Prasad Wagle created ZEPPELIN-1418: -- Summary: Making bookmarks for zeppelin notes work after authentication Key: ZEPPELIN-1418 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1418 Project:

[GitHub] zeppelin issue #1176: [Zeppelin 1165 : improve] Paragraph dynamic relationsh...

2016-09-07 Thread cloverhearts
Github user cloverhearts commented on the issue: https://github.com/apache/zeppelin/pull/1176 This feature is not merged. This feature will be re-implemented. However, because there are people who need it, and I hope to continue to manage the `PR`. I will continue the

[GitHub] zeppelin issue #1406: [ZEPPELIN-1414] Remove CONTRIBUTING.md files

2016-09-07 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1406 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

[GitHub] zeppelin issue #1406: [ZEPPELIN-1414] Remove CONTRIBUTING.md files

2016-09-07 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1406 As long as it's still shown somewhere during the PR process, I think its fine? Should we merge this then? --- If your project is set up for it, you can reply to this email and have your

[GitHub] zeppelin issue #1406: [ZEPPELIN-1414] Remove CONTRIBUTING.md files

2016-09-07 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1406 right, I'm not sure if that makes a difference to us --- 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 #1395: [ZEPPELIN-1404] invalid html structure for bootstrap i...

2016-09-07 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1395 @cloverhearts Could you rebase this branch? It should make the CI green --- 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 #1396: [ZEPPELIN-1405] ConnectionPool for JDBCInterpreter.

2016-09-07 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1396 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

RE: ActiveDirectoryGroupRealm.java allows user outside of searchBase to login

2016-09-07 Thread Polina Marasanova
Related to this issue: One more thing. In Zeppelin logs there are many messages like this 16/09/08 02:03:46 DEBUG NotebookServer: RECEIVE << PING 16/09/08 02:03:46 DEBUG NotebookServer: RECEIVE PRINCIPAL << 16/09/08 02:03:46 DEBUG NotebookServer: RECEIVE TICKET << 16/09/08 02:03:46 DEBUG

Re: is there way to push stream of updates to Zeppelin dashboard as they come in ?

2016-09-07 Thread kant kodali
Hi Corneau, I still don't quite understand (probably because I am more of a backend engineer). All I want to know is how do I need connect my data that I get from my websocket to the charts? other words I shouldn't be writing code to build charts (like bar, pie and so on) I should be able to tell

RE: ActiveDirectoryGroupRealm.java allows user outside of searchBase to login

2016-09-07 Thread Polina Marasanova
Hi everyone, I'm experiencing exactly same problem with Zeppelin 0.6.0 It shiro plugin lets everyone in and it cannot be limited by searchbase. Here is an example of my config. In fact it lets everyone in from OU=Users. [main] ### A sample for configuring Active Directory Realm

[GitHub] zeppelin issue #1369: [ZEPPELIN-1376] Add proxy credentials for dependency r...

2016-09-07 Thread doanduyhai
Github user doanduyhai commented on the issue: https://github.com/apache/zeppelin/pull/1369 @astroshim @AhyoungRyu it tooks me hours but I have found the root cause of the issue and it's pretty ugly. Ready to hear ? 1) First issue is we **do not** set the InterpreterSetting

[GitHub] zeppelin issue #1409: [ZEPPELIN-1461] Update Flink with latest version 1.1.2

2016-09-07 Thread rawkintrevo
Github user rawkintrevo commented on the issue: https://github.com/apache/zeppelin/pull/1409 Flink Tests all passing now. [Profile3](https://travis-ci.org/apache/zeppelin/jobs/158273244) Cassandra Test Timeout **Unrelated**

[GitHub] zeppelin issue #928: [ZEPPELIN-116] Add Apache Mahout Interpreter

2016-09-07 Thread rawkintrevo
Github user rawkintrevo commented on the issue: https://github.com/apache/zeppelin/pull/928 @bzz and @Leemoonsoo - Was talking to some other about this- I think we should take a new tack on this as Mahout currently only supports Spark v1.5 officially, but also 1.6 in

Re: is there way to push stream of updates to Zeppelin dashboard as they come in ?

2016-09-07 Thread kant kodali
Hi Moon, When I receive the events through a websocket from a server how can I use Zeppelin charts (The charts that get generated after running a sql command per say) to display it ? Thanks,Kant On Wed, Sep 7, 2016 8:02 AM, moon soo Lee m...@apache.org wrote: You can check

[GitHub] zeppelin issue #1384: [ZEPPELIN-1387] Support table syntax in markdown inter...

2016-09-07 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/1384 @Leemoonsoo I'v fixed license description. Also, now I understand when to describe licenses to `licenses` or `bin_licenses`. Thanks. :) @bzz I think it is better to use more specific

[GitHub] zeppelin issue #1409: [ZEPPELIN-1461] Update Flink with latest version 1.1.2

2016-09-07 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/zeppelin/pull/1409 Changes look good to me. +1 for merging after fixing the failing test case. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

Incosistent spark local mode on a secured Cloudera cluster

2016-09-07 Thread Pradeep Reddy
I had a thread regarding this in the user group and I was able to workaround on 0.6.1 build by setting SPARK_HOME. As there is no workaround in latest snapshot build, I'm sending this to the dev group. You may need to have a secure(kerberos) cluster behind a proxy to reproduce these

[GitHub] zeppelin issue #928: [ZEPPELIN-116] Add Apache Mahout Interpreter

2016-09-07 Thread rawkintrevo
Github user rawkintrevo commented on the issue: https://github.com/apache/zeppelin/pull/928 *bump* @bzz should we continue work on this or pursue another route? --- 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 #1371: [ZEPPELIN-1372]Automatically Detect the data type in t...

2016-09-07 Thread Peilin-Yang
Github user Peilin-Yang commented on the issue: https://github.com/apache/zeppelin/pull/1371 @corneadoug sure, I can do that once having 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

[GitHub] zeppelin pull request #1405: Update Zeppelin Website building instructions

2016-09-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1405 --- 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 #1411: [ZEPPELIN-1417] Bugfix of "Connect to existing process...

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

[GitHub] zeppelin issue #1405: Update Zeppelin Website building instructions

2016-09-07 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1405 @corneadoug Yeah please do :) --- 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 #1405: Update Zeppelin Website building instructions

2016-09-07 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1405 Let's Merge This since #1410 was merged too --- 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 #1411: [ZEPPELIN-1417] Bugfix of "Connect to existing process...

2016-09-07 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1411 @bzz Thank you for review and sorry for making you confused. I'll fix version to 0.7.0. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin issue #1388: [ZEPPELIN-1399] Refactor automatic interpreter name in...

2016-09-07 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1388 CI is green. Merge if there is no more discussuion --- 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 #1393: [ZEPPELIN-1142] Zeppelin allows two users to simultane...

2016-09-07 Thread kavinkumarks
Github user kavinkumarks commented on the issue: https://github.com/apache/zeppelin/pull/1393 The CI build is green. --- 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

[GitHub] zeppelin pull request #1407: [ZEPPELIN-1412] add support multiline for pytho...

2016-09-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1407 --- 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 #1411: change to create local interpreter when option ...

2016-09-07 Thread astroshim
GitHub user astroshim opened a pull request: https://github.com/apache/zeppelin/pull/1411 change to create local interpreter when option is false. ### What is this PR for? This PR fixes [ZEPPELIN-1417](https://issues.apache.org/jira/browse/ZEPPELIN-1417 ). ### What

[GitHub] zeppelin pull request #1410: Fix download links

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

[jira] [Created] (ZEPPELIN-1417) Problem of "Connect to existing process" function.

2016-09-07 Thread Shim HyungSung (JIRA)
Shim HyungSung created ZEPPELIN-1417: Summary: Problem of "Connect to existing process" function. Key: ZEPPELIN-1417 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1417 Project: Zeppelin

[GitHub] zeppelin issue #1393: [ZEPPELIN-1142] Zeppelin allows two users to simultane...

2016-09-07 Thread kavinkumarks
Github user kavinkumarks commented on the issue: https://github.com/apache/zeppelin/pull/1393 Fixed the build test failure and the CI build is in progress. --- 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

Re: is there way to push stream of updates to Zeppelin dashboard as they come in ?

2016-09-07 Thread kant kodali
Hi Moon, I don't see any websocket connection from the code you sent so I wonder how is it getting push updates? Thanks,Kant On Wed, Aug 24, 2016 4:27 AM, moon soo Lee m...@apache.org wrote: Hi, Regarding push update result, https://gist.github.com/granturing/a09aed4a302a7367be92 can

[GitHub] zeppelin issue #1410: Fix download links

2016-09-07 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1410 @bzz Tested: * Locally * With Production Flag * With SVN doc folder LGTM, let's try to get it merged fast since it is a Hot Fix. Documentation change for that PR is

[GitHub] zeppelin pull request #1410: Fix download links

2016-09-07 Thread bzz
GitHub user bzz opened a pull request: https://github.com/apache/zeppelin/pull/1410 Fix download links ### What is this PR for? In recent changes download links were broken on the project website ### What type of PR is it? Hot Fix ### Todos * [x] -

[GitHub] zeppelin issue #1406: [ZEPPELIN-1414] Remove CONTRIBUTING.md files

2016-09-07 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1406 @felixcheung Right, this message is showing if you have a CONTRIBUTING.md file in the root of the repository. But we are also using the PR_TEMPLATE that github supports, and we have pretty

[GitHub] zeppelin issue #1369: [ZEPPELIN-1376] Add proxy credentials for dependency r...

2016-09-07 Thread doanduyhai
Github user doanduyhai commented on the issue: https://github.com/apache/zeppelin/pull/1369 O I've found the issue, it's tricky. I have added a non-existing dependency to the angular interpreter and I can also see a spinning circle forever. With Web Dev Console, I can

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

2016-09-07 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1404 CI failed because of selenium, I think --- 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 #1400: [ZEPPELIN-1407] Fix Scala 2.11 build

2016-09-07 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1400 CI green, any 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 your project does not have this feature

[GitHub] zeppelin issue #1406: [ZEPPELIN-1414] Remove CONTRIBUTING.md files

2016-09-07 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue: https://github.com/apache/zeppelin/pull/1406 @felixcheung Yeah right. It makes sense. Then how about putting root `CONTRIBUTING.md` back and providing this link