[GitHub] zeppelin pull request #3108: ZEPPELIN-3678. Change SparkZeppelinContext to s...

2018-08-02 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/3108


---


Re: Paragraphs outputs from other notebooks/paragraphs

2018-08-02 Thread Jhon Anderson Cardenas Diaz
Mostly spark interpreter.

It is very difficult to reproduce it and logs does not help too much. I
think is when multiple users use zeppelin at the same time.

Do you know what component inside zeppelin manages the paragraph output ?
the interpreters implementation maybe?

El jue., 2 ago. 2018 a las 20:07, Jeff Zhang () escribió:

>
> This is the first time I see user reporting this issue, what interpreter
> do you use ? Is it easy to reproduce ?
>
>
> Jhon Anderson Cardenas Diaz 于2018年8月3日周五
> 上午12:34写道:
>
>> Hi!
>>
>> Has someone else experimented this problem?:
>>
>> Sometimes *when a paragraph is executed it shows random output from
>> another notebook* (from other users also).
>>
>> We are using zeppelin 0.7.3 and Spark and all other interpreters are
>> configured in "Per User - Scoped" mode..
>>
>> Regards.
>>
>


[GitHub] zeppelin pull request #3092: [ZEPPELIN-3653] - New Java interpreter

2018-08-02 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/3092


---


[GitHub] zeppelin issue #3092: [ZEPPELIN-3653] - New Java interpreter

2018-08-02 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3092
  
merging


---


Re: Paragraphs outputs from other notebooks/paragraphs

2018-08-02 Thread Jeff Zhang
This is the first time I see user reporting this issue, what interpreter do
you use ? Is it easy to reproduce ?


Jhon Anderson Cardenas Diaz 于2018年8月3日周五
上午12:34写道:

> Hi!
>
> Has someone else experimented this problem?:
>
> Sometimes *when a paragraph is executed it shows random output from
> another notebook* (from other users also).
>
> We are using zeppelin 0.7.3 and Spark and all other interpreters are
> configured in "Per User - Scoped" mode..
>
> Regards.
>


[GitHub] zeppelin pull request #3109: ZEPPELIN-3679. Provide option to allow hide spa...

2018-08-02 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/3109


---


[GitHub] zeppelin issue #3108: ZEPPELIN-3678. Change SparkZeppelinContext to scala im...

2018-08-02 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue:

https://github.com/apache/zeppelin/pull/3108
  
Hi @zjffdu I have added a couple of simple suggestions to the Scala code.


---


Paragraphs outputs from other notebooks/paragraphs

2018-08-02 Thread Jhon Anderson Cardenas Diaz
Hi!

Has someone else experimented this problem?:

Sometimes *when a paragraph is executed it shows random output from another
notebook* (from other users also).

We are using zeppelin 0.7.3 and Spark and all other interpreters are
configured in "Per User - Scoped" mode..

Regards.


[GitHub] zeppelin issue #3065: ZEPPELIN-3617. Allow to specify saving resourceName as...

2018-08-02 Thread mebelousov
Github user mebelousov commented on the issue:

https://github.com/apache/zeppelin/pull/3065
  
@zjffdu Our team do not use actively ResourcePool. We only plan to use.


---


[GitHub] zeppelin issue #3100: ZEPPELIN-3557. Remove interpreter profiles

2018-08-02 Thread egorklimov
Github user egorklimov commented on the issue:

https://github.com/apache/zeppelin/pull/3100
  
@zjffdu, please look, smth went wrong: 
https://issues.apache.org/jira/browse/ZEPPELIN-3682


---


[jira] [Created] (ZEPPELIN-3682) ZEPPELIN-3557 broke master branch

2018-08-02 Thread George Klimov (JIRA)
George Klimov created ZEPPELIN-3682:
---

 Summary: ZEPPELIN-3557 broke master branch
 Key: ZEPPELIN-3682
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3682
 Project: Zeppelin
  Issue Type: Bug
Reporter: George Klimov


Because of [ZEPPELIN-3557|https://github.com/apache/zeppelin/pull/3100]  
{noformat}
mvn clean package -DskipTests{noformat}
finishes with error:
{noformat}
[INFO] --- exec-maven-plugin:1.2.1:exec (default) @ zeppelin-zrinterpreter_2.10 
---
+++ dirname R/install-dev.sh
++ cd R
++ pwd
+ FWDIR=/home/egklimov/IdeaProjects/zeppelin/r/R
+ LIB_DIR=/home/egklimov/IdeaProjects/zeppelin/r/R/../../R/lib
+ mkdir -p /home/egklimov/IdeaProjects/zeppelin/r/R/../../R/lib
+ pushd /home/egklimov/IdeaProjects/zeppelin/r/R
+ R CMD INSTALL --library=/home/egklimov/IdeaProjects/zeppelin/r/R/../../R/lib 
/home/egklimov/IdeaProjects/zeppelin/r/R/rzeppelin/
R/install-dev.sh: line 38: R: command not found
[INFO] 
[INFO] Reactor Summary:
[INFO] Zeppelin: R Interpreter  FAILURE [ 16.262 s]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec 
(default) on project zeppelin-zrinterpreter_2.10: Command execution failed. 
Process exited with an error: 127 (Exit value: 127) -> [Help 1]
{noformat}
Reverting ZEPPELIN 3557 fixes it



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] zeppelin issue #3047: [ZEPPELIN-3574] fix large number rendering issue

2018-08-02 Thread Savalek
Github user Savalek commented on the issue:

https://github.com/apache/zeppelin/pull/3047
  
Very LGTM


---


[GitHub] zeppelin issue #3092: [ZEPPELIN-3653] - New Java interpreter

2018-08-02 Thread selvinsource
Github user selvinsource commented on the issue:

https://github.com/apache/zeppelin/pull/3092
  
@zjffdu yes I did before opening the pull request.

I manually re-run it and it's fine now
https://travis-ci.org/selvinsource/zeppelin/builds/411153675



---


[jira] [Created] (ZEPPELIN-3681) Introduce NotebookService

2018-08-02 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3681:


 Summary: Introduce NotebookService
 Key: ZEPPELIN-3681
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3681
 Project: Zeppelin
  Issue Type: Sub-task
Reporter: Jeff Zhang






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] zeppelin pull request #3084: [zeppelin-3639] Add Ipython interpreter prerequ...

2018-08-02 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/3084


---


[GitHub] zeppelin issue #3104: ZEPPELIN-3668. Can't hide Spark Jobs (Spark UI) button

2018-08-02 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3104
  
@maziyarpanahi I make a pr for this #3109


---


[GitHub] zeppelin issue #3109: ZEPPELIN-3679. Provide option to allow hide spark ui i...

2018-08-02 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3109
  
Will merge if no more comments


---


[GitHub] zeppelin issue #3092: [ZEPPELIN-3653] - New Java interpreter

2018-08-02 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3092
  
@selvinsource Do you set up travis ? 
https://zeppelin.apache.org/contribution/contributions.html 


---


[jira] [Created] (ZEPPELIN-3680) Unable to do SSO on zeppelin UI

2018-08-02 Thread amit kumar gorai (JIRA)
amit kumar gorai created ZEPPELIN-3680:
--

 Summary: Unable to do SSO on zeppelin UI
 Key: ZEPPELIN-3680
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3680
 Project: Zeppelin
  Issue Type: Bug
  Components: zeppelin-server
Affects Versions: 0.6.0
Reporter: amit kumar gorai


I want to do single sign on, on zeppelin UI. As SAML protocol can work on this 
but i don't have any idea how to use. Please help me if someone worked on this 
scenario.

mail id: ag281...@gmail.com



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] zeppelin issue #3092: [ZEPPELIN-3653] - New Java interpreter

2018-08-02 Thread selvinsource
Github user selvinsource commented on the issue:

https://github.com/apache/zeppelin/pull/3092
  
@zjffdu I have made the change, if you can re-run Jenkins please.


---


[GitHub] zeppelin issue #3092: [ZEPPELIN-3653] - New Java interpreter

2018-08-02 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3092
  
@selvinsource I think you need to update this line of .travis.xml  
https://github.com/apache/zeppelin/blob/master/.travis.yml#L44


---


[GitHub] zeppelin pull request #3066: [ZEPPELIN-3618] ZeppelinContext methods z.run a...

2018-08-02 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/zeppelin/pull/3066


---


[GitHub] zeppelin issue #3066: [ZEPPELIN-3618] ZeppelinContext methods z.run and z.ru...

2018-08-02 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/3066
  
will merge it soon


---


[GitHub] zeppelin issue #3066: [ZEPPELIN-3618] ZeppelinContext methods z.run and z.ru...

2018-08-02 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/3066
  
looks like everything passed
https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/407590408


---


[GitHub] zeppelin issue #3092: [ZEPPELIN-3653] - New Java interpreter

2018-08-02 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/3092
  
right. just want to clarify that it is perfectly fine to run Scala, Python 
etc without Spark. The session context is maintained in the REPL implementation 
and not in SparkContext or ZeppelinContext. I think they are orthogonal.


---