[GitHub] zeppelin issue #2540: [ZEPPELIN-2860] Invalid last job execution time

2017-08-16 Thread byung-u
Github user byung-u commented on the issue:

https://github.com/apache/zeppelin/pull/2540
  
Thank you for your review.

I've tried to make CI green, but still fails though.
It looks like r-base-dev package install fail.


![2017-08-16 14 37 
36](https://user-images.githubusercontent.com/16890077/29348724-a9fe188e-8290-11e7-9bb2-74e732bf8c16.png)


This issue also happened.
* https://github.com/apache/zeppelin/pull/2445


---
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-2866) Nothing runs on Zeppelin

2017-08-16 Thread Gautham Kanthasamy (JIRA)
Gautham Kanthasamy created ZEPPELIN-2866:


 Summary: Nothing runs on Zeppelin
 Key: ZEPPELIN-2866
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2866
 Project: Zeppelin
  Issue Type: Bug
Reporter: Gautham Kanthasamy


This is the error I get everytime I try to run Zeppelin. There is no fix for 
this on the web. Can somebody please help me out. I am using Zeppelin on 
Windows 10:

org.apache.zeppelin.interpreter.InterpreterException: The system cannot find 
the path specified.

at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreterManagedProcess.start(RemoteInterpreterManagedProcess.java:143)
at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreterProcess.reference(RemoteInterpreterProcess.java:73)
at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreter.open(RemoteInterpreter.java:265)
at 
org.apache.zeppelin.interpreter.remote.RemoteInterpreter.getFormType(RemoteInterpreter.java:430)
at 
org.apache.zeppelin.interpreter.LazyOpenInterpreter.getFormType(LazyOpenInterpreter.java:111)
at org.apache.zeppelin.notebook.Paragraph.jobRun(Paragraph.java:387)
at org.apache.zeppelin.scheduler.Job.run(Job.java:175)
at 
org.apache.zeppelin.scheduler.RemoteScheduler$JobRunner.run(RemoteScheduler.java:329)
at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at 
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)



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


[GitHub] zeppelin issue #2540: [ZEPPELIN-2860] Invalid last job execution time

2017-08-16 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2540
  
It's weird. https://github.com/apache/zeppelin/pull/2541 passed CI and we 
modified https://github.com/apache/zeppelin/blob/master/.travis.yml 21 days ago.

I guess 

- the package was not available at that time
- or ...

Could you trigger CI again? `git commit --amend` and `git push --force` 
would be enough.




---
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 #2445: ZEPPELIN-2674 Ignite version upgraded up to 2.0

2017-08-16 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2445
  
Hi, what is your base branch? Could you rebase using current master?


---
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 #2538: [ZEPPELIN-2862] misalign text and icon in notebook dro...

2017-08-16 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2538
  
@soralee Thanks for posting the image. LGTM.

Merge if no more 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.
---


[jira] [Created] (ZEPPELIN-2867) Zeppelin front shows bigint type data error

2017-08-16 Thread jjLi (JIRA)
jjLi created ZEPPELIN-2867:
--

 Summary: Zeppelin front shows bigint type data error
 Key: ZEPPELIN-2867
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2867
 Project: Zeppelin
  Issue Type: Bug
  Components: front-end
Affects Versions: 0.6.0
 Environment: linux 64
Reporter: jjLi
Priority: Minor


first,i create a table with bitint col ,eg time=20170308111628810 .
%sql
CREATE EXTERNAL TABLE message
  (event STRING,uid INT,time BIGINT,userName STRING,name STRING,age INT,sex 
TINYINT,birthday STRING,
  registIp STRING,registDevice STRING,registCountry STRING,registProvice 
STRING,registCity STRING,registTime BIGINT)
  STORED BY 'com.aliyun.openservices.tablestore.hive.TableStoreStorageHandler'

and show in table or Histogram,and then show diffrent result --!
%sql
select time,uid from message WHERE uid=56290 and time=20170308111628810 -- data 
is 810 --20170308111628808  then,do not work !
table show:
20,170,308,111,628,808  56,290
histogram show:
20,170,308,111,628,810  56,290



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


[GitHub] zeppelin issue #2540: [ZEPPELIN-2860] Invalid last job execution time

2017-08-16 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2540
  
Some PRs made yesterday passed CI. Could you rebase using current master? I 
am not sure what base branch you are using.


![image](https://user-images.githubusercontent.com/4968473/29358997-15406f9e-82b8-11e7-9a19-50521c6bc300.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 pull request #2539: [ZEPPELIN-2863] change notebook-authorization.j...

2017-08-16 Thread sadhen
GitHub user sadhen reopened a pull request:

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

[ZEPPELIN-2863] change notebook-authorization.json and interpreter.json to 
NotebookDir

### TODO
+ [ ] Fix travis

### What is this PR for?
When dockerizing Zeppelin, we need to persist the mutable part of Zeppelin 
on storage out of docker (for example NFS).

For this reason, notebook-authorization.json and interpreter.json should be 
persisted in Notebook Dir.


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

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

### How should this be tested?
Minor change, no need to test it.

### Screenshots (if appropriate)

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


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

$ git pull https://github.com/wacai/zeppelin ZEPPELIN-2863

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

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


commit 82ec4e0efc49daa60aed9f54bf42ff991a7873f9
Author: 忍冬 
Date:   2017-08-15T13:44:47Z

change notebook-authorization.json and interpreter.json to NotebookDir for 
dockerization

commit be8877cb4323d8a4e76f4a15ec9675f00396a5f6
Author: 忍冬 
Date:   2017-08-16T03:04:14Z

update corresponding comments and configs

commit 9e21f0e2518f1899fbd8c891b89d74ee03b1f9e8
Author: 忍冬 
Date:   2017-08-16T03:22:55Z

fix

commit d7a6d71d9af011f9fd2ebf2be813a60b8118924b
Author: 忍冬 
Date:   2017-08-16T06:07:39Z

fix unit test

commit c802f2c176a961abc4820dd093e4593de906f117
Author: 忍冬 
Date:   2017-08-16T06:29:27Z

fix unit test on NoteInterpreterLoaderTest




---
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 #2539: [ZEPPELIN-2863] change notebook-authorization.j...

2017-08-16 Thread sadhen
Github user sadhen closed the pull request at:

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


---
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 #2538: [ZEPPELIN-2862] misalign text and icon in notebook dro...

2017-08-16 Thread wishwisdom
Github user wishwisdom commented on the issue:

https://github.com/apache/zeppelin/pull/2538
  
@1ambda CI became green : 
https://travis-ci.org/wishwisdom/zeppelin/builds/264658261


---
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 #2527: [ZEPPELIN-2770] Zeppelin is not working in IE-1...

2017-08-16 Thread byamthev
GitHub user byamthev reopened a pull request:

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

[ZEPPELIN-2770] Zeppelin is not working in IE-11

### What is this PR for?
There is a javascript error while loading zeppelin homepage in IE-11, 
causing a blank page to appear. 

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

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

### How should this be tested?
Try opening Zeppelin homepage in IE-11.

### 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/nokia/zeppelin IE_COMPATIBILITY

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

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


commit 81cfde88ecfe2fa04b800c19e4a874396f12fa2d
Author: yammathe 
Date:   2017-07-12T10:49:50Z

fix IE bug:  startsWith do not exists for string

commit 2d7230e92d0f88fa03619d198a2af3aa0305b476
Author: yammathe 
Date:   2017-08-16T09:38:46Z

[ZEPPELIN-2770] Zeppelin is not working in IE-11




---
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 #2527: [ZEPPELIN-2770] Zeppelin is not working in IE-11

2017-08-16 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2527
  
LGTM. merge if no more 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 #2527: [ZEPPELIN-2770] Zeppelin is not working in IE-11

2017-08-16 Thread byamthev
Github user byamthev commented on the issue:

https://github.com/apache/zeppelin/pull/2527
  
@1ambda I checked your comment and corrected, thanks. (note: I restarted 
the CI job that failed because of flaky tests)


---
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 #2527: [ZEPPELIN-2770] Zeppelin is not working in IE-1...

2017-08-16 Thread byamthev
Github user byamthev closed the pull request at:

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


---
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: What about the release of Zeppelin 0.7.3

2017-08-16 Thread moon soo Lee
Hi,

An issue for Release 0.7.3 [1] has created and some security issues are
linked. Please take a look and let us know if you have another security
issue need to be included.

Thanks,
moon

[1] https://issues.apache.org/jira/browse/ZEPPELIN-2864

On Mon, Aug 7, 2017 at 1:58 AM Yanbo Liang  wrote:

> Hi All,
>
> Recently we sent some security features/fixes to Apache Zeppelin. Do you
> have plan to release a new version in near future? Then we can upgrade our
> Zeppelin to use these new features.
>
> Thanks
> Yanbo
>


[GitHub] zeppelin issue #2495: [HOTFIX] JDBC completions. fix cursor position

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

https://github.com/apache/zeppelin/pull/2495
  
Thanks, @tinkoff-dwh for the important fix.

I think different reserved words (like "TABLE", "VIEW", "ALIAS", "SYNONYM", 
"GLOBAL TEMPORARY", "LOCAL TEMPORARY") on different database can be handled in 
future PRs.

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


[GitHub] zeppelin issue #2536: [ZEPPELIN-2861] Use OpenJDK in docker image.

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

https://github.com/apache/zeppelin/pull/2536
  
@1ambda right. we can merge this to branch-0.7 as well.

Merge if no further comment.


---
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 #2538: [ZEPPELIN-2862] misalign text and icon in notebook dro...

2017-08-16 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2538
  
LGTM. Merge if no more 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 #2539: [ZEPPELIN-2863] change notebook-authorization.json and...

2017-08-16 Thread sadhen
Github user sadhen commented on the issue:

https://github.com/apache/zeppelin/pull/2539
  
We deployed Zeppelin in K8S cluster, and are using volumes for persistence 
as you stated.

A1. I will provide a solution later. A possible solution: mv the files in 
`conf/` if exists in `zeppelin.sh`.

A2. Although `notebook` dir is version controlled, it is not relevant to 
this particular issue. Untracked files also lives well under version(git) 
controlled dir.

-

The critical part is that files under `conf/` such as `shiro.ini` is part 
of the docker image and should be immutable. But `notebook-authorization.json` 
and `interpreter.json` is mutable and is changed in user activities. They are 
different in nature.

The differences:
1. `shiro.ini` is provided by admin and these two json is generated by 
Zeppelin itself
2. `shiro.ini` should be part of the docker image, two docker images with 
totally different `shiro.ini` behaves in a totally different way. It is part of 
the deployment but the json files are record of user activities.

Why should we keep these in different dirs?
Since volumes are dirs. And the two json files should be kept in a volume.


---
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 #1151: Fonted download chinese garbled fix

2017-08-16 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/1151
  
Closed. Thanks for the reporting.


---
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 #2542: ZEPPELIN-277 Add Tab as Autocomplete for Notebo...

2017-08-16 Thread malayhm
GitHub user malayhm opened a pull request:

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

ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-md paragraphs

### What is this PR for?
This PR will add tab as auto complete invoker if paragraph is non-md and 
user has not pressed the tab as a first character in the line

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

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

### How should this be tested?

- Build: mvn clean package -Denforcer.skip -DskipTests -Drat.skip
- Open a paragraph
- Press tab with following options: first character, after space

### Questions:
* Does the licenses files need an 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/malayhm/zeppelin ZEPPELIN-277

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

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


commit 655ba8881ee329d988bf099c920f877fb6a29458
Author: Malay Majithia 
Date:   2017-08-16T12:46:47Z

ZEPPELIN-277 Add Tab as Autocomplete for Notebook non-md paragraphs




---
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 #2526: [ZEPPELIN-2848] Added new type of user to only run not...

2017-08-16 Thread gfalcone
Github user gfalcone commented on the issue:

https://github.com/apache/zeppelin/pull/2526
  
@felixcheung CI ok


---
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 #2445: ZEPPELIN-2674 Ignite version upgraded up to 2.0

2017-08-16 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2445
  
LGTM, merge if no more 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 #2543: [ZEPPELIN-2860] Invalid last job execution time

2017-08-16 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2543
  
I think now CI works properly.

Please restart the failed test since it looks like the flaky test

- https://travis-ci.org/byung-u/zeppelin/jobs/265423163


---
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 #2543: [ZEPPELIN-2860] Invalid last job execution time

2017-08-16 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/2543
  
Checked that CI is green. Merge if no more discussion.

https://travis-ci.org/byung-u/zeppelin/builds/265423161


---
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 #2543: [ZEPPELIN-2860] Invalid last job execution time

2017-08-16 Thread tae-jun
Github user tae-jun commented on the issue:

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


[GitHub] zeppelin issue #2543: [ZEPPELIN-2860] Invalid last job execution time

2017-08-16 Thread byung-u
Github user byung-u commented on the issue:

https://github.com/apache/zeppelin/pull/2543
  
@1ambda Thank you for helping me.


---
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 #2537: update screenshot images with new about_menu.pn...

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

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


---
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 #2534: [ZEPPELIN-2859] Use es6 promise in interpreter....

2017-08-16 Thread Devgrapher
GitHub user Devgrapher reopened a pull request:

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

[ZEPPELIN-2859] Use es6 promise in interpreter.controller

### What is this PR for?
Replace old angular callbacks with ES6 Promise callbacks.

### What type of PR is it?
Improvement

### Todos
More of the same works in the rest of the codebase needed.

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

### How should this be tested?
Open the page `/interpreter` and see if it lists interpreters and editing 
them works correctly.

### Screenshots (if appropriate)

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


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

$ git pull https://github.com/Devgrapher/zeppelin feature/pycon_sprint

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

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


commit a5f3a8cd6b1825f28d13ce6a189be6c46ad507d1
Author: Brent Kim 
Date:   2017-08-15T07:10:43Z

Use es6 promise in interpreter.controller




---
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 #2534: [ZEPPELIN-2859] Use es6 promise in interpreter....

2017-08-16 Thread Devgrapher
Github user Devgrapher closed the pull request at:

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


---
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 #2540: [ZEPPELIN-2860] Invalid last job execution time

2017-08-16 Thread byung-u
Github user byung-u closed the pull request at:

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


---
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 #2540: [ZEPPELIN-2860] Invalid last job execution time

2017-08-16 Thread byung-u
Github user byung-u commented on the issue:

https://github.com/apache/zeppelin/pull/2540
  
Move to #2543


---
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 #2531: [ZEPPELIN-2854] provide tooltip in notebook tit...

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

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


---
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 #2543: feature: fix last job execution time

2017-08-16 Thread byung-u
GitHub user byung-u opened a pull request:

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

feature: fix last job execution time

### What is this PR for?
Fixed invalid last job execution time

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

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

### How should this be tested?
Run Notebook and check job page execution time

### Screenshots (if appropriate)

![image](https://user-images.githubusercontent.com/16890077/29394147-74a35a42-8343-11e7-973f-0aee5acb81bc.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/byung-u/zeppelin 
feature/fix-last-job-execution-time

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

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


commit 88d7f10b6760249cf36d82f39498a82a89c84f52
Author: byung-u 
Date:   2017-08-17T02:56:27Z

feature: fix last job execution time




---
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 #2530: [ZEPPELIN-2853] Change the order of contents in...

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

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


---
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 #2543: [ZEPPELIN-2860] Invalid last job execution time

2017-08-16 Thread tae-jun
Github user tae-jun commented on the issue:

https://github.com/apache/zeppelin/pull/2543
  
@byung-u 
Oh, I didn't see the code and commented above...😅 
But I found you missed something!

The original code has an error because it always gets `lastRunningUnixTime` 
from the last paragraph.
So, you can fix it by switching the code below
```java
lastRunningUnixTime = getUnixTimeLastRunParagraph(paragraph);   
```
to
```java
lastRunningUnixTime = Math.max(getUnixTimeLastRunParagraph(paragraph), 
lastRunningUnixTime);
```
Then, `lastRunningUnixTime` will be the latest running time among the 
paragraphs.

It will be appreciated if you address it!
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 #2534: [ZEPPELIN-2859] Use es6 promise in interpreter....

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

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


---
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 #2524: [ZEPPELIN-2846] Add selenium test case for AnyO...

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

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


---
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 #2445: ZEPPELIN-2674 Ignite version upgraded up to 2.0

2017-08-16 Thread agura
Github user agura commented on the issue:

https://github.com/apache/zeppelin/pull/2445
  
@1ambda Hi! All checks are passed after rebase. Thanks for help. Could you 
please merge this PR?


---
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 #2373: [ZEPPELIN-2598] Securing Zeppelin with OpenID Connect

2017-08-16 Thread andreaTP
Github user andreaTP commented on the issue:

https://github.com/apache/zeppelin/pull/2373
  
Hi @SarunasG , actually I'm facing the very same situation here ...
I haven't had enough time to dig deeper, but it looks like that 'logout` 
action is not triggering the REST call to do a logout from the Oidc authority.
Eventually we will try to find a solution but please keep me copied if you 
can go further in your investigation too.


---
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 #2532: [ZEPPELIN-2850]

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

https://github.com/apache/zeppelin/pull/2532
  
Thanks @imnotkind for great improvement.
Tested this PR and it works well on large data.

However, it removes BOM and multi-byte char does not displayed correctly 
when open downloaded file with MS Excel. Please see 
https://github.com/apache/zeppelin/pull/1151.

Could you handle BOM?


---
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 #2526: [ZEPPELIN-2848] Added new type of user to only run not...

2017-08-16 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/2526
  
Can Readers here Run as well, so it's a bit different from the Linux 
permission model. Can Runners Read?

I am not sure if we should change the existing Readers role and it's 
semantics though. Would love to see how other think about this.





---
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 #2526: [ZEPPELIN-2848] Added new type of user to only run not...

2017-08-16 Thread gfalcone
Github user gfalcone commented on the issue:

https://github.com/apache/zeppelin/pull/2526
  
@felixcheung no readers cannot run, that's why I made a new type of user to 
enable the possibility of running a notebook without modifying its content. 

This feature also avoids changing rights to readers


---
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-2868) Enhance SQL Editing capabilities within Zeppelin Paragraph

2017-08-16 Thread Seshu Adunuthula (JIRA)
Seshu Adunuthula created ZEPPELIN-2868:
--

 Summary: Enhance SQL Editing capabilities within Zeppelin Paragraph
 Key: ZEPPELIN-2868
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2868
 Project: Zeppelin
  Issue Type: New Feature
  Components: front-end
Reporter: Seshu Adunuthula
Priority: Minor


The larger scope of this feature is to implement Intellisense like capabilities 
for SQL within Zeppelin Paragraphs. 

Basic requirement is ability to debug errors like this

org.apache.spark.sql.AnalysisException: cannot recognize input near ';' '' 
'' in expression specification; line 142 pos 38

We could add a line number in the paragraph. 



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


[GitHub] zeppelin issue #2529: [ZEPPELIN-1515] Use Hadoop-FileSystem api to implement...

2017-08-16 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue:

https://github.com/apache/zeppelin/pull/2529
  
PING


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