[GitHub] zeppelin issue #2704: ZEPPELIN-3061: Updated the SecurityUtils to add Shiro'...

2018-01-04 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/2704
  
@prabhjyotsingh 


---


[GitHub] zeppelin issue #2701: [ZEPPELIN-3098] Livy Interpreter fails if row contains...

2018-01-04 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/2701
  
I think test passed? it's too long and jenkins no longer has the build
@zjffdu 


---


[GitHub] zeppelin issue #2689: [ZEPPELIN-3080] Removing duplicate Date header

2018-01-04 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/2689
  
ping @sjoerdmulder 


---


[GitHub] zeppelin pull request #1375: [ZEPPELIN-1171] Only retrieve resources if clie...

2018-01-04 Thread lresende
Github user lresende closed the pull request at:

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


---


[GitHub] zeppelin issue #2706: ZEPPELIN-3105 Notebook not running via REST API after ...

2018-01-04 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2706
  
Sorry @weand there's one critical issue in travis build, will come back 
after fixing that issue. Feel free to ping me in case I forget. 


---


[GitHub] zeppelin issue #2706: ZEPPELIN-3105 Notebook not running via REST API after ...

2018-01-04 Thread weand
Github user weand commented on the issue:

https://github.com/apache/zeppelin/pull/2706
  
@zjffdu As this fixes a regression from 
[ZEPPELIN-3013](https://issues.apache.org/jira/browse/ZEPPELIN-3013) would you 
mind helping here out?


---


[GitHub] zeppelin issue #2682: [ZEPPELIN-3066] Make the welcome header of the homepag...

2018-01-04 Thread mebelousov
Github user mebelousov commented on the issue:

https://github.com/apache/zeppelin/pull/2682
  
@kjmrknsn, if user knows zeppelin url, why he doesn't know about the need 
of LDAP account?

I believe that the custom welcome header is not nice way for announcing.
One may support guest account with open password.
Also the homescreen is excellent new feature, if it will be.


---


[jira] [Created] (ZEPPELIN-3126) More than 2 notebooks in R failing with error sparkr intrepreter not responding

2018-01-04 Thread Meethu Mathew (JIRA)
Meethu Mathew created ZEPPELIN-3126:
---

 Summary: More than 2 notebooks in R failing with error sparkr 
intrepreter not responding
 Key: ZEPPELIN-3126
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3126
 Project: Zeppelin
  Issue Type: Bug
  Components: r-interpreter
Affects Versions: 0.7.2
 Environment: spark version 1.6.2


Reporter: Meethu Mathew
Priority: Critical


Spark interpreter is in per note Scoped mode.
Please find the steps below to reproduce the issue:
1. Create a notebook (Note1) and run any r code in a paragraph. I ran the 
following code.
%r
rdf <- data.frame(c(1,2,3,4))
colnames(rdf) <- c("myCol")
sdf <- createDataFrame(sqlContext, rdf)  
withColumn(sdf, "newCol", sdf$myCol * 2.0)

2.  Create another notebook (Note2) and run any r code in a paragraph. I ran 
the same code as above.

Till now everything works fine.

3. Create third notebook (Note3) and run any r code in a paragraph. I ran the 
same code. This notebook fails with the error 
org.apache.zeppelin.interpreter.InterpreterException: sparkr is not responding 

The problem will be solved on restarting the sparkr interpreter and another 2 
models could be executed successfully. But again, for the third model run using 
the sparkr interpreter, the error is thrown. 
Once a notebook throws the error, all further notebooks will throw the same 
error and each time we run those failed notebooks, a new R shell process will 
be started and these processes are not getting killed even if we we delete the 
failed notebook.i.e it does not reuse original R shell after failure



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)