[GitHub] zeppelin issue #2695: [ZEPPELIN-3089] Create user folders under Trash folder

2017-12-05 Thread yu74n
Github user yu74n commented on the issue:

https://github.com/apache/zeppelin/pull/2695
  
Yes, the default is anonymous. 
Deleted files will be moved under  ~Trash/anonymous/ folder.


---


[jira] [Created] (ZEPPELIN-3093) Version 0.7.3 - Very slow performance

2017-12-05 Thread Vinay Jain (JIRA)
Vinay Jain created ZEPPELIN-3093:


 Summary: Version 0.7.3 - Very slow performance
 Key: ZEPPELIN-3093
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3093
 Project: Zeppelin
  Issue Type: Bug
  Components: Interpreters
 Environment: Hortonworks HDP-2.5.5.0
Ambari 2.5.0.3
Apache Zeppelin 0.7.3
Reporter: Vinay Jain


When we are trying to use any interpreter, it takes quiet long to finish a 
command. Especially on hive and spark. 

For example if we use a database  or show tables or any query which would 
finish in other jdbc clients including hive quickly, it would take almost 
double the time of other clients.



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


[GitHub] zeppelin pull request #2698: [ZEPPELIN-3007] display a note name without any...

2017-12-05 Thread tinkoff-dwh
GitHub user tinkoff-dwh opened a pull request:

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

[ZEPPELIN-3007] display a note name without any path in the tab title

### What is this PR for?
This PR modifies the display of the name of the note.
Now, instead of the full path, only the name of the note is displayed.

### What type of PR is it?
Improvement

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

### 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/tinkoff-dwh/zeppelin ZEPPELIN-3007

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

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






---


[GitHub] zeppelin issue #2684: [Zeppelin-2572] multiple paragraphs actions

2017-12-05 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

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


---


[GitHub] zeppelin issue #2556: [Zeppelin-2839] permissions for folders

2017-12-05 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

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


---


[GitHub] zeppelin issue #2449: [Zeppelin-2676] recent notes list

2017-12-05 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue:

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


---


[GitHub] zeppelin pull request #2697: [Zeppelin-2964] Stop execution on schedule if t...

2017-12-05 Thread tinkoff-dwh
GitHub user tinkoff-dwh opened a pull request:

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

[Zeppelin-2964] Stop execution on schedule if the note has been moved to 
the trash

### What is this PR for?
When you put the note (or folder) in the trash, the note continues to run 
on schedule.
This PR fixes this. Now when you put the note into the trash, the task is 
removed, and when you restore the note, it runs again.


### What type of PR is it?
Improvement

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

### How should this be tested?
- Create a scheduled launch for the note.
- Put the note in the trash.
- Look through the logs. 
- Note must stop running.
- Restore the note from the trash.
- Running on a schedule should continue again.

### 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/tinkoff-dwh/zeppelin ZEPPELIN-2964

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

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


commit 3906b9ef46d789cc113abe4adb7e982ba900d521
Author: tinkoff-dwh 
Date:   2017-12-05T09:17:49Z

[ZEPPELIN-2964] drop cron when note placed in the trash

commit 3db4a8e20632f30c960a0125f047cf063348b790
Author: tinkoff-dwh 
Date:   2017-12-05T12:11:57Z

[ZEPPELIN-2964] restore cron together note/folder

commit b12ae4cb2ad651c662643cc96c758cc068c34525
Author: tinkoff-dwh 
Date:   2017-12-05T12:23:43Z

[ZEPPELIN-2964] add if statement




---


[GitHub] zeppelin pull request #2696: [ZEPPELIN-3091] Correct aggregation functionali...

2017-12-05 Thread namanmishra91
GitHub user namanmishra91 opened a pull request:

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

[ZEPPELIN-3091] Correct aggregation functionality in charts

### What is this PR for?
The aggregation functions interpret NaN columns as 1 which leads to 
incorrect output being shown in charts. This PR fixes this by correcting the 
sum, min, max and average aggregation method.


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

### Todos

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

### How should this be tested?
* Update the data field of a paragraph results with %table to contain null 
values, e.g.
`"data": 
"age\tvalue\n19\t4\n20\t3\n21\t7\n22\t9\n23\t20\n24\t24\n25\t44\n26\t77\n27\t94\n28\t103\n29\t97\n20\t5\n20\tnull\n"`

The "null" values should be ignored for sum, min, max but included for 
count (and hence average).

### Screenshots (if appropriate)

![correct_sum](https://user-images.githubusercontent.com/6438072/33609178-14e05988-d9ed-11e7-9f1b-99e0141c5153.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/namanmishra91/zeppelin ZEPPELIN-3091

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

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


commit 568ae3f2ab5d63b088c7f625bacfee71ebbda10d
Author: Naman Mishra 
Date:   2017-12-05T13:10:07Z

Correct aggregation functionality in charts




---


[jira] [Created] (ZEPPELIN-3092) Remote Github Integration

2017-12-05 Thread Mohamed Magdy (JIRA)
Mohamed Magdy created ZEPPELIN-3092:
---

 Summary: Remote Github Integration
 Key: ZEPPELIN-3092
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3092
 Project: Zeppelin
  Issue Type: New Feature
Affects Versions: 0.8.0
Reporter: Mohamed Magdy
Priority: Minor
 Fix For: 0.8.0


As a Zeppelin user I would like to have the option to synchronize the 
notebookes to Github
So that I can share and collaborate the notebooks with other colleagues

Acceptance criteria:

1. Ability to set the remote Github repository URL
2. Ability to set the remote Github access token
3. Push the changes to the remote Github repository after local commit
4. Pull the changes from remote Github repository when loading the notebook 
page in the web browser

 



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


[GitHub] zeppelin issue #2692: ZEPPELIN-3085 Introduce generic ConfInterpreter for mo...

2017-12-05 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/2692
  
right, that's what I'm wondering


---