[GitHub] zeppelin issue #2664: [ZEPPELIN-771] Escape tab and CR when the result is sh...

2017-11-15 Thread mgaido91
Github user mgaido91 commented on the issue: https://github.com/apache/zeppelin/pull/2664 Thanks @zjffdu , then I am closing this. Let me know if I can help somehow. ---

[GitHub] zeppelin pull request #2664: [ZEPPELIN-771] Escape tab and CR when the resul...

2017-11-15 Thread mgaido91
Github user mgaido91 closed the pull request at: https://github.com/apache/zeppelin/pull/2664 ---

[GitHub] zeppelin issue #2664: [ZEPPELIN-771] Escape tab and CR when the result is sh...

2017-11-15 Thread mgaido91
Github user mgaido91 commented on the issue: https://github.com/apache/zeppelin/pull/2664 @felixcheung Since so far `\t` and `\n` are used as delimiters, there is no way to do that only on the front-end side, because currently there is no way for the frontend to know whether it is a

[GitHub] zeppelin pull request #2664: [ZEPPELIN-771] Escape tab and CR when the resul...

2017-11-10 Thread mgaido91
GitHub user mgaido91 opened a pull request: https://github.com/apache/zeppelin/pull/2664 [ZEPPELIN-771] Escape tab and CR when the result is shown in table ### What is this PR for? The presence of the characters `\t` and `'n` in the data to be displayed can caus

[GitHub] zeppelin pull request #2636: [ZEPPELIN-3017] fix Spark version in Dockerfile...

2017-10-30 Thread mgaido91
GitHub user mgaido91 opened a pull request: https://github.com/apache/zeppelin/pull/2636 [ZEPPELIN-3017] fix Spark version in Dockerfiles ### What is this PR for? The PR updates Spark version to the current 2.1.2, since the one which is present now (2.1.1) is not available