[jira] [Created] (ZEPPELIN-2317) Add import note in the dropdown list of Notebook menu

2017-03-25 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-2317:


 Summary: Add import note in the dropdown list of Notebook menu
 Key: ZEPPELIN-2317
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2317
 Project: Zeppelin
  Issue Type: Improvement
Reporter: Jeff Zhang


Actually it take around 1-2 minutes to find out where can I import a note. I 
think it would be also better to add that in the dropdown list of Notebook menu



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[GitHub] zeppelin issue #2135: Groovy Interpreter for Apazhe Zeppelin [ZEPPELIN-2176]

2017-03-25 Thread dlukyanov
Github user dlukyanov commented on the issue:

https://github.com/apache/zeppelin/pull/2135
  
@Leemoonsoo, Just committed changes.
Doc moved.
About shared vars - it will be a little different from scala/spark.
If you use groovy script variable (undeclared or annotated) it will behave 
like you mentioned

```java
a="Hello world"
//or
@groovy.transform.Field String aa = "Hello world"
//or
g.put('aaa',"Hello world")
```


![groovyscriptvars](https://cloud.githubusercontent.com/assets/7533327/24326605/91c1e90e-11ba-11e7-931e-bacb448344d7.png)




---
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 #1976: [ZEPPELIN-2037] Restart button does not work

2017-03-25 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/1976
  
I'm testing it now and found something weird.


---
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 #2189: [branch-0.7] Minor styling for Helium menu

2017-03-25 Thread AhyoungRyu
GitHub user AhyoungRyu opened a pull request:

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

[branch-0.7] Minor styling for Helium menu

### What is this PR for?
Since Helium online registry is available in develop 
version(0.8.0-SNAPSHOT) for now, people only can use their local registry(e.g. 
`ZEPPELIN_HOME/helium`) in 0.7.X. So they will see below empty screen when open 
Helium menu at the first time. 

https://cloud.githubusercontent.com/assets/10060731/24322858/4f9c21c6-11af-11e7-93fc-8975dbfcaddf.png;>

It's hard to recognize what Helium is and not that attractive actually.

So I added 
 - initial sentence "Currently there is no available package to be listed" 
when there is no package under local registry
 - question icon to header -> link to 
https://zeppelin.apache.org/helium_packages.html to give some hint(?) about 
Helium :)

And also fixed `VISUALIZATION` button group as I did in #2185.
Please see below screenshot images for the details. 

### What type of PR is it?
Improvement

### What is the Jira issue?
N/A

### How should this be tested?
1. Run 
```
$ yarn run dev
```
under `zeppelin-web/`

2. Go to Helium menu

### Screenshots (if appropriate)
  - when the package size is 0 & question mark icon (link to 

![record](https://cloud.githubusercontent.com/assets/10060731/24322921/4f094e40-11b0-11e7-9e8f-0321e0586e57.gif)

 - fixed viz type icon ordering button group 
- before
https://cloud.githubusercontent.com/assets/10060731/24322931/6dd2e728-11b0-11e7-9b7b-111b751c1dfb.png;>
 
- after (round border in rightmost icon)
https://cloud.githubusercontent.com/assets/10060731/24322932/6f8c3538-11b0-11e7-8198-a221376f9f44.png;>

### 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/AhyoungRyu/zeppelin add/initialMsgToHeliumMenu

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

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


commit 39a0775a9e85ad1d4375286d9795dc6745584bb6
Author: AhyoungRyu 
Date:   2017-03-25T09:50:44Z

Minor styling for Heliu menu




---
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 #2186: [ZEPPELIN-2229] revert ndv3 version from 1.8.5 to 1.7....

2017-03-25 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue:

https://github.com/apache/zeppelin/pull/2186
  
@soralee And as you can see in the above gif image that i took, the tooltip 
in scatter chart is shown like "(age, value)". But before #2042 it looks like 
below.

![image](https://cloud.githubusercontent.com/assets/10060731/24320945/da808e48-1183-11e7-9363-f3bcff263df3.png)



---
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 #2183: [ZEPPELIN-2309] Backport maven and npm repo config to ...

2017-03-25 Thread andreaTP
Github user andreaTP commented on the issue:

https://github.com/apache/zeppelin/pull/2183
  
Sure. Thanks 


---
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 #2183: [ZEPPELIN-2309] Backport maven and npm repo con...

2017-03-25 Thread andreaTP
Github user andreaTP closed the pull request at:

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


---
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.
---