[GitHub] zeppelin issue #1210: [ZEPPELIN-1220] Add geographical map as visualization ...

2016-08-09 Thread corneadoug
Github user corneadoug commented on the issue:

https://github.com/apache/zeppelin/pull/1210
  
@mwpenny I tested it again, its so much better now.

You will need to rebase your branch (conflicts, always conflicts)

We could probably improve the marker's popup by adding a bit of padding so 
that its not too white?
https://cloud.githubusercontent.com/assets/710411/17542670/df5ddb9a-5f05-11e6-863b-4e2b61e770d1.png;>

Also depending on the paragraph height and the number of infos to show, it 
seems the popup header is hidden


https://cloud.githubusercontent.com/assets/710411/17542786/c2a9d002-5f06-11e6-83ef-7c5734202125.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 #989: Added ipfsnotebookrepo [ Zeppelin-683 WIP ]

2016-08-09 Thread corneadoug
Github user corneadoug commented on the issue:

https://github.com/apache/zeppelin/pull/989
  
@onkarshedge just like @bzz said, it would be better to have that import 
function in the back-end.
This is the [PR](https://github.com/apache/zeppelin/pull/374) that first 
implemented the feature so you should be able to find where are the classes 
currently taking care of the import.

We currently have 2 options for import in the front-end: **URL** or **File 
Import**
You could probably create a 3rd one for IPFS.

Right now, the [websocket 
call](https://github.com/apache/zeppelin/blob/master/zeppelin-web/src/components/noteName-import/notenameImport.controller.js#L97)
 is sending a Notebook, so you might want to refactor that to have a choice 
between sending a Notebook or a URL/Hash/Other.
And send the Hash to the backend so it can do the import.



---
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 #1305: [ZEPPELIN-1310] Deactivate angular debugging cl...

2016-08-09 Thread corneadoug
GitHub user corneadoug reopened a pull request:

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

[ZEPPELIN-1310] Deactivate angular debugging classes

### What is this PR for?
This PR removes the angular debug classes added to HTML elements (that 
plugins like batarang are using), it follows advices from the angular 
[documentation](https://code.angularjs.org/1.5.5/docs/guide/production) and 
should improve performances.


### What type of PR is it?
Improvement

### Todos
* [x] - Add documentation on how to easily activate it for people wanted to 
debug

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

### How should this be tested?
Do a `./grunt build` or launch Zeppelin normally
Check in the console there should not be any `ng-scope` or such in the html 
classes

### 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/corneadoug/incubator-zeppelin ZEPPELIN-1310

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

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


commit 0acbcb5dfaaa0d3b703ff4dc61d56651d89f4ccd
Author: Damien CORNEAU 
Date:   2016-08-09T06:22:45Z

Add setting to deactivate angular debugging classes

commit 33ac1247b18d750e4aed34adfaca8f3143f0d726
Author: Damien CORNEAU 
Date:   2016-08-09T06:55:53Z

Update zeppelin-web CONTRIBUTING to document how to activate angular debug 
classes

commit 360fbd0dea1672c0286c1f8cca25f4ae4b5b23ea
Author: Damien CORNEAU 
Date:   2016-08-10T01:14:34Z

Remove ng-scope from selenium selectors




---
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 #1278: ZEPPELIN-1287. No need to call print to display output...

2016-08-09 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/1278
  
+1 for merging this into branch-0.6


---
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: [VOTE] Apache Zeppelin release 0.6.1 (rc1)

2016-08-09 Thread moon soo Lee
Primary goal of 0.6.1 release was having support for Spark 2.0 as soon as
possible, with bug fixes.

ZEPPELIN-1197 will change user experience. Which is normally we might want
to avoid in such minor release.

However, I agree ZEPPELIN-1197 is very beneficial for user and if we're
going to change the user experience, maybe earlier the better. (i think
Mina already merged into branch-0.6)

In this case, we better include ZEPPELIN-1287, too, to provide consistent
user experience for all python based interpreter.

Thanks,
moon


On Tue, Aug 9, 2016 at 6:00 PM mina lee  wrote:

> Vinay, Andrey,
> thanks for verification.
>
> It makes sense what you're saying.
> I did include ZEPPELIN-1197
>  in branch-0.6 and we
> will manage ZEPPELIN-1308
>  to be included soon.
> I will wait for more feedback, and then proceed next vote for rc2 as soon
> as possible.
>
> On Wed, Aug 10, 2016 at 7:48 AM, Andrey Gura  wrote:
>
> > Guys,
> >
> > 0.6.1 release will bring Ignite interpreter version older than 0.6.0 due
> to
> > ZEPPELIN-605 (1.5.0 instead of 1.6.0).
> >
> > It is wrong if new release will deprive users some possibilities in
> Ignite
> > interpreter.
> >
> > I propose include ZEPPELIN-1308 into 0.6.1 version.
> >
> > Thanks!
> >
> >
> > On Tue, Aug 9, 2016 at 8:18 PM, Vinay Shukla 
> > wrote:
> >
> > > We should pull Zeppelin-1197 into 0.6.1. Without this pull request the
> > user
> > > experience in Zeppelin is inferior other notebooks.
> > >
> > > On Tue, Aug 9, 2016 at 12:38 PM, moon soo Lee  wrote:
> > >
> > > > Thanks Vinay for verifying RC.
> > > >
> > > > I think it is expected behavior not printing output without using
> > print()
> > > > in 0.6.1. Because
> https://issues.apache.org/jira/browse/ZEPPELIN-1197
> > is
> > > > resolved for 0.7.0 and patch is only available in master branch.
> > > >
> > > > Thanks,
> > > > moon
> > > >
> > > > On Tue, Aug 9, 2016 at 8:21 AM Vinay Shukla 
> > > wrote:
> > > >
> > > > > Sorry, sent the earlier email too soon.
> > > > >
> > > > > -1
> > > > >
> > > > > The below shows no output, looks like pyspark is broken.
> > > > >
> > > > > %pyspark
> > > > > sys.version
> > > > > sc.version
> > > > > spark.version
> > > > >
> > > > >
> > > > > %pyspark
> > > > > sc.parallelize([1,2,3]).count()
> > > > >
> > > > > No output
> > > > >
> > > > >
> > > > >
> > > > > On Tue, Aug 9, 2016 at 11:13 AM, Vinay Shukla <
> vinayshu...@gmail.com
> > >
> > > > > wrote:
> > > > >
> > > > > > +1 (see point 5 below, existing issue, will file a tracking
> issue )
> > > > > >
> > > > > > 1. Downloaded zeppelin-0.6.1-bin-all.tgz
> > > > > > 2. Installed on MacOSx Yosemite
> > > > > > 3. Ran Zeppelin Tutorial successfully
> > > > > > 4. Created a new note & validated spark 2.0 with sc.version &
> > > > > spark.version
> > > > > > 5. Searched for newly created note under a folder, exact name
> > search
> > > > > > works, wildcard name search fails.
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Tue, Aug 9, 2016 at 10:40 AM, mina lee 
> > > wrote:
> > > > > >
> > > > > >> Hi folks,
> > > > > >>
> > > > > >> I propose the following RC to be released for the Apache
> Zeppelin
> > > > 0.6.1
> > > > > >> release.
> > > > > >>
> > > > > >> The commit id is 09cd1f18bca04991610dce42de038c8d4c3c0a8d which
> > is
> > > > > >> corresponds
> > > > > >> to the tag v0.6.1-rc1:
> > > > > >> *https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=
> > > > > >> commit;h=09cd1f18bca04991610dce42de038c8d4c3c0a8d
> > > > > >>  > > > > >> commit;h=09cd1f18bca04991610dce42de038c8d4c3c0a8d>*
> > > > > >>
> > > > > >> The release archives (tgz), signature, and checksums are here
> > > > > >> https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.
> > 6.1-rc1/
> > > > > >>
> > > > > >> The release candidate consists of the following source
> > distribution
> > > > > >> archive
> > > > > >> zeppelin-0.6.1.tgz
> > > > > >>
> > > > > >> In addition, the following supplementary binary distributions
> are
> > > > > provided
> > > > > >> for user convenience at the same location
> > > > > >> zeppelin-0.6.1-bin-all.tgz
> > > > > >> zeppelin-0.6.1-netinst-all.tgz
> > > > > >>
> > > > > >> The maven artifacts are here
> > > > > >> https://repository.apache.org/content/repositories/
> > > > > >> orgapachezeppelin-1014/org/apache/zeppelin/
> > > > > >>
> > > > > >> You can find the KEYS file here:
> > > > > >> https://people.apache.org/keys/committer/minalee.asc
> > > > > >>
> > > > > >> Release notes available at
> > > > > >> *https://issues.apache.org/jira/secure/ReleaseNote.jspa?vers
> > > > > >> ion=12336543=Html=12316221
> > > > > >>  > > > > >> 

Re: [VOTE] Apache Zeppelin release 0.6.1 (rc1)

2016-08-09 Thread mina lee
Vinay, Andrey,
thanks for verification.

It makes sense what you're saying.
I did include ZEPPELIN-1197
 in branch-0.6 and we
will manage ZEPPELIN-1308
 to be included soon.
I will wait for more feedback, and then proceed next vote for rc2 as soon
as possible.

On Wed, Aug 10, 2016 at 7:48 AM, Andrey Gura  wrote:

> Guys,
>
> 0.6.1 release will bring Ignite interpreter version older than 0.6.0 due to
> ZEPPELIN-605 (1.5.0 instead of 1.6.0).
>
> It is wrong if new release will deprive users some possibilities in Ignite
> interpreter.
>
> I propose include ZEPPELIN-1308 into 0.6.1 version.
>
> Thanks!
>
>
> On Tue, Aug 9, 2016 at 8:18 PM, Vinay Shukla 
> wrote:
>
> > We should pull Zeppelin-1197 into 0.6.1. Without this pull request the
> user
> > experience in Zeppelin is inferior other notebooks.
> >
> > On Tue, Aug 9, 2016 at 12:38 PM, moon soo Lee  wrote:
> >
> > > Thanks Vinay for verifying RC.
> > >
> > > I think it is expected behavior not printing output without using
> print()
> > > in 0.6.1. Because https://issues.apache.org/jira/browse/ZEPPELIN-1197
> is
> > > resolved for 0.7.0 and patch is only available in master branch.
> > >
> > > Thanks,
> > > moon
> > >
> > > On Tue, Aug 9, 2016 at 8:21 AM Vinay Shukla 
> > wrote:
> > >
> > > > Sorry, sent the earlier email too soon.
> > > >
> > > > -1
> > > >
> > > > The below shows no output, looks like pyspark is broken.
> > > >
> > > > %pyspark
> > > > sys.version
> > > > sc.version
> > > > spark.version
> > > >
> > > >
> > > > %pyspark
> > > > sc.parallelize([1,2,3]).count()
> > > >
> > > > No output
> > > >
> > > >
> > > >
> > > > On Tue, Aug 9, 2016 at 11:13 AM, Vinay Shukla  >
> > > > wrote:
> > > >
> > > > > +1 (see point 5 below, existing issue, will file a tracking issue )
> > > > >
> > > > > 1. Downloaded zeppelin-0.6.1-bin-all.tgz
> > > > > 2. Installed on MacOSx Yosemite
> > > > > 3. Ran Zeppelin Tutorial successfully
> > > > > 4. Created a new note & validated spark 2.0 with sc.version &
> > > > spark.version
> > > > > 5. Searched for newly created note under a folder, exact name
> search
> > > > > works, wildcard name search fails.
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > On Tue, Aug 9, 2016 at 10:40 AM, mina lee 
> > wrote:
> > > > >
> > > > >> Hi folks,
> > > > >>
> > > > >> I propose the following RC to be released for the Apache Zeppelin
> > > 0.6.1
> > > > >> release.
> > > > >>
> > > > >> The commit id is 09cd1f18bca04991610dce42de038c8d4c3c0a8d which
> is
> > > > >> corresponds
> > > > >> to the tag v0.6.1-rc1:
> > > > >> *https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=
> > > > >> commit;h=09cd1f18bca04991610dce42de038c8d4c3c0a8d
> > > > >>  > > > >> commit;h=09cd1f18bca04991610dce42de038c8d4c3c0a8d>*
> > > > >>
> > > > >> The release archives (tgz), signature, and checksums are here
> > > > >> https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.
> 6.1-rc1/
> > > > >>
> > > > >> The release candidate consists of the following source
> distribution
> > > > >> archive
> > > > >> zeppelin-0.6.1.tgz
> > > > >>
> > > > >> In addition, the following supplementary binary distributions are
> > > > provided
> > > > >> for user convenience at the same location
> > > > >> zeppelin-0.6.1-bin-all.tgz
> > > > >> zeppelin-0.6.1-netinst-all.tgz
> > > > >>
> > > > >> The maven artifacts are here
> > > > >> https://repository.apache.org/content/repositories/
> > > > >> orgapachezeppelin-1014/org/apache/zeppelin/
> > > > >>
> > > > >> You can find the KEYS file here:
> > > > >> https://people.apache.org/keys/committer/minalee.asc
> > > > >>
> > > > >> Release notes available at
> > > > >> *https://issues.apache.org/jira/secure/ReleaseNote.jspa?vers
> > > > >> ion=12336543=Html=12316221
> > > > >>  > > > >> ion=12336543=Html=12316221>*
> > > > >>
> > > > >> Vote will be open for next 72 hours (close at 8am 12/Aug PDT).
> > > > >>
> > > > >> [ ] +1 approve
> > > > >> [ ] 0 no opinion
> > > > >> [ ] -1 disapprove (and reason why)
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> >
>
>
>
> --
> Andrey Gura
> GridGain Systems, Inc.
> www.gridgain.com
>


[GitHub] zeppelin issue #1303: ZEPPELIN-1308 Apache Ignite version upgraded up to 1.7

2016-08-09 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1303
  
@agura thank you for taking care!

CI fails on 2 profiles for Spark 1.5 and 1.6 with

```
#1.6
[INFO] Zeppelin: Display system apis .. FAILURE [ 
15.213 s]

32mAngularElem
- should provide onclick method *** FAILED ***
  The code passed to eventually never returned normally. Attempted 1 
times over 6.556017119 seconds. Last failure message: 0 was not equal to 1. 
(AbstractAngularElemTest.scala:72)

and 1.5

[INFO] Zeppelin: Display system apis .. FAILURE [  
4.087 s]
.
- should provide onclick method *** FAILED ***
  The code passed to eventually never returned normally. Attempted 1 
times over 327.498544 milliseconds. Last failure message: 0 was not equal to 1. 
(AbstractAngularElemTest.scala:72)
AngularElem
```

This looks very suspicious and reproducible.. before digging any deeper - 
could you please close and re-open this PR in order to trigger the CI one more 
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.
---


Re: [VOTE] Apache Zeppelin release 0.6.1 (rc1)

2016-08-09 Thread Andrey Gura
Guys,

0.6.1 release will bring Ignite interpreter version older than 0.6.0 due to
ZEPPELIN-605 (1.5.0 instead of 1.6.0).

It is wrong if new release will deprive users some possibilities in Ignite
interpreter.

I propose include ZEPPELIN-1308 into 0.6.1 version.

Thanks!


On Tue, Aug 9, 2016 at 8:18 PM, Vinay Shukla  wrote:

> We should pull Zeppelin-1197 into 0.6.1. Without this pull request the user
> experience in Zeppelin is inferior other notebooks.
>
> On Tue, Aug 9, 2016 at 12:38 PM, moon soo Lee  wrote:
>
> > Thanks Vinay for verifying RC.
> >
> > I think it is expected behavior not printing output without using print()
> > in 0.6.1. Because https://issues.apache.org/jira/browse/ZEPPELIN-1197 is
> > resolved for 0.7.0 and patch is only available in master branch.
> >
> > Thanks,
> > moon
> >
> > On Tue, Aug 9, 2016 at 8:21 AM Vinay Shukla 
> wrote:
> >
> > > Sorry, sent the earlier email too soon.
> > >
> > > -1
> > >
> > > The below shows no output, looks like pyspark is broken.
> > >
> > > %pyspark
> > > sys.version
> > > sc.version
> > > spark.version
> > >
> > >
> > > %pyspark
> > > sc.parallelize([1,2,3]).count()
> > >
> > > No output
> > >
> > >
> > >
> > > On Tue, Aug 9, 2016 at 11:13 AM, Vinay Shukla 
> > > wrote:
> > >
> > > > +1 (see point 5 below, existing issue, will file a tracking issue )
> > > >
> > > > 1. Downloaded zeppelin-0.6.1-bin-all.tgz
> > > > 2. Installed on MacOSx Yosemite
> > > > 3. Ran Zeppelin Tutorial successfully
> > > > 4. Created a new note & validated spark 2.0 with sc.version &
> > > spark.version
> > > > 5. Searched for newly created note under a folder, exact name search
> > > > works, wildcard name search fails.
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > On Tue, Aug 9, 2016 at 10:40 AM, mina lee 
> wrote:
> > > >
> > > >> Hi folks,
> > > >>
> > > >> I propose the following RC to be released for the Apache Zeppelin
> > 0.6.1
> > > >> release.
> > > >>
> > > >> The commit id is 09cd1f18bca04991610dce42de038c8d4c3c0a8d which is
> > > >> corresponds
> > > >> to the tag v0.6.1-rc1:
> > > >> *https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=
> > > >> commit;h=09cd1f18bca04991610dce42de038c8d4c3c0a8d
> > > >>  > > >> commit;h=09cd1f18bca04991610dce42de038c8d4c3c0a8d>*
> > > >>
> > > >> The release archives (tgz), signature, and checksums are here
> > > >> https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.6.1-rc1/
> > > >>
> > > >> The release candidate consists of the following source distribution
> > > >> archive
> > > >> zeppelin-0.6.1.tgz
> > > >>
> > > >> In addition, the following supplementary binary distributions are
> > > provided
> > > >> for user convenience at the same location
> > > >> zeppelin-0.6.1-bin-all.tgz
> > > >> zeppelin-0.6.1-netinst-all.tgz
> > > >>
> > > >> The maven artifacts are here
> > > >> https://repository.apache.org/content/repositories/
> > > >> orgapachezeppelin-1014/org/apache/zeppelin/
> > > >>
> > > >> You can find the KEYS file here:
> > > >> https://people.apache.org/keys/committer/minalee.asc
> > > >>
> > > >> Release notes available at
> > > >> *https://issues.apache.org/jira/secure/ReleaseNote.jspa?vers
> > > >> ion=12336543=Html=12316221
> > > >>  > > >> ion=12336543=Html=12316221>*
> > > >>
> > > >> Vote will be open for next 72 hours (close at 8am 12/Aug PDT).
> > > >>
> > > >> [ ] +1 approve
> > > >> [ ] 0 no opinion
> > > >> [ ] -1 disapprove (and reason why)
> > > >>
> > > >
> > > >
> > >
> >
>



-- 
Andrey Gura
GridGain Systems, Inc.
www.gridgain.com


[GitHub] zeppelin issue #1310: Apply new mechanism to HbaseInterpreter

2016-08-09 Thread ggdupont
Github user ggdupont commented on the issue:

https://github.com/apache/zeppelin/pull/1310
  
Just realized I kept the old static declaration in comments... Not really 
clean and should probably be removed.


---
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 #1310: Apply new mechanism to HbaseInterpreter

2016-08-09 Thread ggdupont
GitHub user ggdupont opened a pull request:

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

Apply new mechanism to HbaseInterpreter

### What is this PR for?
This PR applies the new interpreter registration mechanism to Hbase 
interpreter.


### What type of PR is it?
(minor) Improvement

### Todos
* [ ] - Task

### What is the Jira issue?
[ZEPPELIN-913]

### How should this be tested?
1. apply this patch
3. build source
4. bin/zeppelin-daemon.sh start
5.Run a paragraph with hbase commands

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? => no
* Is there breaking changes for older versions? => well it's not compatible 
with older static interpreter declaration
* Does this needs documentation? => no



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

$ git pull https://github.com/ggdupont/zeppelin ZEPPELIN-913

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

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


commit ca0f36c80e3857e7b5da5ea2f1a6428a10275e65
Author: gdupont 
Date:   2016-08-08T21:56:15Z

Apply new mechanism to HbaseInterpreter




---
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: [VOTE] Apache Zeppelin release 0.6.1 (rc1)

2016-08-09 Thread Vinay Shukla
We should pull Zeppelin-1197 into 0.6.1. Without this pull request the user
experience in Zeppelin is inferior other notebooks.

On Tue, Aug 9, 2016 at 12:38 PM, moon soo Lee  wrote:

> Thanks Vinay for verifying RC.
>
> I think it is expected behavior not printing output without using print()
> in 0.6.1. Because https://issues.apache.org/jira/browse/ZEPPELIN-1197 is
> resolved for 0.7.0 and patch is only available in master branch.
>
> Thanks,
> moon
>
> On Tue, Aug 9, 2016 at 8:21 AM Vinay Shukla  wrote:
>
> > Sorry, sent the earlier email too soon.
> >
> > -1
> >
> > The below shows no output, looks like pyspark is broken.
> >
> > %pyspark
> > sys.version
> > sc.version
> > spark.version
> >
> >
> > %pyspark
> > sc.parallelize([1,2,3]).count()
> >
> > No output
> >
> >
> >
> > On Tue, Aug 9, 2016 at 11:13 AM, Vinay Shukla 
> > wrote:
> >
> > > +1 (see point 5 below, existing issue, will file a tracking issue )
> > >
> > > 1. Downloaded zeppelin-0.6.1-bin-all.tgz
> > > 2. Installed on MacOSx Yosemite
> > > 3. Ran Zeppelin Tutorial successfully
> > > 4. Created a new note & validated spark 2.0 with sc.version &
> > spark.version
> > > 5. Searched for newly created note under a folder, exact name search
> > > works, wildcard name search fails.
> > >
> > >
> > >
> > >
> > >
> > > On Tue, Aug 9, 2016 at 10:40 AM, mina lee  wrote:
> > >
> > >> Hi folks,
> > >>
> > >> I propose the following RC to be released for the Apache Zeppelin
> 0.6.1
> > >> release.
> > >>
> > >> The commit id is 09cd1f18bca04991610dce42de038c8d4c3c0a8d which is
> > >> corresponds
> > >> to the tag v0.6.1-rc1:
> > >> *https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=
> > >> commit;h=09cd1f18bca04991610dce42de038c8d4c3c0a8d
> > >>  > >> commit;h=09cd1f18bca04991610dce42de038c8d4c3c0a8d>*
> > >>
> > >> The release archives (tgz), signature, and checksums are here
> > >> https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.6.1-rc1/
> > >>
> > >> The release candidate consists of the following source distribution
> > >> archive
> > >> zeppelin-0.6.1.tgz
> > >>
> > >> In addition, the following supplementary binary distributions are
> > provided
> > >> for user convenience at the same location
> > >> zeppelin-0.6.1-bin-all.tgz
> > >> zeppelin-0.6.1-netinst-all.tgz
> > >>
> > >> The maven artifacts are here
> > >> https://repository.apache.org/content/repositories/
> > >> orgapachezeppelin-1014/org/apache/zeppelin/
> > >>
> > >> You can find the KEYS file here:
> > >> https://people.apache.org/keys/committer/minalee.asc
> > >>
> > >> Release notes available at
> > >> *https://issues.apache.org/jira/secure/ReleaseNote.jspa?vers
> > >> ion=12336543=Html=12316221
> > >>  > >> ion=12336543=Html=12316221>*
> > >>
> > >> Vote will be open for next 72 hours (close at 8am 12/Aug PDT).
> > >>
> > >> [ ] +1 approve
> > >> [ ] 0 no opinion
> > >> [ ] -1 disapprove (and reason why)
> > >>
> > >
> > >
> >
>


Re: [VOTE] Apache Zeppelin release 0.6.1 (rc1)

2016-08-09 Thread Vinay Shukla
Sorry, sent the earlier email too soon.

-1

The below shows no output, looks like pyspark is broken.

%pyspark
sys.version
sc.version
spark.version


%pyspark
sc.parallelize([1,2,3]).count()

No output



On Tue, Aug 9, 2016 at 11:13 AM, Vinay Shukla  wrote:

> +1 (see point 5 below, existing issue, will file a tracking issue )
>
> 1. Downloaded zeppelin-0.6.1-bin-all.tgz
> 2. Installed on MacOSx Yosemite
> 3. Ran Zeppelin Tutorial successfully
> 4. Created a new note & validated spark 2.0 with sc.version & spark.version
> 5. Searched for newly created note under a folder, exact name search
> works, wildcard name search fails.
>
>
>
>
>
> On Tue, Aug 9, 2016 at 10:40 AM, mina lee  wrote:
>
>> Hi folks,
>>
>> I propose the following RC to be released for the Apache Zeppelin 0.6.1
>> release.
>>
>> The commit id is 09cd1f18bca04991610dce42de038c8d4c3c0a8d which is
>> corresponds
>> to the tag v0.6.1-rc1:
>> *https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=
>> commit;h=09cd1f18bca04991610dce42de038c8d4c3c0a8d
>> > commit;h=09cd1f18bca04991610dce42de038c8d4c3c0a8d>*
>>
>> The release archives (tgz), signature, and checksums are here
>> https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.6.1-rc1/
>>
>> The release candidate consists of the following source distribution
>> archive
>> zeppelin-0.6.1.tgz
>>
>> In addition, the following supplementary binary distributions are provided
>> for user convenience at the same location
>> zeppelin-0.6.1-bin-all.tgz
>> zeppelin-0.6.1-netinst-all.tgz
>>
>> The maven artifacts are here
>> https://repository.apache.org/content/repositories/
>> orgapachezeppelin-1014/org/apache/zeppelin/
>>
>> You can find the KEYS file here:
>> https://people.apache.org/keys/committer/minalee.asc
>>
>> Release notes available at
>> *https://issues.apache.org/jira/secure/ReleaseNote.jspa?vers
>> ion=12336543=Html=12316221
>> > ion=12336543=Html=12316221>*
>>
>> Vote will be open for next 72 hours (close at 8am 12/Aug PDT).
>>
>> [ ] +1 approve
>> [ ] 0 no opinion
>> [ ] -1 disapprove (and reason why)
>>
>
>


Re: [VOTE] Apache Zeppelin release 0.6.1 (rc1)

2016-08-09 Thread Vinay Shukla
+1 (see point 5 below, existing issue, will file a tracking issue )

1. Downloaded zeppelin-0.6.1-bin-all.tgz
2. Installed on MacOSx Yosemite
3. Ran Zeppelin Tutorial successfully
4. Created a new note & validated spark 2.0 with sc.version & spark.version
5. Searched for newly created note under a folder, exact name search works,
wildcard name search fails.





On Tue, Aug 9, 2016 at 10:40 AM, mina lee  wrote:

> Hi folks,
>
> I propose the following RC to be released for the Apache Zeppelin 0.6.1
> release.
>
> The commit id is 09cd1f18bca04991610dce42de038c8d4c3c0a8d which is
> corresponds
> to the tag v0.6.1-rc1:
> *https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;h=
> 09cd1f18bca04991610dce42de038c8d4c3c0a8d
>  09cd1f18bca04991610dce42de038c8d4c3c0a8d>*
>
> The release archives (tgz), signature, and checksums are here
> https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.6.1-rc1/
>
> The release candidate consists of the following source distribution archive
> zeppelin-0.6.1.tgz
>
> In addition, the following supplementary binary distributions are provided
> for user convenience at the same location
> zeppelin-0.6.1-bin-all.tgz
> zeppelin-0.6.1-netinst-all.tgz
>
> The maven artifacts are here
> https://repository.apache.org/content/repositories/
> orgapachezeppelin-1014/org/apache/zeppelin/
>
> You can find the KEYS file here:
> https://people.apache.org/keys/committer/minalee.asc
>
> Release notes available at
> *https://issues.apache.org/jira/secure/ReleaseNote.jspa?
> version=12336543=Html=12316221
>  version=12336543=Html=12316221>*
>
> Vote will be open for next 72 hours (close at 8am 12/Aug PDT).
>
> [ ] +1 approve
> [ ] 0 no opinion
> [ ] -1 disapprove (and reason why)
>


Re: [VOTE] Apache Zeppelin release 0.6.1 (rc1)

2016-08-09 Thread Ahyoung Ryu
+1

2016년 8월 9일 (화) 오후 11:41, mina lee 님이 작성:

> Hi folks,
>
> I propose the following RC to be released for the Apache Zeppelin 0.6.1
> release.
>
> The commit id is 09cd1f18bca04991610dce42de038c8d4c3c0a8d which is
> corresponds
> to the tag v0.6.1-rc1:
> *
> https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;h=09cd1f18bca04991610dce42de038c8d4c3c0a8d
> <
> https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;h=09cd1f18bca04991610dce42de038c8d4c3c0a8d
> >*
>
> The release archives (tgz), signature, and checksums are here
> https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.6.1-rc1/
>
> The release candidate consists of the following source distribution archive
> zeppelin-0.6.1.tgz
>
> In addition, the following supplementary binary distributions are provided
> for user convenience at the same location
> zeppelin-0.6.1-bin-all.tgz
> zeppelin-0.6.1-netinst-all.tgz
>
> The maven artifacts are here
> https://repository.apache.org/content/repositories/
> orgapachezeppelin-1014/org/apache/zeppelin/
>
> You can find the KEYS file here:
> https://people.apache.org/keys/committer/minalee.asc
>
> Release notes available at
> *
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12336543=Html=12316221
> <
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12336543=Html=12316221
> >*
>
> Vote will be open for next 72 hours (close at 8am 12/Aug PDT).
>
> [ ] +1 approve
> [ ] 0 no opinion
> [ ] -1 disapprove (and reason why)
>


[VOTE] Apache Zeppelin release 0.6.1 (rc1)

2016-08-09 Thread mina lee
Hi folks,

I propose the following RC to be released for the Apache Zeppelin 0.6.1
release.

The commit id is 09cd1f18bca04991610dce42de038c8d4c3c0a8d which is corresponds
to the tag v0.6.1-rc1:
*https://git-wip-us.apache.org/repos/asf?p=zeppelin.git;a=commit;h=09cd1f18bca04991610dce42de038c8d4c3c0a8d
*

The release archives (tgz), signature, and checksums are here
https://dist.apache.org/repos/dist/dev/zeppelin/zeppelin-0.6.1-rc1/

The release candidate consists of the following source distribution archive
zeppelin-0.6.1.tgz

In addition, the following supplementary binary distributions are provided
for user convenience at the same location
zeppelin-0.6.1-bin-all.tgz
zeppelin-0.6.1-netinst-all.tgz

The maven artifacts are here
https://repository.apache.org/content/repositories/
orgapachezeppelin-1014/org/apache/zeppelin/

You can find the KEYS file here:
https://people.apache.org/keys/committer/minalee.asc

Release notes available at
*https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12336543=Html=12316221
*

Vote will be open for next 72 hours (close at 8am 12/Aug PDT).

[ ] +1 approve
[ ] 0 no opinion
[ ] -1 disapprove (and reason why)


[GitHub] zeppelin issue #1307: ZEPPELIN-1311. Typo in ZEPPELIN-1197

2016-08-09 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/1307
  
oh, sorry, I didn't realize `ZEPPELIN-1197` is not in 0.6. Then let's merge 
this to master only. 


---
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-1314) dump on the R command line in the debug output

2016-08-09 Thread chris snow (JIRA)
chris snow created ZEPPELIN-1314:


 Summary: dump on the R command line in the debug output
 Key: ZEPPELIN-1314
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1314
 Project: Zeppelin
  Issue Type: Improvement
  Components: zeppelin-interpreter
Affects Versions: 0.6.0, 0.7.0
Reporter: chris snow
 Fix For: 0.6.1, 0.7.0


When diagnosing issues executing R, it would be useful to view the command that 
is being run so that command can be manually executed and debugged.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin pull request #1281: [ZEPPELIN-1290] Refactor Navbar Controller

2016-08-09 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 #1305: [ZEPPELIN-1310] Deactivate angular debugging cl...

2016-08-09 Thread corneadoug
Github user corneadoug closed the pull request at:

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


---
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 #1305: [ZEPPELIN-1310] Deactivate angular debugging cl...

2016-08-09 Thread corneadoug
GitHub user corneadoug reopened a pull request:

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

[ZEPPELIN-1310] Deactivate angular debugging classes

### What is this PR for?
This PR removes the angular debug classes added to HTML elements (that 
plugins like batarang are using), it follows advices from the angular 
[documentation](https://code.angularjs.org/1.5.5/docs/guide/production) and 
should improve performances.


### What type of PR is it?
Improvement

### Todos
* [x] - Add documentation on how to easily activate it for people wanted to 
debug

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

### How should this be tested?
Do a `./grunt build` or launch Zeppelin normally
Check in the console there should not be any `ng-scope` or such in the html 
classes

### 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/corneadoug/incubator-zeppelin ZEPPELIN-1310

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

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


commit 0acbcb5dfaaa0d3b703ff4dc61d56651d89f4ccd
Author: Damien CORNEAU 
Date:   2016-08-09T06:22:45Z

Add setting to deactivate angular debugging classes

commit 33ac1247b18d750e4aed34adfaca8f3143f0d726
Author: Damien CORNEAU 
Date:   2016-08-09T06:55:53Z

Update zeppelin-web CONTRIBUTING to document how to activate angular debug 
classes




---
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 #1305: [ZEPPELIN-1310] Deactivate angular debugging classes

2016-08-09 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue:

https://github.com/apache/zeppelin/pull/1305
  
👍 


---
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 #1304: [ZEPPELIN-1190] [WIP] Visit Notebook Revision

2016-08-09 Thread corneadoug
Github user corneadoug commented on the issue:

https://github.com/apache/zeppelin/pull/1304
  
@khalidhuseynov that doesn't solve anything, I can't work with Revision, it 
needs to be RevisionId.
If you visit a URL like: /notebook/:noteId/revision/:revisionId

All you have is the revisitionId and not the other informations, which 
means I can't make a call to get the Notebook content unless I get the list of 
Revisions first.


---
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 #1248: [ZEPPELIN-1069]Ignore implicit interpreter when user e...

2016-08-09 Thread mwkang
Github user mwkang commented on the issue:

https://github.com/apache/zeppelin/pull/1248
  
> If you re-trigger CI more (close this PR) - does the same issue 
persists every time?
I'm not sure if it persists. I will re-tigger after fix the issue.


---
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-1313) NullPointerException when using Clone notebook REST API

2016-08-09 Thread Patrick Duflot (JIRA)
Patrick Duflot created ZEPPELIN-1313:


 Summary: NullPointerException when using Clone notebook REST API
 Key: ZEPPELIN-1313
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1313
 Project: Zeppelin
  Issue Type: Bug
  Components: zeppelin-server
Affects Versions: 0.7.0
 Environment: Linux
Reporter: Patrick Duflot
 Fix For: 0.7.0


Server returns HTTP500 and a NullPointerException shows up in the logs when 
using Clone notebook REST API. 
Moreover, the error message mentions LoginApi and not NotebookApi. 

Note:The authentication is not configured on my server. If it is required to 
use the notebook REST API, the server should return HTTP403 and indicates it in 
the logs. 

Here is the stack trace:
 INFO [2016-08-09 10:21:22,339] ({qtp95395916-54} 
NotebookRestApi.java[cloneNote]:347) - clone notebook by JSON 
 WARN [2016-08-09 10:21:22,347] ({qtp95395916-54} LogUtils.java[doLog]:452) - 
Application {http://rest.zeppelin.apache.org/}LoginRestApi has thrown 
exception, unwinding now
org.apache.cxf.interceptor.Fault
at 
org.apache.cxf.service.invoker.AbstractInvoker.createFault(AbstractInvoker.java:162)
at 
org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:128)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:192)
at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:100)
at 
org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:57)
at 
org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:93)
at 
org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272)
at 
org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)
at 
org.apache.cxf.transport.http.AbstractHTTPDestination.invoke(AbstractHTTPDestination.java:239)
at 
org.apache.cxf.transport.servlet.ServletController.invokeDestination(ServletController.java:248)
at 
org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:222)
at 
org.apache.cxf.transport.servlet.ServletController.invoke(ServletController.java:153)
at 
org.apache.cxf.transport.servlet.CXFNonSpringServlet.invoke(CXFNonSpringServlet.java:167)
at 
org.apache.cxf.transport.servlet.AbstractHTTPServlet.handleRequest(AbstractHTTPServlet.java:286)
at 
org.apache.cxf.transport.servlet.AbstractHTTPServlet.doPost(AbstractHTTPServlet.java:206)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
at 
org.apache.cxf.transport.servlet.AbstractHTTPServlet.service(AbstractHTTPServlet.java:262)
at 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
at 
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61)
at 
org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108)
at 
org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137)
at 
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
at 
org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66)
at 
org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449)
at 
org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365)
at 
org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90)
at 
org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83)
at 
org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:383)
at 
org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362)
at 
org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.apache.zeppelin.server.CorsFilter.doFilter(CorsFilter.java:72)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
at 

[GitHub] zeppelin issue #1283: Buffer append output results + fix extra incorrect res...

2016-08-09 Thread beriaanirudh
Github user beriaanirudh commented on the issue:

https://github.com/apache/zeppelin/pull/1283
  
My tests needed some fixes to work with other tests. I have fixed them. But 
the build still has some errors I think not related to my change. 
https://travis-ci.org/apache/zeppelin/builds/150876902 . 


---
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 #1299: [ZEPPELIN-1304] Show popup when interpreter nam...

2016-08-09 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 #681: Notebook Authorization

2016-08-09 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue:

https://github.com/apache/zeppelin/pull/681
  
>someone can create/delete notebook

Regarding this, please refer to [Notebook Authorization 
setting](http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/security/notebook_authorization.html)
 document.

>someone can not see the interpreter page

Regarding this one, please see [Shiro authentication#Secure your Zeppelin 
information](http://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/security/shiroauthentication.html#secure-your-zeppelin-information-optional)
 section. 

I attached related docs links what you wondered. But please note that the 
docs link is for `0.7.0-SNAPSHOT` ver. If you're using `0.6.0` version, 
regarding `someone can not see the interpreter page`, you might need to add the 
below lines manually to `conf/shiro.ini`.

```
/api/interpreter/** = authc, roles[admin]
/api/configurations/** = authc, roles[admin]
/api/credential/** = authc, roles[admin]
``` 

Hope this helps :)



---
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 #1307: ZEPPELIN-1311. Typo in ZEPPELIN-1197

2016-08-09 Thread minahlee
Github user minahlee commented on the issue:

https://github.com/apache/zeppelin/pull/1307
  
@zjffdu While I am merging this guy, I realized that this fix is not 
applicable to branch-0.6 since #1232 is only merged to master. For me, #1232 
seems more like improvement than bug fix. It would be nice if we can provide 
same feature for python interpreter at the same release for user experience 
consistency. I am suggesting to keep #1232, #1307 only master and provide it in 
next release. What do you think?


---
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 #1307: ZEPPELIN-1311. Typo in ZEPPELIN-1197

2016-08-09 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 #1266: [ZEPPELIN-1219] Add searching feature to Zeppelin docs...

2016-08-09 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1266
  
> Yeah right, I should've done that. It was my bad. Let me re-trigger CI 
then :)

No worries! A lot of people do not do this and ask no excuses. So let's 
just show them what excellence means, by annotating further CI failures in case 
of any, as you did for the last one here :) 

Different profile fails with the same flaky test, not relevant to the 
changeset.

Looks great to me, and merging to master if there is no further 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 #1304: [ZEPPELIN-1190] [WIP] Visit Notebook Revision

2016-08-09 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue:

https://github.com/apache/zeppelin/pull/1304
  
@corneadoug thanks for taking care of this! #1308 is merged and instead of 
`RevisionId` just send `Revision`. rebase should solve the problems.


---
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 #1307: ZEPPELIN-1311. Typo in ZEPPELIN-1197

2016-08-09 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1307
  
Looks great to 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 issue #1231: [Zeppelin - 683][WIP] BittorrentNotebookRepo

2016-08-09 Thread onkarshedge
Github user onkarshedge commented on the issue:

https://github.com/apache/zeppelin/pull/1231
  
@bzz I read the [DHT 
specification](http://bittorrent.org/beps/bep_0044.html) and here are some 
questions and answers.

Answer to point 2) checkpointing and 3) get Revisions
Mutable items can be stored with help of public and private key. 
`dht.mput(publicKey, privateKey, new Entry(data));` and retrieved via 
`dht.mget(publicKey)`. This allows only to store only one item/note against 
your public key. On retrieval the latest revision is retrieved, highest `seq` 
number. We can store multiple notes also if we use `salt`, the key in DHT would 
be hash(publicKey+salt), the salt could be `noteId`. But still we can only get 
only latest revision as per the protocol.

If we use Immutable items to be stored in DHT `dht.put(data)` returns SHA 
hash and we can get the item back from DHT via ` dht.get(hash)`. So we can keep 
track of all revisions by storing hash against the noteID. `noteID -> [hash of 
rev1,hash of rev2]` in some Map\> . 

point 4) Magnet Link.
magnet link are used to receive the metadata(info) of the .torrent 
file.Once the metadata part is received it downloads the file. In order for the 
peer to receive the file it needs seeders. Why use magnet link to import ? as 
we are storing notes directly in DHT we can just use hash(returned from 
dht.put("data") ) to get it from DHT.

point 1) Listing existing notes
will this be VFSNotebookRepo's list() method ? I didn't get this one.


---
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 #1240: [ZEPPELIN-1246] In JDBCInterpreter.getScheduler...

2016-08-09 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 #1240: [ZEPPELIN-1246] In JDBCInterpreter.getScheduler, use g...

2016-08-09 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1240
  
Looks great to me! 

Thank you @prasadwagle for taking care.

Merging to master, if there is no further 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 pull request #1308: [ZEPPELIN-1312] Hotfix - consistent getNoteRevi...

2016-08-09 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 #1308: [ZEPPELIN-1312] Hotfix - consistent getNoteRevision in...

2016-08-09 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1308
  
CI is green, so merging as a hotfix


---
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 #1307: ZEPPELIN-1311. Typo in ZEPPELIN-1197

2016-08-09 Thread minahlee
Github user minahlee commented on the issue:

https://github.com/apache/zeppelin/pull/1307
  
Change looks good to me. Merging to master and branch-0.6


---
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 #1308: [ZEPPELIN-1312] Hotfix - consistent getNoteRevision in...

2016-08-09 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue:

https://github.com/apache/zeppelin/pull/1308
  
@bzz added fix version to issue. merging into master sounds good


---
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 #1307: ZEPPELIN-1311. Typo in ZEPPELIN-1197

2016-08-09 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/1307
  
@minahlee  Please hold the commit, I will have another improvement soon.


---
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 #1308: [ZEPPELIN-1312] Hotfix - consistent getNoteRevision in...

2016-08-09 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1308
  
Looks good to me.

@khalidhuseynov fix for version is not set in JIRA (neither it is assigned 
yet) - merging only to master, in case there is no further 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 #1308: [ZEPPELIN-1312] Hotfix - consistent getNoteRevision in...

2016-08-09 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue:

https://github.com/apache/zeppelin/pull/1308
  
/cc @corneadoug @bzz for review


---
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 #1307: ZEPPELIN-1311. Typo in ZEPPELIN-1197

2016-08-09 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/1307
  
Thanks @minahlee, the CI fail should be irrelevant, it is due to network 
issue.
```
[INFO] └── semver-utils@1.1.1
[ERROR] npm ERR! Linux 3.13.0-40-generic
[ERROR] npm ERR! argv 
"/home/travis/build/apache/zeppelin/zeppelin-web/node/node" 
"/home/travis/build/apache/zeppelin/zeppelin-web/node/node_modules/npm/bin/npm-cli.js"
 "install" "--color=false"
[ERROR] npm ERR! node v0.12.13
[ERROR] npm ERR! npm  v2.15.0
[ERROR] 
[ERROR] npm ERR! Callback called more than once.
[ERROR] npm ERR! 
[ERROR] npm ERR! If you need help, you may report this error at:
[ERROR] npm ERR! 
[ERROR] 
[ERROR] npm ERR! Please include the following file with any support request:
[ERROR] npm ERR! 
/home/travis/build/apache/zeppelin/zeppelin-web/npm-debug.log
```


---
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 #1308: [ZEPPELIN-1312] Hotfix - consistent getNoteRevi...

2016-08-09 Thread khalidhuseynov
GitHub user khalidhuseynov opened a pull request:

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

[ZEPPELIN-1312] Hotfix - consistent getNoteRevision in websocket call

### What is this PR for?
This pr fixes inconsistency on websocket call of getNoteRevision method on 
frontend, since backend waits for `Revision` but front sends `RevisionId`.  
This is the simplest fix without api change.


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

### Todos
* [ ] - `RevisionId` -> `Revision`

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

### How should this be tested?
CI pass

### 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/khalidhuseynov/incubator-zeppelin 
hotfix/zeppelin-1312

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

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


commit a14d71a53adb9c60c76ee7e5c5b82799cef86e9f
Author: Khalid Huseynov 
Date:   2016-08-09T08:06:09Z

make front consistent with backend: revisionId -> revision




---
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-1312) Inconsistency in getNotebookRevision method

2016-08-09 Thread Khalid Huseynov (JIRA)
Khalid Huseynov created ZEPPELIN-1312:
-

 Summary: Inconsistency in getNotebookRevision method
 Key: ZEPPELIN-1312
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1312
 Project: Zeppelin
  Issue Type: Bug
Reporter: Khalid Huseynov


[here|https://github.com/apache/zeppelin/blob/master/zeppelin-web/src/components/websocketEvents/websocketMsg.service.js#L173]
 frontend sends revisionId, however on backend 
[here|https://github.com/apache/zeppelin/blob/master/zeppelin-server/src/main/java/org/apache/zeppelin/socket/NotebookServer.java#L1204]
 revision is extracted. Thus it should be consistent.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin issue #1307: ZEPPELIN-1311. Typo in ZEPPELIN-1197

2016-08-09 Thread minahlee
Github user minahlee commented on the issue:

https://github.com/apache/zeppelin/pull/1307
  
@zjffdu let me merge it as hotfix


---
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 #1307: ZEPPELIN-1311. Typo in ZEPPELIN-1197

2016-08-09 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/1307
  
\cc @Leemoonsoo @minahlee Is it possible to merge it into 0.6.1 ?


---
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-1311) Typo in ZEPPELIN-1197

2016-08-09 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1311:


 Summary: Typo in ZEPPELIN-1197
 Key: ZEPPELIN-1311
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1311
 Project: Zeppelin
  Issue Type: Bug
Affects Versions: 0.6.1, 0.7.0
Reporter: Jeff Zhang
Assignee: Jeff Zhang
 Attachments: 2016-08-09_1528.png

My bad, it should be "Exception" rather than "Execution"





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin issue #1277: [ZEPPELIN-1257] Decouple revision id handling

2016-08-09 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue:

https://github.com/apache/zeppelin/pull/1277
  
@bzz giving some context
1. this is not about whole `NotebookRepo` api, it's related to only one 
method 
[here](https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/repo/NotebookRepo.java#L92)
2. the clients identified correctly (`NotebookServer` and `Notebook`)

So the question was that given current api as follows : 
`get(String noteId, Revision rev, AuthenticationInfo subject)` 
how can we improve it? as you can see, Revision contains `id` as well as 
other constructs representing additional information about `Revision`, however 
in `get` we need only id. 

further given your feedback from #1254  
[here](https://github.com/apache/zeppelin/pull/1254#issuecomment-236475181) : 
>Also, could you please explain why do you think this API change is 
valuable and what benefits does it bring for a user? (i.e does it consider 
other possible versioned storage i.e IPFS, BitTorrent and other future ones, 
where just an ID might not be enough? or it might be not String)

Now, I tried to address that problem here by adding `RevisionId` which 
is used by clients (`NotebookServer`, `Notebook`) without knowledge of inner 
representation (placeholder `?`), and only on repo level each `NotebookRepo` 
deals with his own type of `RevisionId` (say `RevisionId`). The only 
drawback is usage of `instanceof` here and possible diversion of `RevisionId`s 
for different repos. 



---
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 #1306: [BUILD] Remove bigquery interpreter from netins...

2016-08-09 Thread minahlee
GitHub user minahlee opened a pull request:

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

[BUILD] Remove bigquery interpreter from netinst package

### What is this PR for?
Remove bigquery interpreter from netinst package

### What type of PR is it?
Build

### 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/minahlee/zeppelin netinst/remove_bigquery

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

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


commit 0604840650a3856fa0d20dd69cdc4f8056e22c85
Author: Mina Lee 
Date:   2016-08-09T06:50:35Z

Remove bigquery interpreter from netinst package




---
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 #1266: [ZEPPELIN-1219] Add searching feature to Zeppelin docs...

2016-08-09 Thread AhyoungRyu
Github user AhyoungRyu commented on the issue:

https://github.com/apache/zeppelin/pull/1266
  
@bzz After re-triggered CI build, it fails again only in `spark 1.4\ scala 
2.10` with

```
Running org.apache.zeppelin.rest.ZeppelinSparkClusterTest
...
No output has been received in the last 10 minutes, this potentially 
indicates a stalled build or something wrong with the build itself.

The build has been terminated
```



---
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 #1248: [ZEPPELIN-1069]Ignore implicit interpreter when user e...

2016-08-09 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1248
  
@mwkang thank you for prompt addressing reviews!

If you re-trigger CI more (close this PR) - does the same issue 
persists every 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 #1305: [ZEPPELIN-1310] Deactivate angular debugging cl...

2016-08-09 Thread corneadoug
GitHub user corneadoug opened a pull request:

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

[ZEPPELIN-1310] Deactivate angular debugging classes

### What is this PR for?
This PR removes the angular debug classes added to HTML elements (that 
plugins like batarang are using), it follows advices from the angular 
[documentation](https://code.angularjs.org/1.5.5/docs/guide/production) and 
should improve performances.


### What type of PR is it?
Improvement

### Todos
* [ ] - Add documentation on how to easily activate it for people wanted to 
debug

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

### How should this be tested?
Do a `./grunt build` or launch Zeppelin normally
Check in the console there should not be any `ng-scope` or such in the html 
classes

### 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/corneadoug/incubator-zeppelin ZEPPELIN-1310

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

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


commit 0acbcb5dfaaa0d3b703ff4dc61d56651d89f4ccd
Author: Damien CORNEAU 
Date:   2016-08-09T06:22:45Z

Add setting to deactivate angular debugging classes




---
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-1310) Remove angular debug classes

2016-08-09 Thread CORNEAU Damien (JIRA)
CORNEAU Damien created ZEPPELIN-1310:


 Summary: Remove angular debug classes
 Key: ZEPPELIN-1310
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1310
 Project: Zeppelin
  Issue Type: Improvement
Reporter: CORNEAU Damien
Assignee: CORNEAU Damien


Following: https://code.angularjs.org/1.5.5/docs/guide/production
Removing the debug classes added by angular to the html should bring some 
performances improvements.

Instead of complicated the build by adding it only in production, this will be 
activated all the time.

Since some developer might need it, we will document the easy console 
activation in our contributing doc



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] zeppelin issue #989: Added ipfsnotebookrepo [ Zeppelin-683 WIP ]

2016-08-09 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/989
  
Do you want to do that on the client-side, right in the browser? 

I see what you mean - our existing impor function indeed fetches from URL 
and parse JSON right in the browser, but I do not think that such architecture 
will suit our case, as then the whole IPFS stack need to be run on the client. 
And it is not something that we want add here (we want  self-contained 
`IpfsNotebookRepo` implementation)  

I think what you could do here is - create a new REST API endpoint, pass 
this hash (which is like an URL in our case) to this REST API, and make it 
delegate actual fetching logic to a method in `IpfsNotebookRepo` and then, on 
the client, just rear the response, as a JSON.

This logic can be later used for BitTorrent notebooks storage support as 
well as simple URL case could be refactored to use it (but that is outside of 
the scope of this PR of course) 

Let me introduce you to @corneadoug - he is known Zeppelin front-end ninja, 
whose knowledge of the client side codebase is by far greater than mine.

@corneadoug Could you please help @onkarshedge and guide him on 
refactoring\updating `notenameImport.controller.js` in such way, that it could 
delegate hash->JSON resolution in case of notebook import to the backend API, 
for the case of importing notes from new IPFS storage by IPFS hash (which is 
like a bittorent address)?


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