[GitHub] zeppelin pull request #3017: [ZEPPELIN-3507] Restart interpreter setting may...

2018-06-13 Thread BruceXu1991
Github user BruceXu1991 closed the pull request at: https://github.com/apache/zeppelin/pull/3017 ---

[GitHub] zeppelin issue #3017: [ZEPPELIN-3507] Restart interpreter setting may cause ...

2018-06-13 Thread BruceXu1991
Github user BruceXu1991 commented on the issue: https://github.com/apache/zeppelin/pull/3017 sorry, originally I want to merge this PR to V0.7.2 , but made some mistakes. ---

[GitHub] zeppelin pull request #3017: [ZEPPELIN-3507] Restart interpreter setting may...

2018-06-13 Thread BruceXu1991
GitHub user BruceXu1991 reopened a pull request: https://github.com/apache/zeppelin/pull/3017 [ZEPPELIN-3507] Restart interpreter setting may cause lock contention and lead to ZeppelinServer return 503 code ### What is this PR for? This PR is to fix lock contention problem

[GitHub] zeppelin pull request #3017: [ZEPPELIN-3507] Restart interpreter setting may...

2018-06-13 Thread BruceXu1991
Github user BruceXu1991 closed the pull request at: https://github.com/apache/zeppelin/pull/3017 ---

[GitHub] zeppelin pull request #3017: [ZEPPELIN-3507] Fix lock contention

2018-06-13 Thread BruceXu1991
GitHub user BruceXu1991 opened a pull request: https://github.com/apache/zeppelin/pull/3017 [ZEPPELIN-3507] Fix lock contention ### What is this PR for? This PR is to fix lock contention problem described in [ZEPPELIN-3507](https://issues.apache.org/jira/browse/ZEPPELIN-3507

[GitHub] zeppelin pull request #2601: [ZEPPELIN-2956] [font-end] Downloaded CSV/TSV d...

2018-05-29 Thread BruceXu1991
Github user BruceXu1991 closed the pull request at: https://github.com/apache/zeppelin/pull/2601 ---

[GitHub] zeppelin issue #2601: [ZEPPELIN-2956] [font-end] Downloaded CSV/TSV data wil...

2018-05-29 Thread BruceXu1991
Github user BruceXu1991 commented on the issue: https://github.com/apache/zeppelin/pull/2601 @mebelousov OK, I will close this PR. ---

[GitHub] zeppelin issue #2601: [ZEPPELIN-2956] [font-end] Downloaded CSV/TSV data wil...

2017-12-26 Thread BruceXu1991
Github user BruceXu1991 commented on the issue: https://github.com/apache/zeppelin/pull/2601 @1ambda hi, is there any conclusion? ---

[GitHub] zeppelin issue #2601: [ZEPPELIN-2956] [font-end] Downloaded CSV/TSV data wil...

2017-10-15 Thread BruceXu1991
Github user BruceXu1991 commented on the issue: https://github.com/apache/zeppelin/pull/2601 @felixcheung The API(http://ui-grid.info/docs/#/tutorial/206_exporting_data) only support export data as csv format but no tsv format supporting. So if using this API, tsv format related PR

[GitHub] zeppelin issue #2601: [ZEPPELIN-2956] [font-end] Downloaded CSV/TSV data wil...

2017-10-09 Thread BruceXu1991
Github user BruceXu1991 commented on the issue: https://github.com/apache/zeppelin/pull/2601 ok, I will do it. ---

[GitHub] zeppelin issue #2601: [ZEPPELIN-2956] [font-end] Downloaded CSV/TSV data wil...

2017-10-08 Thread BruceXu1991
Github user BruceXu1991 commented on the issue: https://github.com/apache/zeppelin/pull/2601 @Tagar Yes, ZEPPELIN-2956 and ZEPPELIN-1803 point to the same issue. RFC-4180 explains the issue. ---

[GitHub] zeppelin issue #2601: [ZEPPELIN-2956] [font-end] Downloaded CSV/TSV data wil...

2017-10-03 Thread BruceXu1991
Github user BruceXu1991 commented on the issue: https://github.com/apache/zeppelin/pull/2601 @1ambda If the table library in #2323 could deal with the problem of downloading column value both contain delimiter and quotation mark, It may be better to use library. ---

[GitHub] zeppelin issue #2601: [ZEPPELIN-2956] [font-end] Downloaded CSV/TSV data wil...

2017-09-29 Thread BruceXu1991
Github user BruceXu1991 commented on the issue: https://github.com/apache/zeppelin/pull/2601 After merging to master, CI tests still have some exception, but the exception seems have no relation with this patch. > job 7.2 https://travis-ci.org/BruceXu1991/zeppelin/j

[GitHub] zeppelin issue #2601: [ZEPPELIN-2956] [font-end] Downloaded CSV/TSV data wil...

2017-09-29 Thread BruceXu1991
Github user BruceXu1991 commented on the issue: https://github.com/apache/zeppelin/pull/2601 I tryed again, but CI test failed job 6.4, and I could not figure out what the error means. https://travis-ci.org/BruceXu1991/zeppelin/jobs/281177302 ---

[GitHub] zeppelin issue #1908: [ZEPPELIN-1976] Text-Output too large, causing crash

2017-06-07 Thread BruceXu1991
Github user BruceXu1991 commented on the issue: https://github.com/apache/zeppelin/pull/1908 This PR limit the output of paragraph in web, however it also limit the max download lines. My suggestion is to limit output of paragraph through zeppelin.interpreter.output.limit