[jira] [Created] (ZEPPELIN-4779) Allow Notebook directory to be nested within Git Repo

2020-04-27 Thread Muhammad Faaiz Taufiq (Jira)
Muhammad Faaiz Taufiq created ZEPPELIN-4779:
---

 Summary: Allow Notebook directory to be nested within Git Repo 
 Key: ZEPPELIN-4779
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4779
 Project: Zeppelin
  Issue Type: New Feature
Reporter: Muhammad Faaiz Taufiq


When using GitNotebookStorage, the git repository is initiated at the root of 
notebook directory. Git repo directory and notebook directory should be 
separated so users have the option of having notebook directory nested within 
git repo. This would allow users to drill down to a specific sub-folder of the 
git repo on GUI.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [zeppelin] Reamer opened a new pull request #3751: [ZEPPELIN-4772] Quartz scheduler

2020-04-27 Thread GitBox


Reamer opened a new pull request #3751:
URL: https://github.com/apache/zeppelin/pull/3751


   ### What is this PR for?
   Remove system property for quartz scheduler update check and some cleanup in 
Quartz-Scheduler. 
   
   Update check was removed in 
https://github.com/quartz-scheduler/quartz/commit/e1f78465fae7d3e81d30487f7f47697ec9a30d87
   
   
   ### What type of PR is it?
   Bug Fix
   
   ### Todos
   * [ ] - Task
   
   ### What is the Jira issue?
   * https://issues.apache.org/jira/browse/ZEPPELIN-4772
   
   ### How should this be tested?
   * Travis-CI: https://travis-ci.org/github/Reamer/zeppelin/builds/680159756
   
   ### Screenshots (if appropriate)
   
   ### Questions:
   * Does the licenses files need update? No
   * Is there breaking changes for older versions? No
   * Does this needs documentation? No
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Created] (ZEPPELIN-4778) Each paragraph run will load user credential file

2020-04-27 Thread Jeff Zhang (Jira)
Jeff Zhang created ZEPPELIN-4778:


 Summary: Each paragraph run will load user credential file
 Key: ZEPPELIN-4778
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4778
 Project: Zeppelin
  Issue Type: Bug
Affects Versions: 0.9.0
Reporter: Jeff Zhang






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ZEPPELIN-4777) Number types are not sorted correctly

2020-04-27 Thread Merlin Wang (Jira)
Merlin Wang created ZEPPELIN-4777:
-

 Summary: Number types are not sorted correctly
 Key: ZEPPELIN-4777
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4777
 Project: Zeppelin
  Issue Type: Bug
  Components: front-end
Affects Versions: 0.9.0
Reporter: Merlin Wang
 Attachments: sortNumber2.gif

Sorting number types int the table does not work.  This can be reproduced 
directly with the 0.9.0 version docker image.

```

docker run -p 8080:8080 --rm --name zeppelin apache/zeppelin:0.9.0

```

!sortNumber2.gif!

Select demo note: Spark Basic Features,  and switch to the table to sort 
directly. You can see that the number type are still sorted according to the 
string type even if I specify the type as number.

Using the same steps works fine in 0.8.1 docker image.

Please confirm whether this is a bug or a problem with my usage.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)