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

2016-08-12 Thread Anthony Corbacho
+1 On Saturday, 13 August 2016, moon soo Lee wrote: > +1 > > Verified > - No unexpected binaries in source package > - LICENSE, NOTICE exists > - Build from source > - Signature > - Run binary packages (netinst, all) > - Run SparkInterpreter with spark-2.0 and scala-2.11

[GitHub] zeppelin issue #1290: [ZEPPELIN-708]shift positions automatically to ...

2016-08-12 Thread mwkang
Github user mwkang commented on the issue: https://github.com/apache/zeppelin/pull/1290 I remove `angular.element('#' + focusedParagraph + '_paragraphColumn_main').scope().goToLineEnd()`, When paragraph runs. Because each ace editor keeps cursor position. So.. user enter

[GitHub] zeppelin issue #1329: ZEPPELIN-1318 - Add support for matplotlib displaying ...

2016-08-12 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1329 Looks great to me, thank you @agoodm! Will merge to master later today, if there is no further discussion --- If your project is set up for it, you can reply to this email and have your

[GitHub] zeppelin issue #1248: [ZEPPELIN-1069]Ignore implicit interpreter when user e...

2016-08-12 Thread mwkang
Github user mwkang commented on the issue: https://github.com/apache/zeppelin/pull/1248 @bzz I think This PR have some trouble merging to master. Because When bzz leave comment, I also leave comment immediately. So bot did not recognize this PR. Could you mind if you check

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

2016-08-12 Thread moon soo Lee
+1 Verified - No unexpected binaries in source package - LICENSE, NOTICE exists - Build from source - Signature - Run binary packages (netinst, all) - Run SparkInterpreter with spark-2.0 and scala-2.11 Best, moon On Fri, Aug 12, 2016 at 6:37 AM Jianfeng (Jeff) Zhang <

[GitHub] zeppelin issue #1329: ZEPPELIN-1318 - Add support for matplotlib displaying ...

2016-08-12 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1329 Thank you for prompt and thoughtful comparison @agoodm ! > the choice of default format will matter in terms of backwards compatibility as the change should be seamless for users

[GitHub] zeppelin issue #1296: [ZEPPELIN-1302] fix rinterpreter default prop values i...

2016-08-12 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1296 Thank you for taking care of it. 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

[jira] [Created] (ZEPPELIN-1325) Better Python interpreter impl

2016-08-12 Thread Alexander Bezzubov (JIRA)
Alexander Bezzubov created ZEPPELIN-1325: Summary: Better Python interpreter impl Key: ZEPPELIN-1325 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1325 Project: Zeppelin Issue

[GitHub] zeppelin issue #1329: ZEPPELIN-1318 - Add support for matplotlib displaying ...

2016-08-12 Thread agoodm
Github user agoodm commented on the issue: https://github.com/apache/zeppelin/pull/1329 @bzz The way I see it the pros and cons of each format can be summed up as follows: ### SVG Pros: - Vector so image quality will be consistent regardless of resolution -

[GitHub] zeppelin issue #1329: ZEPPELIN-1318 - Add support for matplotlib displaying ...

2016-08-12 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1329 @agoodm thank you for improving matplotlib integration! Please correct me, but right now PR does 2 things: - add PNG support, as well as SVG - switches default to PNG I see

[GitHub] zeppelin issue #1324: Update AWS S3 library to avoid old Jackson

2016-08-12 Thread iasandcb
Github user iasandcb commented on the issue: https://github.com/apache/zeppelin/pull/1324 @felixcheung Yes, I did. --- 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

[GitHub] zeppelin pull request #1324: Update AWS S3 library to avoid old Jackson

2016-08-12 Thread iasandcb
Github user iasandcb closed the pull request at: https://github.com/apache/zeppelin/pull/1324 --- 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

[GitHub] zeppelin pull request #1324: Update AWS S3 library to avoid old Jackson

2016-08-12 Thread iasandcb
GitHub user iasandcb reopened a pull request: https://github.com/apache/zeppelin/pull/1324 Update AWS S3 library to avoid old Jackson ### What is this PR for? Spark 2.0 remote requires Jackson 2.6 or later while Zeppelin uses Jackson 2.5 from AWS S3 library. In order to

[GitHub] zeppelin issue #1329: ZEPPELIN-1318 - Add support for matplotlib displaying ...

2016-08-12 Thread agoodm
Github user agoodm commented on the issue: https://github.com/apache/zeppelin/pull/1329 @felixcheung Done. --- 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,

[GitHub] zeppelin issue #1324: Update AWS S3 library to avoid old Jackson

2016-08-12 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1324 looks good. could you close/open this PR to trigger CI tests again? --- 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

[GitHub] zeppelin issue #1295: [ZEPPELIN-1301] fix potential encoding problem in RInt...

2016-08-12 Thread WeichenXu123
Github user WeichenXu123 commented on the issue: https://github.com/apache/zeppelin/pull/1295 @Leemoonsoo thanks! I submit this PR because I meet encoding conversion problems when the including js contains non-ASCII character. --- If your project is set up for it, you can reply

[GitHub] zeppelin issue #1296: [ZEPPELIN-1302] fix rinterpreter default prop values i...

2016-08-12 Thread WeichenXu123
Github user WeichenXu123 commented on the issue: https://github.com/apache/zeppelin/pull/1296 @Leemoonsoo How to trigger CI test again ? Is there some instructions or reply some keywords ? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] zeppelin pull request #1329: ZEPPELIN-1318 - Add support for png images in z...

2016-08-12 Thread agoodm
GitHub user agoodm opened a pull request: https://github.com/apache/zeppelin/pull/1329 ZEPPELIN-1318 - Add support for png images in z.show() ### What is this PR for? This PR adds support for plotting png images using the matplotlib helper function within a python interpreter

[GitHub] zeppelin issue #1296: [ZEPPELIN-1302] fix rinterpreter default prop values i...

2016-08-12 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1296 @WeichenXu123 Thanks for pinging! Sure, let me take a look. --- 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

[GitHub] zeppelin issue #1313: [ZEPPELIN-1245] Focus first paragraph after notebook c...

2016-08-12 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1313 @rajarajan-g Thanks! for the contribution. Tested this PR and it focuses the first paragraph after the note creation. Works great! However, if i open existing note, the focus goes

[GitHub] zeppelin issue #1316: [ZEPPELIN-1118] Migrate Zeppelin Live Demo feature fro...

2016-08-12 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1316 Both, version and terms of service (to avoid liability) sounds as a good ideas 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.

[GitHub] zeppelin issue #1296: [ZEPPELIN-1302] fix rinterpreter default prop values i...

2016-08-12 Thread WeichenXu123
Github user WeichenXu123 commented on the issue: https://github.com/apache/zeppelin/pull/1296 cc @Leemoonsoo would you help review this? It's an obvious code bug fix. Thanks! The CI failed case isn't related to this PR. --- If your project is set up for it, you can reply to this

[CANCEL][VOTE] Apache Zeppelin release 0.6.1 (rc1)

2016-08-12 Thread mina lee
Hi community, we are canceling the vote to include several patches requested during rc1 vote process. I've already sent vote email for rc2. It would be very appreciated if you help us verifying 0.6.1-rc2. Regards, Mina

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

2016-08-12 Thread moon soo Lee
Mina, could you cancel this vote? On 2016년 8월 12일 (금) at 오전 2:18 Corneau Damien wrote: > The progress bar % depends will show status depending on the interpreter. > Maybe the JDBC interpreter do not handle it. > > > On Fri, Aug 12, 2016 at 3:59 PM, Sachin Janani

[GitHub] zeppelin issue #1326: [ZEPPELIN-1323] Add contribution guide for Zeppelin do...

2016-08-12 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1326 CI failure looks unrelated to this change. 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

[GitHub] zeppelin pull request #1328: ZEPPELIN-1324: Make paragraph code selectable w...

2016-08-12 Thread karup1990
GitHub user karup1990 opened a pull request: https://github.com/apache/zeppelin/pull/1328 ZEPPELIN-1324: Make paragraph code selectable when running ### What is this PR for? Make paragraph code selectable when running(*PENDING* or *RUNNING* state) ### What type of

[GitHub] zeppelin issue #1325: Add an Apache Zeppelin Logo section to the website

2016-08-12 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1325 Cool! It's a small thing, but would you consider move "Apache Zeppelin Logo" into "Apache" menu? No special reasons for me, but it can keep number of top level menu small. --- If

[GitHub] zeppelin issue #1193: [ZEPPELIN-1192] Block pyspark paragraph hang.

2016-08-12 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1193 @bzz I rebased. 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

[GitHub] zeppelin pull request #1327: ZEPPELIN-1324: Make paragraph code selectable w...

2016-08-12 Thread karup1990
GitHub user karup1990 opened a pull request: https://github.com/apache/zeppelin/pull/1327 ZEPPELIN-1324: Make paragraph code selectable when running ### What is this PR for? Make paragraph code selectable when running(*PENDING* or *RUNNING* state) ### What type of

[jira] [Created] (ZEPPELIN-1324) Make the paragraph code selectable when the status of it is `RUNNING` or `PENDING`

2016-08-12 Thread Karuppayya (JIRA)
Karuppayya created ZEPPELIN-1324: Summary: Make the paragraph code selectable when the status of it is `RUNNING` or `PENDING` Key: ZEPPELIN-1324 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1324

[GitHub] zeppelin issue #1318: [ZEPPELIN-1280][Spark on Yarn] Documents for running z...

2016-08-12 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1318 Spark2.0 & hadoop2.7 is working well. - YARN ![image](https://cloud.githubusercontent.com/assets/3348133/17622873/fc1b827c-60d7-11e6-80ec-e8e9890a5c99.png) - hdfs

[VOTE] Apache Zeppelin release 0.6.1 (rc2)

2016-08-12 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 c928f9a46ecacebc868d6dc10a95c02f9018a18e which is corresponds to the tag v0.6.1-rc2:

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

2016-08-12 Thread mwpenny
Github user mwpenny commented on the issue: https://github.com/apache/zeppelin/pull/1210 @corneadoug The CSS and JavaScript come from the same server. The CSS is timing out for you but not the JS? Or is the CSS just loading late? --- If your project is set up for it, you can reply

[GitHub] zeppelin pull request #1326: [ZEPPELIN-1323] Add contribution guide for Zepp...

2016-08-12 Thread AhyoungRyu
GitHub user AhyoungRyu opened a pull request: https://github.com/apache/zeppelin/pull/1326 [ZEPPELIN-1323] Add contribution guide for Zeppelin documentation ### What is this PR for? Recently I added auto generated Table of Contents by #1031 and searching feature by #1266. So I

[GitHub] zeppelin issue #1321: [BUILD][HOTFIX] Add -DskipTests property to reduce bui...

2016-08-12 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/1321 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

[GitHub] zeppelin issue #1318: [ZEPPELIN-1280][Spark on Yarn] Documents for running z...

2016-08-12 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1318 Then what about supporting latest verison(Spark2.0 & hadoop2.7)? --- 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

[GitHub] zeppelin pull request #1325: Add an Apache Zeppelin Logo section to the webs...

2016-08-12 Thread corneadoug
GitHub user corneadoug opened a pull request: https://github.com/apache/zeppelin/pull/1325 Add an Apache Zeppelin Logo section to the website ### What is this PR for? This PR is bringing both PNG and SVG format of the logo to the website, as well as a few other infos about

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

2016-08-12 Thread Corneau Damien
The progress bar % depends will show status depending on the interpreter. Maybe the JDBC interpreter do not handle it. On Fri, Aug 12, 2016 at 3:59 PM, Sachin Janani wrote: > Its working properly for Spark interpreter but not for JDBC > > On Fri, Aug 12, 2016 at 9:42 AM,

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

2016-08-12 Thread Sachin Janani
Hi All, Greetings' of the Day, I was verifying this RC build and found that Progress bar and Running % is not working as expected.Is this the known issue? On Wed, Aug 10, 2016 at 7:41 AM, Jianfeng (Jeff) Zhang < jzh...@hortonworks.com> wrote: > > Hi Mina, > > Can we also include ZEPPELIN-1175 in

[GitHub] zeppelin issue #1320: [ZEPPELIN-1287][branch-0.6] No need to call print to d...

2016-08-12 Thread minahlee
Github user minahlee commented on the issue: https://github.com/apache/zeppelin/pull/1320 @zjffdu Thanks for review! Merge if there is 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

[GitHub] zeppelin pull request #1320: [ZEPPELIN-1287][branch-0.6] No need to call pri...

2016-08-12 Thread minahlee
Github user minahlee closed the pull request at: https://github.com/apache/zeppelin/pull/1320 --- 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

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

2016-08-12 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1301 Definitely should remove profile yarn. I got classpath issue when enabling yarn profile. And we need to update the docs accordingly. --- If your project is set up for it, you can reply

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

2016-08-12 Thread bzz
Github user bzz commented on the issue: https://github.com/apache/zeppelin/pull/1277 Shall we close this guy then? --- 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

[GitHub] zeppelin pull request #1294: Change maven version from 3.3.3 to 3.3.9 at vag...

2016-08-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1294 --- 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

[GitHub] zeppelin issue #1254: [ZEPPELIN-1257] storage - fix get note revision api

2016-08-12 Thread khalidhuseynov
Github user khalidhuseynov commented on the issue: https://github.com/apache/zeppelin/pull/1254 @bzz rebased and addressed 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

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

2016-08-12 Thread Sachin Janani
Its working properly for Spark interpreter but not for JDBC On Fri, Aug 12, 2016 at 9:42 AM, Sachin Janani wrote: > Hi All, > Greetings' of the Day, > I was verifying this RC build and found that Progress bar and Running % is > not working as expected.Is this the known

[GitHub] zeppelin pull request #1324: Update AWS S3 library to avoid old Jackson

2016-08-12 Thread iasandcb
GitHub user iasandcb opened a pull request: https://github.com/apache/zeppelin/pull/1324 Update AWS S3 library to avoid old Jackson ### What is this PR for? Spark 2.0 remote requires Jackson 2.6 or later while Zeppelin uses Jackson 2.5 from AWS S3 library. In order to

[GitHub] zeppelin pull request #1323: [HOTFIX] Add logins authentication for hdfs fil...

2016-08-12 Thread rawkintrevo
GitHub user rawkintrevo opened a pull request: https://github.com/apache/zeppelin/pull/1323 [HOTFIX] Add logins authentication for hdfs file interpreter ### What is this PR for? When attempting to login to a webhdfs file system with credentials as in: `https://:@:`

[GitHub] zeppelin issue #1262: [ZEPPELIN-1268] As an enduser, I would like to embed p...

2016-08-12 Thread kavinkumarks
Github user kavinkumarks commented on the issue: https://github.com/apache/zeppelin/pull/1262 @jongyoul could you please take merging 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