[GitHub] zeppelin issue #2626: ZEPPELIN-2998. Fix bug in restarting interpreter in sc...

2017-10-16 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2626
  
@Leemoonsoo  Please help review. Thanks


---


[jira] [Created] (ZEPPELIN-3001) Disable ace editor code completion when backend interpreter support completion

2017-10-16 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-3001:


 Summary: Disable ace editor code completion when backend 
interpreter support completion 
 Key: ZEPPELIN-3001
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3001
 Project: Zeppelin
  Issue Type: Improvement
Reporter: Jeff Zhang






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


[GitHub] zeppelin pull request #2626: ZEPPELIN-2998. Fix bug in restarting interprete...

2017-10-16 Thread zjffdu
GitHub user zjffdu opened a pull request:

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

ZEPPELIN-2998. Fix bug in restarting interpreter in scoped mode

### What is this PR for?

Fixed the bug mentioned in 
https://github.com/apache/zeppelin/pull/2554#discussion_r136703878


### What type of PR is it?
[Bug Fix]

### Todos
* [ ] - Task

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

### How should this be tested?
* Unit test is added

### 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/zjffdu/zeppelin ZEPPELIN-2998

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

https://github.com/apache/zeppelin/pull/2626.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 #2626


commit 52db0544212b6458fd6a6cb1c9e04ca19340b745
Author: Jeff Zhang 
Date:   2017-10-16T12:50:07Z

ZEPPELIN-2998. Fix bug in restarting interpreter in scoped mode




---


[GitHub] zeppelin issue #2625: ZEPPELIN-2988. Zeppelin does not start new Livy sessio...

2017-10-16 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2625
  
@prabhjyotsingh Could you help review it ? Thanks


---


[GitHub] zeppelin issue #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-...

2017-10-16 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/2542
  
Thanks @malayhm !

LGTM and merge to master if no further comment!


---


[GitHub] zeppelin issue #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-...

2017-10-16 Thread malayhm
Github user malayhm commented on the issue:

https://github.com/apache/zeppelin/pull/2542
  
@Leemoonsoo Fixed lint error.


---


[GitHub] zeppelin issue #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-...

2017-10-16 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/2542
  
Could you try 
```
cd zeppelin-web
npm run lint:once
```

and resolve error?



---


[GitHub] zeppelin issue #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-...

2017-10-16 Thread malayhm
Github user malayhm commented on the issue:

https://github.com/apache/zeppelin/pull/2542
  
@zjffdu I have restarted 
`https://travis-ci.org/malayhm/zeppelin/builds/288324042`, but it seems it 
didn't help.


---


[jira] [Created] (ZEPPELIN-3000) R data frames are not using built-in visualizations

2017-10-16 Thread Ryan Munro (JIRA)
Ryan Munro created ZEPPELIN-3000:


 Summary: R data frames are not using built-in visualizations
 Key: ZEPPELIN-3000
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3000
 Project: Zeppelin
  Issue Type: Bug
Affects Versions: 0.7.3, 0.8.0
 Environment: MacOS v10.12.6

java version "1.8.0_101"
Java(TM) SE Runtime Environment (build 1.8.0_101-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode)
Reporter: Ryan Munro


In the R interpreter documentation (1), it shows that returning data frames 
will result in Zeppelin using the built in visualizations.

{code}
%spark.r
data(mtcars)
mtcars
{code}

!https://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/assets/themes/zeppelin/img/docs-img/replhead.png!

But when I try to do this with both Zeppelin {{v0.7.3}} & {{v0.8.0-SNAPSHOT}}, 
the output is instead a text representation of the R data frame.

!https://i.imgur.com/bFAyKSJ.png!

(1) https://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/interpreter/r.html

{quote}Cross posted from stack overflow: 
https://stackoverflow.com/questions/46736565/r-data-frames-are-not-using-zeppelins-built-in-visualizations{quote}




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


[GitHub] zeppelin pull request #2617: ZEPPELIN-2985: correct grammar in keyboard tool...

2017-10-16 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] zeppelin issue #2616: ZEPPELIN-2984: allow enter from username

2017-10-16 Thread gef756
Github user gef756 commented on the issue:

https://github.com/apache/zeppelin/pull/2616
  
@1ambda Done. Green!


---


[jira] [Created] (ZEPPELIN-2999) Cannot create shell interpreter without timeout property

2017-10-16 Thread Juhong Jung (JIRA)
Juhong Jung created ZEPPELIN-2999:
-

 Summary: Cannot create shell interpreter without timeout property
 Key: ZEPPELIN-2999
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2999
 Project: Zeppelin
  Issue Type: Bug
 Environment: Zeppelin 0.7.2
Reporter: Juhong Jung


!https://imgur.com/bcvYPse!

!https://imgur.com/5ZOnDSK!

I can't create new shell interpreter that doesn't have timeout property. No 
timeout is useful for some of commands that can be taken random time.




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


[GitHub] zeppelin issue #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-...

2017-10-16 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2542
  
@malayhm Could you try to return these failed CI build ? 
https://travis-ci.org/malayhm/zeppelin/builds/288324042


---


[jira] [Created] (ZEPPELIN-2998) Fix bug in restarting interpreter in scoped mode

2017-10-16 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2998:


 Summary: Fix bug in restarting interpreter in scoped mode
 Key: ZEPPELIN-2998
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2998
 Project: Zeppelin
  Issue Type: Bug
Affects Versions: 0.8.0
Reporter: Jeff Zhang






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


[GitHub] zeppelin issue #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-...

2017-10-16 Thread malayhm
Github user malayhm commented on the issue:

https://github.com/apache/zeppelin/pull/2542
  
@Leemoonsoo @zjffdu I tried merging the latest master with a rerun of the 
CI job.

Unfortunately, it didn't help. Could you suggest the next step?


---


[GitHub] zeppelin pull request #2607: [HOTFIX] fix interpreter.cmd script

2017-10-16 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] zeppelin pull request #2625: ZEPPELIN-2988. Zeppelin does not start new Livy...

2017-10-16 Thread zjffdu
GitHub user zjffdu opened a pull request:

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

ZEPPELIN-2988. Zeppelin does not start new Livy session if yarn livy 
session application is killed

### What is this PR for?

This PR will display a warning message when the livy session is dead. It 
won't restart it automatically, because livy session may be dead due to user 
code (like driver OOM). Restarting it automatically will hide the root cause 
and confuse users. 

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

### Todos
* [ ] - Task

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

### How should this be tested?
* Manually tested

### Screenshots (if appropriate)

![image](https://user-images.githubusercontent.com/164491/31598273-4cac4afa-b212-11e7-8d82-7d870bd84c9b.png)

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


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

$ git pull https://github.com/zjffdu/zeppelin ZEPPELIN-2988

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

https://github.com/apache/zeppelin/pull/2625.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 #2625


commit be5c7f32090d319419d9e2c89d67c2f9a0d1a243
Author: Jeff Zhang 
Date:   2017-10-13T05:50:00Z

ZEPPELIN-2988. Zeppelin does not start new Livy session if yarn livy 
session application is killed




---


[GitHub] zeppelin issue #2607: [HOTFIX] fix interpreter.cmd script

2017-10-16 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2607
  
Merge if no more discussion


---


[GitHub] zeppelin issue #2607: [HOTFIX] fix interpreter.cmd script

2017-10-16 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

https://github.com/apache/zeppelin/pull/2607
  
Ready to review


---