[GitHub] zeppelin pull request #1241: [ZEPPELIN-1217] Remove horizontal scrollbar in ...

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

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


---
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 #1356: [ZEPPELIN-1346] Add contribution guidelines to the web...

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

https://github.com/apache/zeppelin/pull/1356
  
@Leemoonsoo Merging if there is no more feedbacks


---
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 #1387: [ZEPPELIN-1398] Use relative path for search_data.json

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

https://github.com/apache/zeppelin/pull/1387
  
@Leemoonsoo I tested and also checked the `search_data.json` issue has 
gone. But just noticed that the searched docs link has path problem as well. 
Let me configure out. 


---
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 #1189: ZEPPELIN-1185. ZEPPELIN_INTP_JAVA_OPTS should n...

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

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


---
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 #1348: [ZEPPELIN-1313] NullPointerException when using...

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

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


---
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 #1348: [ZEPPELIN-1313] NullPointerException when using Clone ...

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

https://github.com/apache/zeppelin/pull/1348
  
@jongyoul @felixcheung Sure. Let me try :D


---
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: Running Zeppelin from my github checkout

2016-08-31 Thread Sourav Mazumder
What typically works for me is building zeppelin using this -

mvn clean package -Pspark-2.0 -Phadoop-2.4 -Pyarn -Ppyspark -Psparkr
-Pscala-2.11 -DskipTests

Regards,
Sourav

On Wed, Aug 31, 2016 at 5:05 PM, Jeff Zhang  wrote:

> Can you check the logs to see what error you get ? It is located in
> ZEPPELIN_HOME/logs
>
> On Thu, Sep 1, 2016 at 1:00 AM, Luciano Resende 
> wrote:
>
> > In Spark, I can usually build the source code and run a test cluster from
> > that checkout that I just built. I was trying the same with Zeppelin,
> and I
> > can get things up but with some issues around some interpreters and I
> > cannot even run the tutorial notebook.  Having said that, the
> distribution
> > generated by the same build can be extracted and works fine.
> >
> > Before I spent more time on this, is this scenario something that works
> (or
> > used to work) ? Is there any special profiles or something i need to
> invoke
> > to enable this ?
> >
> > BTW, I was running my build as :
> >
> > mvn -Pspark-2.0 -Pr -Phadoop-2.6 -Psparkr -Ppyspark -Pscalding -Pexamples
> > -Pbuild-distr -DskipTests -Dscala-2.11 clean install
> >
> > --
> > Luciano Resende
> > http://twitter.com/lresende1975
> > http://lresende.blogspot.com/
> >
>
>
>
> --
> Best Regards
>
> Jeff Zhang
>


[GitHub] zeppelin pull request #1367: [ZEPPELIN-1040] Show the time when the result i...

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

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


---
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: Running Zeppelin from my github checkout

2016-08-31 Thread Jeff Zhang
Can you check the logs to see what error you get ? It is located in
ZEPPELIN_HOME/logs

On Thu, Sep 1, 2016 at 1:00 AM, Luciano Resende 
wrote:

> In Spark, I can usually build the source code and run a test cluster from
> that checkout that I just built. I was trying the same with Zeppelin, and I
> can get things up but with some issues around some interpreters and I
> cannot even run the tutorial notebook.  Having said that, the distribution
> generated by the same build can be extracted and works fine.
>
> Before I spent more time on this, is this scenario something that works (or
> used to work) ? Is there any special profiles or something i need to invoke
> to enable this ?
>
> BTW, I was running my build as :
>
> mvn -Pspark-2.0 -Pr -Phadoop-2.6 -Psparkr -Ppyspark -Pscalding -Pexamples
> -Pbuild-distr -DskipTests -Dscala-2.11 clean install
>
> --
> Luciano Resende
> http://twitter.com/lresende1975
> http://lresende.blogspot.com/
>



-- 
Best Regards

Jeff Zhang


[GitHub] zeppelin issue #1347: ZEPPELIN-1284. Unable to run paragraph with default in...

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

https://github.com/apache/zeppelin/pull/1347
  
@H4ml3t  Do you mean you still have this issue after applying this PR ?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1387: [ZEPPELIN-1398] Use relative path for search_data.json

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

https://github.com/apache/zeppelin/pull/1387
  
Merge if there're no more discussions


---
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 #1374: [MINOR] Add new line before logging paragraph content

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

https://github.com/apache/zeppelin/pull/1374
  
Thanks @lresende.
LGTM and merge if there're no more discussions!


---
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 #1360: [ZEPPELIN-1366] Removed legacy JDBC alias

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

https://github.com/apache/zeppelin/pull/1360
  
Thanks LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1384: [ZEPPELIN-1387] Support table syntax in markdown inter...

2016-08-31 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/1384
  
Personally YUML and Websequence is very handy - I use them quite a bit.
What do other think about this?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1369: [ZEPPELIN-1376] Add proxy credentials for dependency r...

2016-08-31 Thread doanduyhai
Github user doanduyhai commented on the issue:

https://github.com/apache/zeppelin/pull/1369
  
@astroshim Done, now the popup error is only displayed once even if you 
update many other interpreters.



---
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 #1384: [ZEPPELIN-1387] Support table syntax in markdown inter...

2016-08-31 Thread 1ambda
Github user 1ambda commented on the issue:

https://github.com/apache/zeppelin/pull/1384
  
Now markdown table looks like

https://cloud.githubusercontent.com/assets/4968473/18141148/54414ab6-6ff3-11e6-897d-94dab08e6516.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 #1390: [WIP] [ZEPPELIN-1339] [ZEPPELIN-1000] Note and service...

2016-08-31 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/1390
  
AFAIK, this issue is already assigned @khalidhuseynov, and he is in 
progress. @khalidhuseynov Can you share your status?


---
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 #1360: [ZEPPELIN-1366] Removed legacy JDBC alias

2016-08-31 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/1360
  
Addressed upgrade.md


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


Running Zeppelin from my github checkout

2016-08-31 Thread Luciano Resende
In Spark, I can usually build the source code and run a test cluster from
that checkout that I just built. I was trying the same with Zeppelin, and I
can get things up but with some issues around some interpreters and I
cannot even run the tutorial notebook.  Having said that, the distribution
generated by the same build can be extracted and works fine.

Before I spent more time on this, is this scenario something that works (or
used to work) ? Is there any special profiles or something i need to invoke
to enable this ?

BTW, I was running my build as :

mvn -Pspark-2.0 -Pr -Phadoop-2.6 -Psparkr -Ppyspark -Pscalding -Pexamples
-Pbuild-distr -DskipTests -Dscala-2.11 clean install

-- 
Luciano Resende
http://twitter.com/lresende1975
http://lresende.blogspot.com/


[GitHub] zeppelin issue #1302: [ZEPPELIN-1306] Interpreter restarts on a note.

2016-08-31 Thread astroshim
Github user astroshim commented on the issue:

https://github.com/apache/zeppelin/pull/1302
  
@AhyoungRyu I think `deactivated` button is better so I updated it. Thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1347: ZEPPELIN-1284. Unable to run paragraph with default in...

2016-08-31 Thread H4ml3t
Github user H4ml3t commented on the issue:

https://github.com/apache/zeppelin/pull/1347
  
Actually I have this with SPARK_HOME set. Compiled with:
```bash
mvn clean package -Pspark-2.0 -Dhadoop.version=2.6.0-cdh5.7.0 -Phadoop-2.6 
-Pvendor-repo -DskipTests -Pyarn -Ppyspark -Pr
```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1369: [ZEPPELIN-1376] Add proxy credentials for dependency r...

2016-08-31 Thread astroshim
Github user astroshim commented on the issue:

https://github.com/apache/zeppelin/pull/1369
  
Wow very quick response!!: 
I think set `combineDuplications` true is better but I don't have much 
talent in UI.:) 


---
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 #1369: [ZEPPELIN-1376] Add proxy credentials for dependency r...

2016-08-31 Thread doanduyhai
Github user doanduyhai commented on the issue:

https://github.com/apache/zeppelin/pull/1369
  
@astroshim 

It is explained above:

> The problem is that $route.reload(); in the success callback of 
updateInterpreterSetting() will trigger init() then getInterpreterSettings() so 
checkDownloadingDependencies() is called twice.

Every time you save an interpreter setting, the JS script calls 
`$route.reload()` so function `checkDownloadingDependencies()` is called again, 
creating a new error popup.

In a normal workflow, the user will just remove the popup by clicking on 
the `x` icon.

As an enhancement, I propose:

1) set the property `combineDuplications ` from ngToast 
(http://tamerayd.in/ngToast/) to true
2) also, we can set a timeout so that the error popup disappear after a 
while

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 issue #1369: [ZEPPELIN-1376] Add proxy credentials for dependency r...

2016-08-31 Thread astroshim
Github user astroshim commented on the issue:

https://github.com/apache/zeppelin/pull/1369
  
About the second commits, Is it intended behavior that the error message 
bar is stacked whenever save the other interpreter setting?


![image](https://cloud.githubusercontent.com/assets/3348133/18131647/958b09aa-6fce-11e6-9056-8e442c379f07.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 #1189: ZEPPELIN-1185. ZEPPELIN_INTP_JAVA_OPTS should not use ...

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

https://github.com/apache/zeppelin/pull/1189
  
I'll merge this in sometime 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.
---


Re: Cannot start Zeppelin Server after rebase

2016-08-31 Thread Federico Valeri
Hi Alexander, you were right!
I always do a clean build, but for some strange reason, I was stuck with
the old jars.
Now it works, thank you.

2016-08-31 12:55 GMT+02:00 Alexander Bezzubov :

> Hi Federico,
>
> this looks a lot like an older version of zengine jar somewhere at runtime
> class path.
>
> Do you get the same after removing local maven repo
> ~/.m2/repository/org/Apache/zeppelin and building using 'mvn clean build'
> ?
>
> --
> Alex
>
> On Wed, Aug 31, 2016, 19:46 Federico Valeri  wrote:
>
> > Obviously I have cheked this method and I can find it in zeppelin-zengine
> > module.
> >
> > 2016-08-31 12:37 GMT+02:00 Federico Valeri :
> >
> > > Hi all, I have just done a rebase from master branch and I have some
> > > problems.
> > > With 0.6.0 it all worked, while with 0.7.0 I cannot even start the
> > > Zeppelin Server.
> > >
> > > I'm on Windows7 and I'm using "bin/zeppelin.cmd" to launch the server.
> > > In order to compile all modules, including zeppelin-web, I have to
> > comment
> > > goog-webfont-dl but finally it ends with SUCCESS.
> > >
> > > Then, when I start the server I have this error:
> > >
> > > java.lang.NoSuchMethodError: org.apache.zeppelin.conf.
> > > ZeppelinConfiguration.getHeliumConfPath()Ljava/lang/String;
> > > at org.apache.zeppelin.server.ZeppelinServer.(
> > > ZeppelinServer.java:88)
> > >
> > > Any hints?
> > >
> >
>


Reg: ZEPPELIN-1182

2016-08-31 Thread Rajarajan Ganesan
Hi All,

For #ZEPPELIN-1182 , while starting the server, configuration
details of zeppelin needs to be logged in log file for better debugging.

After looking into Zeppelin Configuration(ZeppelinConfiguration.java) and
Scripts under bin folder, I found that we can log below properties

   - Zeppelin version
   - Host
   - Port
   - Zeppelin Context Path

Please let me know if it is needed to log any additional properties in log
file.

Regards,
*Rajarajan*


Re: Cannot start Zeppelin Server after rebase

2016-08-31 Thread Alexander Bezzubov
Hi Federico,

this looks a lot like an older version of zengine jar somewhere at runtime
class path.

Do you get the same after removing local maven repo
~/.m2/repository/org/Apache/zeppelin and building using 'mvn clean build' ?

--
Alex

On Wed, Aug 31, 2016, 19:46 Federico Valeri  wrote:

> Obviously I have cheked this method and I can find it in zeppelin-zengine
> module.
>
> 2016-08-31 12:37 GMT+02:00 Federico Valeri :
>
> > Hi all, I have just done a rebase from master branch and I have some
> > problems.
> > With 0.6.0 it all worked, while with 0.7.0 I cannot even start the
> > Zeppelin Server.
> >
> > I'm on Windows7 and I'm using "bin/zeppelin.cmd" to launch the server.
> > In order to compile all modules, including zeppelin-web, I have to
> comment
> > goog-webfont-dl but finally it ends with SUCCESS.
> >
> > Then, when I start the server I have this error:
> >
> > java.lang.NoSuchMethodError: org.apache.zeppelin.conf.
> > ZeppelinConfiguration.getHeliumConfPath()Ljava/lang/String;
> > at org.apache.zeppelin.server.ZeppelinServer.(
> > ZeppelinServer.java:88)
> >
> > Any hints?
> >
>


[GitHub] zeppelin issue #1385: [ZEPPELIN-1395] Local or Remote Interpreter by Configu...

2016-08-31 Thread astroshim
Github user astroshim commented on the issue:

https://github.com/apache/zeppelin/pull/1385
  
Please fix the CI-fails. 
```
[INFO] There are 5 checkstyle errors.
[ERROR] InterpreterFactory.java[302] (sizes) LineLength: Line is longer 
than 100 characters (found 106).
[ERROR] InterpreterFactory.java[327] (sizes) LineLength: Line is longer 
than 100 characters (found 106).
[ERROR] InterpreterFactory.java[330] (indentation) Indentation: method def 
child at indentation level 6 not at correct indentation, 4
[ERROR] InterpreterFactory.java[332] (indentation) Indentation: for at 
indentation level 6 not at correct indentation, 4
[ERROR] InterpreterFactory.java[345] (sizes) LineLength: Line is longer 
than 100 characters (found 116).

```


---
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: Cannot start Zeppelin Server after rebase

2016-08-31 Thread Federico Valeri
Obviously I have cheked this method and I can find it in zeppelin-zengine
module.

2016-08-31 12:37 GMT+02:00 Federico Valeri :

> Hi all, I have just done a rebase from master branch and I have some
> problems.
> With 0.6.0 it all worked, while with 0.7.0 I cannot even start the
> Zeppelin Server.
>
> I'm on Windows7 and I'm using "bin/zeppelin.cmd" to launch the server.
> In order to compile all modules, including zeppelin-web, I have to comment
> goog-webfont-dl but finally it ends with SUCCESS.
>
> Then, when I start the server I have this error:
>
> java.lang.NoSuchMethodError: org.apache.zeppelin.conf.
> ZeppelinConfiguration.getHeliumConfPath()Ljava/lang/String;
> at org.apache.zeppelin.server.ZeppelinServer.(
> ZeppelinServer.java:88)
>
> Any hints?
>


[GitHub] zeppelin pull request #1301: [MINOR] Removed unused profiles from spark/pom....

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

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


---
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 #746: [ZEPPELIN-699] Add new synchronous paragraph run REST A...

2016-08-31 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/746
  
I've glanced at this PR. I think this PR never break current behaviour and 
codes looks good. If it doesn't have more issues, it's enough to merge this PR.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


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

2016-08-31 Thread tabraiz12
Github user tabraiz12 commented on the issue:

https://github.com/apache/zeppelin/pull/1210
  
adding the following css fixed the issue for safari and chrome

```
.esri-bitmap {
   max-width: none;
}
```


---
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 #1369: [ZEPPELIN-1376] Add proxy credentials for dependency r...

2016-08-31 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/1369
  
@astroshim @minahlee Can you review this PR?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1379: [ZEPPELIN-1116]send out more exception msg

2016-08-31 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/1379
  
I have a question. Is it OK not to close `baos` explicitly in multi user 
environments?


---
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 #1365: ZEPPELIN-1374. Should prevent use dot in interpreter n...

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

https://github.com/apache/zeppelin/pull/1365
  
Merge into master and branch-0.6 if there is no further comments


---
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 #1297: [zeppelin] add temp directories generated by ze...

2016-08-31 Thread WeichenXu123
GitHub user WeichenXu123 reopened a pull request:

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

[zeppelin] add temp directories generated by zeppelin-Rinterpreter to 
gitignore

### What is this PR for?
When compile and test zeppelin-Rinterpreter, it will generate temp 
directories `/R` and `/tmp`
add them into `.gitignore`

### What type of PR is it?
Improvement

### Todos
N/A

### What is the Jira issue?
N/A

### How should this be tested?
N/A

### 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/WeichenXu123/zeppelin gitignore_add_R_tmp

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

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


commit 478a0dc2f4801e626779a7b498cc5eedda03038d
Author: WeichenXu 
Date:   2016-08-06T04:38:08Z

gitignore add R tmp dir




---
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 #1348: [ZEPPELIN-1313] NullPointerException when using Clone ...

2016-08-31 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/1348
  
Right, when I say "you" I mean Ahyoung :)






---
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 #1380: ZEPPELIN-1326: make profile to select dependency of ha...

2016-08-31 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/1380
  
@prabhjyotsingh Thanks. @Leemoonsoo Could you please test it or tell me the 
step you tested?


---
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 #1348: [ZEPPELIN-1313] NullPointerException when using Clone ...

2016-08-31 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/1348
  
I could also merge this tomorrow if you are having problems.

Sorry about the delay.



---
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 #1386: [DOC]fix some spelling mistakes

2016-08-31 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/1386
  
LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1384: [ZEPPELIN-1387] Support table syntax in markdown inter...

2016-08-31 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/1384
  
MArkdown4j supports YUML and Websequence, does this support the same?


---
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 #1381: [ZEPPELIN-1390] SparkInterpreter does not work for Spa...

2016-08-31 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/1381
  
LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1285: Cache zeppelin-web/node_modules on travis ci and see i...

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

https://github.com/apache/zeppelin/pull/1285
  
@corneadoug then new dependencies will be cached, too.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin issue #1382: [ZEPPELIN-1391][Interpreters] print error while existi...

2016-08-31 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/1382
  
LGTM. Merging if there's no more discussion.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] zeppelin pull request #1372: [ZEPPELIN-1383][ Interpreters][r-interpreter] r...

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

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


---
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 #1348: [ZEPPELIN-1313] NullPointerException when using Clone ...

2016-08-31 Thread jongyoul
Github user jongyoul commented on the issue:

https://github.com/apache/zeppelin/pull/1348
  
@AhyoungRyu Could you please merge this PR? 
[This](https://cwiki.apache.org/confluence/display/ZEPPELIN/Committer+Guide) 
will help you


---
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-1401) Can not delete the last paragraph

2016-08-31 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1401:


 Summary: Can not delete the last paragraph
 Key: ZEPPELIN-1401
 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1401
 Project: Zeppelin
  Issue Type: Bug
Reporter: Jeff Zhang
Priority: Minor


As the screenshot shows, I can not delete the last paragraph. Not sure whether 
it is expected or it is just because there's no space to display the 'Remove' 
command.  \cc [~Mina Lee] [~Ahyoung]



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


[GitHub] zeppelin issue #1285: Cache zeppelin-web/node_modules on travis ci and see i...

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

https://github.com/apache/zeppelin/pull/1285
  
@Leemoonsoo What will happen when there is a new dependency?


---
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 #1241: [ZEPPELIN-1217] Remove horizontal scrollbar in Zeppeli...

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

https://github.com/apache/zeppelin/pull/1241
  
Merging if there is no more discussions


---
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 #1241: [ZEPPELIN-1217] Remove horizontal scrollbar in Zeppeli...

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

https://github.com/apache/zeppelin/pull/1241
  
@AhyoungRyu Just pointing out that using a Table component to show the 
config variable isn't great.


---
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 #1386: [DOC]fix some spelling mistakes

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

https://github.com/apache/zeppelin/pull/1386
  
LGTM


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---