[GitHub] zeppelin pull request #1250: [HOTFIX] change 1.5-SNAPSHOT to 1.5-20160502.23...

2016-07-30 Thread prabhjyotsingh
GitHub user prabhjyotsingh opened a pull request:

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

[HOTFIX] change 1.5-SNAPSHOT to 1.5-20160502.230123-45

### What is this PR for?
This is to fix CI which is mostly failing for resource 
org.apache.apache.resources:apache-jar-resource-bundle:1.5-SNAPSHOT, until the 
resource is generated in 
https://repository.apache.org/content/groups/snapshots/org/apache/apache/resources/apache-jar-resource-bundle/1.5-SNAPSHOT/


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


### How should this be tested?
CI should be green



### 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/prabhjyotsingh/zeppelin 
hotfix/apache-jar-resource-bundle

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

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


commit 514c799547a8d4de74559cf55d2255387073a131
Author: Prabhjyot Singh 
Date:   2016-07-30T07:39:34Z

change 1.5-SNAPSHOT to 1.5-20160502.230123-45




---
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 #1250: [HOTFIX] change 1.5-SNAPSHOT to 1.5-20160502.230123-45

2016-07-30 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue:

https://github.com/apache/zeppelin/pull/1250
  
@Leemoonsoo should we have this change, to make CI green ?


---
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 #1250: [HOTFIX] [WIP] change 1.5-SNAPSHOT to 1.5-20160...

2016-07-30 Thread prabhjyotsingh
Github user prabhjyotsingh closed the pull request at:

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


---
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 #1250: [HOTFIX] [WIP] change 1.5-SNAPSHOT to 1.5-20160...

2016-07-30 Thread prabhjyotsingh
GitHub user prabhjyotsingh reopened a pull request:

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

[HOTFIX] [WIP] change 1.5-SNAPSHOT to 1.5-20160502.230123-45

### What is this PR for?
This is to fix CI which is mostly failing for resource 
org.apache.apache.resources:apache-jar-resource-bundle:1.5-SNAPSHOT, until the 
resource is generated in 
https://repository.apache.org/content/groups/snapshots/org/apache/apache/resources/apache-jar-resource-bundle/1.5-SNAPSHOT/


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


### How should this be tested?
CI should be green



### 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/prabhjyotsingh/zeppelin 
hotfix/apache-jar-resource-bundle

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

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


commit 514c799547a8d4de74559cf55d2255387073a131
Author: Prabhjyot Singh 
Date:   2016-07-30T07:39:34Z

change 1.5-SNAPSHOT to 1.5-20160502.230123-45




---
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 #1244: [ZEPPELIN-1251] Update interpreter artifact option lis...

2016-07-30 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/1244
  
Instead of listing all xxx_2.10 and xxx_2.11 in `conf/interpreter_list`, i 
think just listing one version that is included in `zeppelin-bin-all` package 
would be fine, i think.

User can always manually install the other version of interpreter using 
`-n` and `-t` option of `bin/install-interpreter.sh` command. 


---
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 #1250: [HOTFIX] [WIP] change 1.5-SNAPSHOT to 1.5-20160502.230...

2016-07-30 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/1250
  
@prabhjyotsingh Thanks for addressing CI issue.

I'm not sure changing `1.5-SNAPSHOT` to `1.5-20160502.230123-45` is proper 
way of accessing SNAPSHOT artifact.

Shell we try

```

  ...
  

  
  
maven-remote-resources-plugin
1.5

  
process-remote-resources

  process


  

org.apache:apache-jar-resource-bundle:1.0
  

  

  

  
  ...

```
?
which is proposed usage in 
http://maven.apache.org/plugins/maven-remote-resources-plugin/usage.html, if it 
does the same thing that current plugin configuration does.


---
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 #1244: [ZEPPELIN-1251] Update interpreter artifact option lis...

2016-07-30 Thread minahlee
Github user minahlee commented on the issue:

https://github.com/apache/zeppelin/pull/1244
  
Addressed your comment in 63509c0. Please 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 #1235: ZEPPELIN-1227 change spark-2.0.0-preview to spark-2.0....

2016-07-30 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/1235
  
Merge 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 pull request #1235: ZEPPELIN-1227 change spark-2.0.0-preview to spa...

2016-07-30 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 #1250: [HOTFIX] [WIP] change 1.5-SNAPSHOT to 1.5-20160502.230...

2016-07-30 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue:

https://github.com/apache/zeppelin/pull/1250
  
Sure let me try that as well.


---
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 #1243: [ZEPPELIN-1250] remove 2.11 suffix from zeppeli...

2016-07-30 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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-1256) Update build script to be built with Spark 2.0 and Scala 2.11

2016-07-30 Thread Mina Lee (JIRA)
Mina Lee created ZEPPELIN-1256:
--

 Summary: Update build script to be built with Spark 2.0 and Scala 
2.11
 Key: ZEPPELIN-1256
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1256
 Project: Zeppelin
  Issue Type: Task
Reporter: Mina Lee






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


[GitHub] zeppelin pull request #1251: [ZEPPELIN-1256][BUILD] Build distribution packa...

2016-07-30 Thread minahlee
GitHub user minahlee opened a pull request:

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

[ZEPPELIN-1256][BUILD] Build distribution package with Spark 2.0 and Scala 
2.11

### What is this PR for?
- build distribution package with Spark 2.0 and Scala 2.11
- change travis profile to use spark 2.0 instead of 2.0.0-preview by 
removing `-Dspark.version=2.0.0-preview` property
- Use `-Dscala-2.11` instead of `-Pscala-2.11` to build Zeppelin with Scala 
2.11
- Remove `-Pscala-2.10` property when build Zeppelin with Scala 2.10 for 
consistent profile activation rule

### What type of PR is it?
Build

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

### How should this be tested?

**If we use -Pscala-2.11 profile, both scala-2.10 and scala-2.11 become 
active as below**
Run `mvn help:active-profiles -Pscala-2.11`:
   ```
Active Profiles for Project 
'org.apache.zeppelin:zeppelin:pom:0.7.0-SNAPSHOT':

The following profiles are active:

 - scala-2.10 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)
 - scala-2.11 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)



Active Profiles for Project 
'org.apache.zeppelin:zeppelin-interpreter:jar:0.7.0-SNAPSHOT':

The following profiles are active:

 - scala-2.10 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)
 - scala-2.11 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)



Active Profiles for Project 
'org.apache.zeppelin:zeppelin-zengine:jar:0.7.0-SNAPSHOT':

The following profiles are active:

 - scala-2.10 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)
 - scala-2.11 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)



Active Profiles for Project 
'org.apache.zeppelin:zeppelin-display_2.11:jar:0.7.0-SNAPSHOT':

The following profiles are active:

 - scala-2.11 (source: 
org.apache.zeppelin:zeppelin-display_2.11:0.7.0-SNAPSHOT)
 - scala-2.10 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)
 - scala-2.11 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)



Active Profiles for Project 
'org.apache.zeppelin:zeppelin-spark-dependencies_2.11:jar:0.7.0-SNAPSHOT':

The following profiles are active:

 - spark-2.0 (source: 
org.apache.zeppelin:zeppelin-spark-dependencies_2.11:0.7.0-SNAPSHOT)
 - scala-2.10 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)
 - scala-2.11 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)



Active Profiles for Project 
'org.apache.zeppelin:zeppelin-spark_2.11:jar:0.7.0-SNAPSHOT':

The following profiles are active:

 - exclude-sparkr (source: 
org.apache.zeppelin:zeppelin-spark_2.11:0.7.0-SNAPSHOT)
 - scala-2.10 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)
 - scala-2.11 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)



Active Profiles for Project 
'org.apache.zeppelin:zeppelin-markdown:jar:0.7.0-SNAPSHOT':

The following profiles are active:

 - scala-2.10 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)
 - scala-2.11 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)



Active Profiles for Project 
'org.apache.zeppelin:zeppelin-angular:jar:0.7.0-SNAPSHOT':

The following profiles are active:

 - scala-2.10 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)
 - scala-2.11 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)



Active Profiles for Project 
'org.apache.zeppelin:zeppelin-shell:jar:0.7.0-SNAPSHOT':

The following profiles are active:

 - scala-2.10 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)
 - scala-2.11 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)



Active Profiles for Project 
'org.apache.zeppelin:zeppelin-livy:jar:0.7.0-SNAPSHOT':

The following profiles are active:

 - scala-2.10 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)
 - scala-2.11 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)



Active Profiles for Project 
'org.apache.zeppelin:zeppelin-hbase:jar:0.7.0-SNAPSHOT':

The following profiles are active:

 - scala-2.10 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)
 - scala-2.11 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)



Active Profiles for Project 
'org.apache.zeppelin:zeppelin-postgresql:jar:0.7.0-SNAPSHOT':

The following profiles are active:

 - scala-2.10 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)
 - scala-2.11 (source: org.apache.zeppelin:zeppelin:0.7.0-SNAPSHOT)



Active Profiles for Project 
'org.apache.zeppelin:zeppelin-jdbc:jar:0.7.0-SNAPSHOT':

The following profiles are active:

 - scala-2.10 (sou

[GitHub] zeppelin issue #1250: [HOTFIX] [WIP] change 1.5-SNAPSHOT to 1.5-20160502.230...

2016-07-30 Thread minahlee
Github user minahlee commented on the issue:

https://github.com/apache/zeppelin/pull/1250
  
Seems like this PR fixes `apache-jar-resource-bundle` download issue. Shall 
we merge it as hot fix?


---
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 #1250: [HOTFIX] [WIP] change 1.5-SNAPSHOT to 1.5-20160...

2016-07-30 Thread prabhjyotsingh
GitHub user prabhjyotsingh reopened a pull request:

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

[HOTFIX] [WIP] change 1.5-SNAPSHOT to 1.5-20160502.230123-45

### What is this PR for?
This is to fix CI which is mostly failing for resource 
org.apache.apache.resources:apache-jar-resource-bundle:1.5-SNAPSHOT, until the 
resource is generated in 
https://repository.apache.org/content/groups/snapshots/org/apache/apache/resources/apache-jar-resource-bundle/1.5-SNAPSHOT/


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


### How should this be tested?
CI should be green



### 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/prabhjyotsingh/zeppelin 
hotfix/apache-jar-resource-bundle

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

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


commit 514c799547a8d4de74559cf55d2255387073a131
Author: Prabhjyot Singh 
Date:   2016-07-30T07:39:34Z

change 1.5-SNAPSHOT to 1.5-20160502.230123-45

commit 1e055453f858947c83d12a804f1d321e5c9081f8
Author: Prabhjyot Singh 
Date:   2016-07-30T09:05:55Z

org.apache:apache-jar-resource-bundle:1.0

commit a14e16094c97cb12483b692de4120c593da9894c
Author: Prabhjyot Singh 
Date:   2016-07-30T09:08:10Z

usage as mentioned in 
http://maven.apache.org/plugins/maven-remote-resources-plugin/usage.html




---
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 #1250: [HOTFIX] [WIP] change 1.5-SNAPSHOT to 1.5-20160...

2016-07-30 Thread prabhjyotsingh
Github user prabhjyotsingh closed the pull request at:

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


---
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 #1250: [HOTFIX] change 1.5-SNAPSHOT to 1.5-20160502.230123-45

2016-07-30 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue:

https://github.com/apache/zeppelin/pull/1250
  
have triggered CI again, I'll merge this as a HOTFIX if it doesn't fail for 
`apache-jar-resource-bundle`.


---
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 #1250: [HOTFIX] change 1.5-SNAPSHOT to 1.5-20160502.23...

2016-07-30 Thread asfgit
Github user asfgit closed the pull request at:

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


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


[ZEPPELIN-1008] Improve Interpreter binding dialog

2016-07-30 Thread Minudika Malshan
Hi all,

Currently I am working on above subjected issue. I went through the
implementation of notebook.html[1] and notebook.controller.js.[2]
I want to know the location of the notebook-controller.js where the *default
interpreter* is set to the notebook.
According to the current implementation, it would be the first interpreter
which can be sorted from the interpreter binding window.
Your kind help would be much appreciated.

[1]
https://github.com/apache/zeppelin/blob/master/zeppelin-web/src/app/notebook/notebook.html
[2]
https://github.com/apache/zeppelin/blob/master/zeppelin-web/src/app/notebook/notebook.controller.js

Thank you!
Miudika


[GitHub] zeppelin issue #1170: BigQuery Interpreter for Apazhe Zeppelin[ZEPPELIN-1153...

2016-07-30 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1170
  
Got it, makes perfect sense! Thank you for updating error handling and the 
plan to address external auth cfg later sounds good.

Looks great to me, merging to *master* and *branch-0.6* if there is not 
further duscussion!


---
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: Python SQL over Pandas Dataframe, was - Re: [GSoC 2016] Notebooks

2016-07-30 Thread Paul Bustios Belizario
Hi Alexander,

I created the JIRA issue
https://issues.apache.org/jira/browse/ZEPPELIN-1255 and
submited the PR https://github.com/apache/zeppelin/pull/1249 to fix it.

Also, I updated the notebook at [1] with this feature.

[1]
https://www.zeppelinhub.com/viewer/notebooks/bm90ZTovL2J1c3Rpb3MvbG9jYWwvYmI0Y2EwNjVkMTI1NDY2Y2EzNTIzNThiZjViYzIxOWQvbm90ZS5qc29u

--
Paul

On Fri, Jul 29, 2016 at 3:55 AM Alexander Bezzubov  wrote:

> Hi Paul,
>
> it definitely looks like a bug and the right fix to me!
>
> Could you please create a JIRA issue and submit a PR with the fix?
> I think it is a very valuable contribution, thank you!
>
> --
> Alex
>
> On Fri, Jul 29, 2016 at 3:45 PM, Paul Bustios Belizario <
> pbust...@gmail.com>
> wrote:
>
> > Hi Alex,
> >
> > Now, with that problem solved, another one appeared. I tried to reproduce
> > this example and got an error with the type of data:
> > https://db.tt/fhfzlWGS
> >
> > I tested it with python 2 and 3, but the error persists. So I thought in
> > casting the values to string when the content of the DataFrame is written
> > in the StringIO stream:
> >
> > header_buf.write(str(df.columns[0]))
> > header_buf.write(str(col))
> > body_buf.write(str(row[0]))
> > body_buf.write(str(cell))
> >
> > With such changes, the problem was solved: https://db.tt/afrCORIU
> >
> > I'm not sure how the error can be reproduced because I just tried to
> > reproduce an example. Should it be consider a bug?
> >
> > Regards,
> > Paul
> >
> > On Thu, Jul 28, 2016 at 6:52 AM Alexander Bezzubov 
> wrote:
> >
> > > Hi Paul,
> > >
> > > note the subject change.
> > >
> > > This is definitely a bug I can reproduce in default configuration!
> > > Thank you for reporting, have logged it under ZEPPELIN-1244 [1] and
> > > attached a hotfix.
> > >
> > >  1. https://issues.apache.org/jira/browse/ZEPPELIN-1244
> > >
> > > --
> > > Alex
> > >
> > > On Thu, Jul 28, 2016 at 11:45 AM, Paul Bustios Belizario <
> > > pbust...@gmail.com
> > > > wrote:
> > >
> > > > Hi Alexander,
> > > >
> > > > Yes, I'm using the latest version of the code in master branch and I
> > have
> > > > installed pandas and pandasql.
> > > >
> > > > By the way, I made searches in the repository. Below, the 2 screens
> of
> > > the
> > > > search results for:
> > > >
> > > > PythonPandasSQL*Interpreter*
> > > >
> > > >
> > >
> >
> https://dl.dropboxusercontent.com/u/20947972/search_pandassql_interpreter.png
> > > >
> > > > Python*Interpreter*PandasSQL
> > > >
> > > >
> > >
> >
> https://dl.dropboxusercontent.com/u/20947972/search_interpreter_pandassql.png
> > > >
> > > > Attached error log.
> > > >
> > > > Regards,
> > > > Paul
> > > >
> > > > On Mon, Jul 25, 2016 at 10:44 PM Alexander Bezzubov 
> > > > wrote:
> > > >
> > > >> Hi Paul,
> > > >>
> > > >> this sounds very strange indeed.
> > > >>
> > > >> Please make sure you are using latest master and to get correct
> > > >> interpreters classnames - it should be enough to delete
> > > >> /conf/interpreter-settings.json and restart Zeppelin - it will be
> > > >> re-created.
> > > >>
> > > >> Regarding dependencies for to run %python.sql (it's implementation
> is
> > > >> PythonInterpreterPandasSql), please refer [1] and make sure
> > pre-requests
> > > >> are installed on your system's Python (or the one that is configured
> > to
> > > >> use
> > > >> through interpreter settings UI)
> > > >>
> > > >> If nothing helps, please feel free to file a Jira issue with
> > description
> > > >> on
> > > >> how the error can be reproduced and I will be happy to help you and
> > look
> > > >> more into it!
> > > >>
> > > >> 1.
> > > >>
> > > >>
> > >
> >
> https://github.com/apache/zeppelin/blob/master/docs/interpreter/python.md#sql-over-pandas-dataframes
> > > >>
> > > >> --
> > > >> Alex
> > > >>
> > > >> On Tue, Jul 26, 2016, 09:44 Paul Bustios Belizario <
> > pbust...@gmail.com>
> > > >> wrote:
> > > >>
> > > >> > Hi Alexander,
> > > >> >
> > > >> > Yes. I knew that, but for some reason, that I'm still
> investigating,
> > > >> > z.show() doesn't display the dataframe in my notebook. That's why
> I
> > > >> decided
> > > >> > to not incorporate z.show() yet. As soon as I find the problem I
> > will
> > > >> add
> > > >> > it.
> > > >> >
> > > >> > Regarding to pandasql, there is an error creating the interpreter:
> > > >> >
> > > >> > java.lang.ClassNotFoundException:
> > > >> > org.apache.zeppelin.python.PythonPandasSqlInterpreter
> > > >> >
> > > >> > I couldn't found PythonPandasSqlInterpreter class, I only found
> > > >> > PythonInterpreterPandasSql.java in the latest version of the code.
> > Is
> > > >> there
> > > >> > anything more I need to do to have ready this interpreter? Do I
> have
> > > to
> > > >> > change the class name of the interpreter in the
> > > >> interpreter-setting.json?
> > > >> >
> > > >> > Regards,
> > > >> > Paul
> > > >> >
> > > >> > On Sun, Jul 24, 2016 at 11:44 PM Alexander Bezzubov <
> b...@apache.org
> > >
> > > >> > wrote:
> > > >> >
> > > >> > > Thanks for s

[GitHub] zeppelin pull request #1170: BigQuery Interpreter for Apazhe Zeppelin[ZEPPEL...

2016-07-30 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 #1251: [ZEPPELIN-1256][BUILD] Build distribution package with...

2016-07-30 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/1251
  
shouldn't we only change scala version to Spark 2.0.0? I think earlier 
spark releases have limited support for scala 2.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 #1249: [ZEPPELIN-1255] Add cast to string in z.show() for Pan...

2016-07-30 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/1249
  
looks 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 #1249: [ZEPPELIN-1255] Add cast to string in z.show() for Pan...

2016-07-30 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/1249
  
could you add tests for 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 #1236: [ZEPPELIN-1237] Auto-suggestion of notebook permission...

2016-07-30 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/1236
  
is it a bit of an information disclosure security issue though, that we 
should all user name when someone type the first character?


---
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 #1245: ZEPPELIN-1225. Errors before the last shell command ar...

2016-07-30 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

https://github.com/apache/zeppelin/pull/1245
  
@zjffdu Thanks. LGTM and merge 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.
---


[GitHub] zeppelin pull request #1252: [HOTFIX] Change zeppelin_bigquery version for b...

2016-07-30 Thread minahlee
GitHub user minahlee opened a pull request:

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

[HOTFIX] Change zeppelin_bigquery version for branch-0.6

### What is this PR for?
CI build fails in branch-0.6 because of the version mismatch

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

### 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 bigquery_version

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

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


commit 07507c1a2722cac94b6ce6a142e4de6cd769f477
Author: Mina Lee 
Date:   2016-07-31T02:20:41Z

Change version for 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 #1249: [ZEPPELIN-1255] Add cast to string in z.show() for Pan...

2016-07-30 Thread bzz
Github user bzz commented on the issue:

https://github.com/apache/zeppelin/pull/1249
  
Looks great to me, @bustios could you add a simple test case that reproduce 
this case to the 
[python/src/test/java/org/apache/zeppelin/python/PythonInterpreterPandasSqlTest.java](https://github.com/apache/zeppelin/blob/master/python/src/test/java/org/apache/zeppelin/python/PythonInterpreterPandasSqlTest.java)
 ?


---
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 #1236: [ZEPPELIN-1237] Auto-suggestion of notebook permission...

2016-07-30 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue:

https://github.com/apache/zeppelin/pull/1236
  
I've looked up few products of which the popular ones Outlook (app) limit 
to 8 results, Outlook (web i.e. owa) limit to 5 results and JIRA does not 
limits. 

I don't have a strong opinion on this, can change according to 
recommendation.


---
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 #1253: [HOTFIX] Add bigquery interpreter to configurat...

2016-07-30 Thread minahlee
GitHub user minahlee opened a pull request:

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

[HOTFIX] Add bigquery interpreter to configuration

### What is this PR for?
Fix InterpreterRestApiTest.getAvailableInterpreters test failure on 
CI.(https://s3.amazonaws.com/archive.travis-ci.org/jobs/148626286/log.txt)

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

### 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 conf/bigquery

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

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


commit 637966413c7151871059813db4cf495e1822132a
Author: Mina Lee 
Date:   2016-07-31T06:04:29Z

Add bigquery interpreter to configuration




---
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 #1252: [HOTFIX] Change zeppelin_bigquery version for branch-0...

2016-07-30 Thread minahlee
Github user minahlee commented on the issue:

https://github.com/apache/zeppelin/pull/1252
  
Merging 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 pull request #1252: [HOTFIX] Change zeppelin_bigquery version for b...

2016-07-30 Thread minahlee
Github user minahlee closed the pull request at:

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


---
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-1257) Get note revision api gets input parameter revision object instead of revisionId string

2016-07-30 Thread Khalid Huseynov (JIRA)
Khalid Huseynov created ZEPPELIN-1257:
-

 Summary: Get note revision api gets input parameter revision 
object instead of revisionId string
 Key: ZEPPELIN-1257
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1257
 Project: Zeppelin
  Issue Type: Sub-task
Reporter: Khalid Huseynov
Assignee: Khalid Huseynov
 Fix For: 0.7.0


When getting certain revision of note in the storage layer, currently it's 
expected to get the whole Revision object. However the whole object is 
unnecessary and only unique revisionId is required.



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


[GitHub] zeppelin pull request #1226: Fix logger class name to correct one

2016-07-30 Thread khalidhuseynov
Github user khalidhuseynov closed the pull request at:

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


---
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 #1226: Fix logger class name to correct one

2016-07-30 Thread khalidhuseynov
GitHub user khalidhuseynov reopened a pull request:

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

Fix logger class name to correct one

### What is this PR for?
This is to fix logger source class name for correct logs.

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

### Todos
* [x] - change class name

### What is the Jira issue?
n/a

### How should this be tested?
passing CI

### 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 
fix/logging-classname

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

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


commit 1fad00fc997079cb9e92e20859b086ebaa7afe0b
Author: Khalid Huseynov 
Date:   2016-07-25T14:38:56Z

change class name




---
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 #1253: [HOTFIX] Add bigquery interpreter to configuration

2016-07-30 Thread minahlee
Github user minahlee commented on the issue:

https://github.com/apache/zeppelin/pull/1253
  
CI failure is irrelevant, merging 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 #1253: [HOTFIX] Add bigquery interpreter to configuration

2016-07-30 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue:

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


[GitHub] zeppelin pull request #1253: [HOTFIX] Add bigquery interpreter to configurat...

2016-07-30 Thread asfgit
Github user asfgit closed the pull request at:

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


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