Re: [GSoC 2016] Notebooks

2016-07-27 Thread Paul Bustios Belizario
Hi Alexander,

Yes, I'm using the latest version of the code in master branch and I have
installed pandas and pandasql.

By the way, I made searches in the repository. Below, the 2 screens of the
search results for:

PythonPandasSQL*Interpreter*
https://dl.dropboxusercontent.com/u/20947972/search_pandassql_interpreter.png

Python*Interpreter*PandasSQL
https://dl.dropboxusercontent.com/u/20947972/search_interpreter_pandassql.png

Attached error log.

Regards,
Paul

On Mon, Jul 25, 2016 at 10:44 PM Alexander Bezzubov  wrote:

> Hi Paul,
>
> this sounds very strange indeed.
>
> Please make sure you are using latest master and to get correct
> interpreters classnames - it should be enough to delete
> /conf/interpreter-settings.json and restart Zeppelin - it will be
> re-created.
>
> Regarding dependencies for to run %python.sql (it's implementation is
> PythonInterpreterPandasSql), please refer [1] and make sure pre-requests
> are installed on your system's Python (or the one that is configured to use
> through interpreter settings UI)
>
> If nothing helps, please feel free to file a Jira issue with description on
> how the error can be reproduced and I will be happy to help you and look
> more into it!
>
> 1.
>
> https://github.com/apache/zeppelin/blob/master/docs/interpreter/python.md#sql-over-pandas-dataframes
>
> --
> Alex
>
> On Tue, Jul 26, 2016, 09:44 Paul Bustios Belizario 
> wrote:
>
> > Hi Alexander,
> >
> > Yes. I knew that, but for some reason, that I'm still investigating,
> > z.show() doesn't display the dataframe in my notebook. That's why I
> decided
> > to not incorporate z.show() yet. As soon as I find the problem I will add
> > it.
> >
> > Regarding to pandasql, there is an error creating the interpreter:
> >
> > java.lang.ClassNotFoundException:
> > org.apache.zeppelin.python.PythonPandasSqlInterpreter
> >
> > I couldn't found PythonPandasSqlInterpreter class, I only found
> > PythonInterpreterPandasSql.java in the latest version of the code. Is
> there
> > anything more I need to do to have ready this interpreter? Do I have to
> > change the class name of the interpreter in the interpreter-setting.json?
> >
> > Regards,
> > Paul
> >
> > On Sun, Jul 24, 2016 at 11:44 PM Alexander Bezzubov 
> > wrote:
> >
> > > Thanks for sharing your progress Paul, the notebook looks great!
> > >
> > > By the way, did you know that in latest Apache Zeppelin instead of
> > > ```
> > > print(titanic.head())
> > > ```
> > > one can use
> > >
> > > ```
> > > z.show(titanic)
> > > ```
> > > ?
> > >
> > > It would be a good opportunity to showcase this [1] and other features
> of
> > > the Python interpreter like recent SQL over PandasDataframe with
> built-in
> > > visualizations for easy exploratory analysis [2] thought this work, how
> > do
> > > you think?
> > >
> > > 1.
> > >
> > >
> >
> http://zeppelin.apache.org/docs/0.6.0/interpreter/python.html#pandas-integration
> > > 2.
> > >
> > >
> >
> https://github.com/apache/zeppelin/blob/master/docs/interpreter/python.md#sql-over-pandas-dataframes
> > > --
> > > Alex
> > >
> > > On Sat, Jul 23, 2016, 12:54 Paul Bustios Belizario  >
> > > wrote:
> > >
> > > > Thanks Moon,
> > > >
> > > > Here is my third notebook using the Titanic dataset:
> > > >
> > > >
> > > >
> > >
> >
> https://www.zeppelinhub.com/viewer/notebooks/bm90ZTovL2J1c3Rpb3MvbG9jYWwvYmI0Y2EwNjVkMTI1NDY2Y2EzNTIzNThiZjViYzIxOWQvbm90ZS5qc29u
> > > >
> > > > Now, I'm working on the fourth notebook and updating my first
> notebook
> > to
> > > > use z.show()
> > > >
> > > > Regards,
> > > > Paul
> > > >
> > > > On Sat, Jul 16, 2016 at 7:42 PM moon soo Lee 
> wrote:
> > > >
> > > > > Hi Paul,
> > > > >
> > > > > That would be very interesting!
> > > > > And like you mentioned, it's dataset that for starters. I think
> it's
> > > > super
> > > > > reasonable to have a notebooks with those data.
> > > > >
> > > > > Thanks,
> > > > > moon
> > > > >
> > > > > On Sat, Jul 9, 2016 at 11:09 AM Paul Bustios Belizario <
> > > > pbust...@gmail.com
> > > > > >
> > > > > wrote:
> > > > >
> > > > > > Hi community,
> > > > > >
> > > > > > I was searching some databases and chose [1,2] for the next
> > > notebooks.
> > > > > > These databases are not big, but are classic and educational for
> > > people
> > > > > who
> > > > > > are starting the path of data science. Additionally, through the
> > > > process
> > > > > of
> > > > > > machine learning, these databases can provide many graphics.
> > > > > >
> > > > > > What do you think?
> > > > > >
> > > > > > Regards,
> > > > > > Paul
> > > > > >
> > > > > > [1] https://www.kaggle.com/c/titanic
> > > > > > [2] https://www.kaggle.com/c/digit-recognizer
> > > > > >
> > > > >
> > > >
> > >
> >
>
ERROR [2016-07-27 21:55:45,304] ({pool-1-thread-2} RemoteInterpreterServer.java[createInterpreter]:186) - java.lang.ClassNotFoundException: 

[jira] [Created] (ZEPPELIN-1242) Should set property SPARK_YARN_MODE before creating SparkILoop

2016-07-27 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1242:


 Summary: Should set property SPARK_YARN_MODE before creating 
SparkILoop
 Key: ZEPPELIN-1242
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1242
 Project: Zeppelin
  Issue Type: Bug
Reporter: Jeff Zhang






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin issue #1229: [BugFix] Show checkbox for "Connect to existing proces...

2016-07-27 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1229
  
Looks good to me.
\cc @corneadoug to double-check

Merging 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 feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1231: [Zeppelin - 683][WIP] BittorrentNotebookRepo

2016-07-27 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1231
  
Thank you for sharing the progress! Let me look into this and get back to 
you


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #:

2016-07-27 Thread bzz
Github user bzz commented on the pull request:


https://github.com/apache/zeppelin/commit/5a4aacef25b0b54d151cfc7a3ea81cc312f6f655#commitcomment-18424229
  
In jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java:
In jdbc/src/main/java/org/apache/zeppelin/jdbc/JDBCInterpreter.java on line 
442:
Good catch! @jongyoul how do you 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 feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ZEPPELIN-1241) While a registered temp table using %SQL , it presents a blank screen although data is there

2016-07-27 Thread Bandeep Singh (JIRA)
Bandeep Singh created ZEPPELIN-1241:
---

 Summary: While a registered temp table using %SQL , it presents a 
blank screen although data is there
 Key: ZEPPELIN-1241
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1241
 Project: Zeppelin
  Issue Type: Bug
  Components: front-end
Affects Versions: 0.6.0
 Environment: AWS Cluster with 4 data nodes
Reporter: Bandeep Singh
Priority: Minor


I load some data in a DataFrame and registers it as a temp table.
Now, when I query the table, the result I get is a blank page which gets 
populated if I switch to any other graphs like pie chart or bar graph and 
swithback OR  refresh the page.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (ZEPPELIN-1240) Removed interpreter properties are restored

2016-07-27 Thread Lee moon soo (JIRA)
Lee moon soo created ZEPPELIN-1240:
--

 Summary: Removed interpreter properties are restored
 Key: ZEPPELIN-1240
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1240
 Project: Zeppelin
  Issue Type: Bug
Affects Versions: 0.6.0
Reporter: Lee moon soo
Priority: Critical
 Fix For: 0.6.1


Right after interpreter property removal from GUI, 
conf/interpreter.json is updated with removed properties.

But as soon as interpreter being used, property is restored with default value.


How to reproduce:

- Create a interpreter setting (like %sh)
- Remove a property which created by default (e.g. 
shell.command.timeout.millisecs) and save.
- Create a note and paragraph and run %sh whoami
- Refresh interpreter setting menu and see removed property is restored. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


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

2016-07-27 Thread rawkintrevo
Github user rawkintrevo commented on the issue:

https://github.com/apache/zeppelin/pull/928
  
I resubmitted this a few times, there is something going awry with finding 
`org.apache.apache.resources:apache-jar-resource-bundle:jar:1.5-SNAPSHOT`


The build fails on random profiles, all with the error:
```
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-remote-resources-plugin:1.4:process (default) on 
project zeppelin: Error downloading resources archive. Could not transfer 
artifact 
org.apache.apache.resources:apache-jar-resource-bundle:jar:1.5-SNAPSHOT from/to 
apache-snapshots (https://repository.apache.org/snapshots/): Connect to 
repository.apache.org:443 [repository.apache.org/207.244.88.143] failed: 
Connection timed out
[ERROR] 
org.apache.apache.resources:apache-jar-resource-bundle:jar:1.5-SNAPSHOT
```
Everything else builds nicely.



---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1235: ZEPPELIN-1227 change spark-2.0.0-preview to spark-2.0....

2016-07-27 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue:

https://github.com/apache/zeppelin/pull/1235
  
+1 


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


maxConcurrency is hardcoded in JDBCInterpreter

2016-07-27 Thread Prasad Wagle
Yesterday, I added a comment:
"Should we use getMaxConcurrentConnection instead of hardcoding
maxConcurrency to 10?"
in this commit:
https://github.com/apache/zeppelin/commit/5a4aacef25b0b54d151cfc7a3ea81cc312f6f655

I am not sure if this caused an email to be sent. Jongyoul - can you please
take a look? Thanks.

[image: Inline image 1]


[jira] [Created] (ZEPPELIN-1239) Google WebFont: goog-webfont-dl Grunt task warning and build error

2016-07-27 Thread Federico Valeri (JIRA)
Federico Valeri created ZEPPELIN-1239:
-

 Summary: Google WebFont: goog-webfont-dl Grunt task warning and 
build error
 Key: ZEPPELIN-1239
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1239
 Project: Zeppelin
  Issue Type: Bug
Affects Versions: 0.6.0, 0.7.0
 Environment: Windows 7
Reporter: Federico Valeri
Priority: Minor


If I comment 'goog-webfont-dl' task in zeppelin-web/Gruntfile.js the build ends 
without errors.
...
[INFO] Running "jscs:all" (jscs) task
[INFO] >> 32 files without code style errors.
[INFO]
[INFO] Running "jscs:test" (jscs) task
[INFO] >> 6 files without code style errors.
[INFO]
[INFO] Running "eslint:all" (eslint) task
[INFO]
[INFO] Running "eslint:test" (eslint) task
[INFO]
[INFO] Running "htmlhint:src" (htmlhint) task
[INFO] >> 32 files lint free.
[INFO]
[INFO] Running "clean:dist" (clean) task
[INFO]
[INFO] Running "wiredep:app" (wiredep) task
[INFO]
[INFO] Running "wiredep:test" (wiredep) task
[INFO]
[INFO] Running "goog-webfont-dl:patuaOne" (goog-webfont-dl) task
[INFO] Start download of Google WebFont sourcefiles...Warning: spawn UNKNOWN 
Use --force to continue.
[INFO]
[INFO] Aborted due to warnings.
[INFO]
[INFO]
[INFO] Execution Time (2016-07-27 15:08:14 UTC)
[INFO] loading tasks  249ms   7%
[INFO] jscs:all1.7s  ■■ 46%
[INFO] jscs:test   93ms  ■■ 2%
[INFO] eslint:all  1.2s   33%
[INFO] eslint:test 78ms  ■ 2%
[INFO] htmlhint:src63ms  ■ 2%
[INFO] wiredep:app219ms  ■■■ 6%
[INFO] wiredep:test47ms  ■ 1%
[INFO] Total 3.7s
[INFO]
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 16.615 s
[INFO] Finished at: 2016-07-27T17:08:18+02:00
[INFO] Final Memory: 22M/216M
[INFO] 
[ERROR] Failed to execute goal 
com.github.eirslett:frontend-maven-plugin:0.0.25:grunt (grunt build) on project 
zeppelin-web: Failed to run task: 'grunt build --no-color' failed. (error code 
3) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (ZEPPELIN-1238) No such method error for Helium on startup (http 503)

2016-07-27 Thread Federico Valeri (JIRA)
Federico Valeri created ZEPPELIN-1238:
-

 Summary: No such method error for Helium on startup (http 503)
 Key: ZEPPELIN-1238
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1238
 Project: Zeppelin
  Issue Type: Bug
  Components: Core
Affects Versions: 0.7.0
 Environment: Windows 7
Reporter: Federico Valeri
Priority: Blocker


After updating from master branch (0.7.0) I can build without problems but then 
when I call "bin/zeppelin.cmd" I have always the following error that leads to 
HTTP 503 (service unavailable):

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at 
org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet.createSingletonInstance(CXFNonSpringJaxrsServlet.java:382)
at 
org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet.createApplicationInstance(CXFNonSpringJaxrsServlet.java:454)
at 
org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet.createServerFromApplication(CXFNonSpringJaxrsServlet.java:432)
at 
org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet.init(CXFNonSpringJaxrsServlet.java:93)
at 
org.eclipse.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:616)
at 
org.eclipse.jetty.servlet.ServletHolder.initialize(ServletHolder.java:396)
at 
org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:871)
at 
org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:298)
at 
org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1349)
at 
org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1342)
at 
org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
at 
org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505)
at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
at 
org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.doStart(ContextHandlerCollection.java:163)
at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)
at org.eclipse.jetty.server.Server.start(Server.java:387)
at 
org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)
at 
org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)
at org.eclipse.jetty.server.Server.doStart(Server.java:354)
at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
at 
org.apache.zeppelin.server.ZeppelinServer.main(ZeppelinServer.java:133)
Caused by: java.lang.NoSuchMethodError: 
org.apache.zeppelin.conf.ZeppelinConfiguration.getHeliumConfPath()Ljava/lang/String;
at 
org.apache.zeppelin.server.ZeppelinServer.(ZeppelinServer.java:88)
... 29 more



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin issue #928: [ZEPPELIN-116][WIP] Add Mahout Support for Spark Interp...

2016-07-27 Thread rawkintrevo
Github user rawkintrevo commented on the issue:

https://github.com/apache/zeppelin/pull/928
  
Currently failing to download deps.

```
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-remote-resources-plugin:1.4:process (default) on 
project zeppelin: Error downloading resources archive. Could not transfer 
artifact 
org.apache.apache.resources:apache-jar-resource-bundle:jar:1.5-SNAPSHOT from/to 
codehaus-snapshots (https://nexus.codehaus.org/snapshots/): nexus.codehaus.org: 
Name or service not known
```

Will try again in a little while. 




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1236: [ZEPPELIN-1237] Auto-suggestion of notebook per...

2016-07-27 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request:

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

[ZEPPELIN-1237] Auto-suggestion of notebook permissions should list roles 
as well

### What is this PR for?
Auto-suggestion of notebook permissions should list roles as well

### What type of PR is it?
[Improvement]

### Todos
* [x] - Fix test case (selenium)
* [x] - select2 in bower.json

### What is the Jira issue?
* [ZEPPELIN-1237](https://issues.apache.org/jira/browse/ZEPPELIN-1237)

### How should this be tested?
Search for group/roles in notebook permission, it should get listed

### Screenshots (if appropriate)
![screen shot 2016-07-27 at 7 13 44 
pm](https://cloud.githubusercontent.com/assets/674497/17177288/4f5ac594-542e-11e6-8543-d62c238e8105.png)


### Questions:
* Does the licenses files need update? n/a
* Is there breaking changes for older versions? n/a
* Does this needs documentation? n/a



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/prabhjyotsingh/zeppelin ZEPPELIN-1237

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1236.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1236






---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ZEPPELIN-1237) Auto-suggestion of notebook permissions should list group as well

2016-07-27 Thread Prabhjyot Singh (JIRA)
Prabhjyot Singh created ZEPPELIN-1237:
-

 Summary: Auto-suggestion of notebook permissions should list group 
as well
 Key: ZEPPELIN-1237
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1237
 Project: Zeppelin
  Issue Type: Improvement
 Environment: Auto-suggestion of notebook permissions should list group 
as well
Reporter: Prabhjyot Singh






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin issue #1231: [Zeppelin - 683][WIP] BittorrentNotebookRepo

2016-07-27 Thread onkarshedge
Github user onkarshedge commented on the issue:

https://github.com/apache/zeppelin/pull/1231
  
@bzz Design help needed. Connect all the pieces...

`TorrentEngine` - singleton enum . has methods to start,stop a session. 
download a torrent from a magnet link and seed a given input file. It also has 
a alertListener which receives alert updates and a TorrentEngineListener.

`BittorrentNotebookRepo` - has a torrentEngine Instance and a list of 
TorrentSocket  connections, To receive messages and send to each websocket. It 
implements the TorrentEngineListener.  

Should this be separate or included in [NotebookServer 
OnMessage](https://github.com/apache/zeppelin/blob/73f1e485936918817386e344adebc9a721eaa5fa/zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.java#L156)

`TorrentSocket `- has an BittorrentNotebookRepo Instance. How to pass an 
instance to it ? . It could be passed via WebSocketCreator.I read 
[here](http://www.eclipse.org/jetty/documentation/9.1.5.v20140505/jetty-websocket-server-api.html)
 but then BittorrentNotebookRepo would have to extend `WebSocketServlet` and it 
already extends `VFSNotebookRepo`.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1234: [ZEPPELIN-1234] Fix for bug ZEPPELIN-1234

2016-07-27 Thread SachinJanani
Github user SachinJanani commented on the issue:

https://github.com/apache/zeppelin/pull/1234
  
Failure of travis check is not related to this change


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


Re: [jira] [Created] (ZEPPELIN-1227) Update spark-2.0.0-preview to spark-2.0.0 after Spark 2.0.0 release artifact available in maven

2016-07-27 Thread Ismaël Mejía
The day is today:
https://spark.apache.org/news/spark-2-0-0-released.html

On Sun, Jul 24, 2016 at 2:18 AM, Lee moon soo (JIRA) 
wrote:

> Lee moon soo created ZEPPELIN-1227:
> --
>
>  Summary: Update spark-2.0.0-preview to spark-2.0.0 after
> Spark 2.0.0 release artifact available in maven
>  Key: ZEPPELIN-1227
>  URL: https://issues.apache.org/jira/browse/ZEPPELIN-1227
>  Project: Zeppelin
>   Issue Type: Sub-task
> Reporter: Lee moon soo
> Assignee: Lee moon soo
>
>
> Update spark-2.0.0-preview to spark-2.0.0 after Spark 2.0.0 release
> artifact available in maven
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
>


[jira] [Created] (ZEPPELIN-1236) Multi-user notebook with user controls support

2016-07-27 Thread JIRA
François Rosière created ZEPPELIN-1236:
--

 Summary: Multi-user notebook with user controls support
 Key: ZEPPELIN-1236
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1236
 Project: Zeppelin
  Issue Type: Improvement
  Components: Core
Affects Versions: 0.6.0
Reporter: François Rosière
Priority: Blocker


Due to the websockets implementation, every clients connected to a notebook 
will receive the same information with the same updates.

In most of cases, this is a nice feature (notebook without user interaction).

But when using a notebook with user controls, it becomes completely wrong!

Let's suppose a notebook showing a chart with a date filter (begin and end 
dates). If two users are connected to the same notebook, both will see the same 
chart while they shouldn't.

Zeppelin should propose an option or a feature to allow isolation of a notebook 
per session or per client or eventually per user?

Due to that aspect, Zeppelin is unusable in our case.

Please, can you provide some information about that blocker issue. Some other 
people have the same issue.

The [multi-tenancy|http://help.zeppelinhub.com/zeppelin_multitenancy/] support 
in Zeppelin does not really solve the current issue: 






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin pull request #1234: [ZEPPELIN-1234] Fix for bug ZEPPELIN-1234

2016-07-27 Thread SachinJanani
GitHub user SachinJanani opened a pull request:

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

[ZEPPELIN-1234] Fix for bug ZEPPELIN-1234

### What is this PR for?
A few sentences describing the overall goals of the pull request's commits.
First time? Check out the contributing guide - 
https://github.com/apache/zeppelin/blob/master/CONTRIBUTING.md


### What type of PR is it?
Bug fix

### Todos
* [ ] - NA

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-1234

### How should this be tested?
-Create a remote interpreter,start and connect it as mentioned in doc 
http://zeppelin.apache.org/docs/0.6.0/manual/interpreters.html#connecting-to-the-existing-remote-interpreter
- Try to restart the interpreter

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/SachinJanani/zeppelin branch-0.6

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1234.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1234


commit 8688548ee8ab49482e0c1d0319dbef93b1427583
Author: Sachin 
Date:   2016-07-27T06:33:46Z

[ZEPPELIN-1234] Fix for bug ZEPPELIN-1234




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1233: [ZEPPELIN-1235] ignore rules for files generate...

2016-07-27 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request:

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

[ZEPPELIN-1235] ignore rules for files generated by zeppelin-examples

### What is this PR for?
add `/helium` in .gitignore


### What type of PR is it?
[Improvement]



### What is the Jira issue?
* [ZEPPELIN-1235](https://issues.apache.org/jira/browse/ZEPPELIN-1235)



### Questions:
* Does the licenses files need update? n/a
* Is there breaking changes for older versions? n/a
* Does this needs documentation? n/a



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/prabhjyotsingh/zeppelin ZEPPELIN-1235

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/zeppelin/pull/1233.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #1233


commit 92c915e971a110917939f59521e23a9019befbd0
Author: Prabhjyot Singh 
Date:   2016-07-27T06:36:45Z

ZEPPELIN-1235 ignore rules for files generated by zeppelin-examples




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[jira] [Created] (ZEPPELIN-1234) Zeppelin server will wait indefinitely while restarting the already executing remote interpreter

2016-07-27 Thread Sachin Janani (JIRA)
Sachin Janani created ZEPPELIN-1234:
---

 Summary: Zeppelin server will wait indefinitely while restarting 
the already executing remote interpreter
 Key: ZEPPELIN-1234
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1234
 Project: Zeppelin
  Issue Type: Bug
  Components: zeppelin-interpreter
Affects Versions: 0.6.0
Reporter: Sachin Janani
Assignee: Sachin Janani
Priority: Minor
 Fix For: 0.6.1


As the life cycle of existing remote interpreter is controlled by user if may 
happen that zeppelin server will wait indefinitely while restarting the already 
executing remote interpreter 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin issue #1206: ZEPPELIN-1199. Need to login using keytab and principa...

2016-07-27 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue:

https://github.com/apache/zeppelin/pull/1206
  
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 the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---