[GitHub] zeppelin pull request #3115: [ZEPPELIN-3687] Fix IndexError in python interp...

2018-08-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/3115 ---

[GitHub] zeppelin issue #3132: [ZEPPELIN-3701].Missing first several '0' and losing d...

2018-08-13 Thread Deegue
Github user Deegue commented on the issue: https://github.com/apache/zeppelin/pull/3132 @felixcheung CI passed : https://travis-ci.org/Deegue/zeppelin/builds/415389747 ---

[GitHub] zeppelin pull request #3118: [zeppelin-3693] Option to toggle chart settings...

2018-08-13 Thread saravsars
Github user saravsars closed the pull request at: https://github.com/apache/zeppelin/pull/3118 ---

[GitHub] zeppelin issue #3118: [zeppelin-3693] Option to toggle chart settings of par...

2018-08-13 Thread saravsars
Github user saravsars commented on the issue: https://github.com/apache/zeppelin/pull/3118 @mebelousov @felixcheung thanks for the suggestions. will make the changes and reopen it. ---

[GitHub] zeppelin issue #3121: [ZEPPELIN-3694] Dynamically change scheduler thread po...

2018-08-13 Thread egorklimov
Github user egorklimov commented on the issue: https://github.com/apache/zeppelin/pull/3121 CI pass: https://travis-ci.org/TinkoffCreditSystems/zeppelin/builds/415384640 ---

[GitHub] zeppelin issue #3087: [ZEPPELIN-3644]: Adding SPARQL query language support ...

2018-08-13 Thread padmacs
Github user padmacs commented on the issue: https://github.com/apache/zeppelin/pull/3087 @felixcheung Can you elaborate on which type of hook up you mean? ---

[GitHub] zeppelin issue #3087: [ZEPPELIN-3644]: Adding SPARQL query language support ...

2018-08-13 Thread padmacs
Github user padmacs commented on the issue: https://github.com/apache/zeppelin/pull/3087 @zjffdu Actually we are working on an interpreter that submits SPARQL query to our system through GRPC calls currently. But we can work with community to make to more generalized, so that

[GitHub] zeppelin issue #3115: [ZEPPELIN-3687] Fix IndexError in python interpreter w...

2018-08-13 Thread oxygen311
Github user oxygen311 commented on the issue: https://github.com/apache/zeppelin/pull/3115 @zjffdu @felixcheung Travis tests fixed ---

[GitHub] zeppelin pull request #3115: [ZEPPELIN-3687] Fix IndexError in python interp...

2018-08-13 Thread oxygen311
Github user oxygen311 closed the pull request at: https://github.com/apache/zeppelin/pull/3115 ---

[GitHub] zeppelin pull request #3115: [ZEPPELIN-3687] Fix IndexError in python interp...

2018-08-13 Thread oxygen311
GitHub user oxygen311 reopened a pull request: https://github.com/apache/zeppelin/pull/3115 [ZEPPELIN-3687] Fix IndexError in python interpreter with empty input ### What is this PR for? If input of python or pyspark interpreter is empty (contains only comments), it will fail

[GitHub] zeppelin issue #3132: [ZEPPELIN-3701].Missing first several '0' and losing d...

2018-08-13 Thread Deegue
Github user Deegue commented on the issue: https://github.com/apache/zeppelin/pull/3132 That's the problem I haven't met . The check added , but I have trouble in CI tests . I'd appreciate it if you could tell me how to resolve the problem : CI :

[GitHub] zeppelin issue #3132: [ZEPPELIN-3701].Missing first several '0' and losing d...

2018-08-13 Thread Savalek
Github user Savalek commented on the issue: https://github.com/apache/zeppelin/pull/3132 I mean, it would be nice to add a check `if col[0] === '+'` to ` if (!(col[0] === '0' || col.length > float64MaxDigits)) {` ---

[GitHub] zeppelin issue #3132: [ZEPPELIN-3701].Missing first several '0' and losing d...

2018-08-13 Thread Deegue
Github user Deegue commented on the issue: https://github.com/apache/zeppelin/pull/3132 @Savalek It won't be affected in this case , it will keep '00987...' and '...'(length>16) as String . Other cases are still the same as before. ---

[GitHub] zeppelin issue #3132: [ZEPPELIN-3701].Missing first several '0' and losing d...

2018-08-13 Thread Savalek
Github user Savalek commented on the issue: https://github.com/apache/zeppelin/pull/3132 I would like to still display the mobile phone numbers correctly `+7918...`. (with sing `+`) ---

Re: [DISCUSS] ZEPPELIN-2619. Save note in [Title].zpln instead of [NOTEID]/note.json

2018-08-13 Thread Jeff Zhang
In that case, zeppelin should fail to create note. Felix Cheung 于2018年8月13日周一 下午3:47写道: > Perhaps one concern is users having characters in note name that are > invalid for file name/file path? > > > -- > *From:* Mohit Jaggi > *Sent:* Sunday, August 12, 2018 6:02 PM

Re: [DISCUSS] ZEPPELIN-2619. Save note in [Title].zpln instead of [NOTEID]/note.json

2018-08-13 Thread Felix Cheung
Perhaps one concern is users having characters in note name that are invalid for file name/file path? From: Mohit Jaggi Sent: Sunday, August 12, 2018 6:02 PM To: us...@zeppelin.apache.org Cc: dev Subject: Re: [DISCUSS] ZEPPELIN-2619. Save note in [Title].zpln