[GitHub] zeppelin issue #2495: [HOTFIX] JDBC completions. fix cursor position

2017-08-04 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2495 Ready to review --- 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 #2449: [Zeppelin-2676] recent notes list

2017-08-04 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2449 Ready to review --- 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 #2490: [Zeppelin-2718] Find and replace code in note

2017-08-04 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2490 Ready to review --- 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 #2442: [ZEPPELIN-2679] JDBC. precode for session

2017-08-04 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2442 Ready to review --- 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 #2506: [ZEPPELIN-2813] revisions comparator

2017-08-04 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2506 Ready to review --- 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 #2455: ZEPPELIN-1515. Notebook: HDFS as a backend storage (Us...

2017-08-04 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2455 Also add HADOOP_CONF_DIR in zeppelin.sh, but it looks like there's some code duplication between `zeppelin.sh` and `zeppelin-daemon.sh`, we need a followup PR to remove these duplication. --- If

[GitHub] zeppelin issue #658: Switch to Java 8

2017-08-04 Thread pmleveque
Github user pmleveque commented on the issue: https://github.com/apache/zeppelin/pull/658 [Spark 2.2](https://spark.apache.org/docs/2.2.0/) requires Java 1.8 --- 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 issue #2484: [ZEPPELIN-2711] basic metrics for paragraphs & noteboo...

2017-08-04 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2484 Hi, I have a simple question. AFAIK, dropwizard metrics are more popular and have powerful features. Have you consider it? --- If your project is set up for it, you can reply to this email and h

[jira] [Created] (ZEPPELIN-2831) Markdown paragraph output hidden in report mode after double click

2017-08-04 Thread Krystian Nowak (JIRA)
Krystian Nowak created ZEPPELIN-2831: Summary: Markdown paragraph output hidden in report mode after double click Key: ZEPPELIN-2831 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2831 Projec

[jira] [Created] (ZEPPELIN-2832) An angular error occurs when reading a stored date object

2017-08-04 Thread Andreas Koch (JIRA)
y creating a paragraph like this: {code:javascript} %angular Test date: Bind {code} The variable is then stored in note.json as: {code:javascript} { "name": "dateObject", "object": "2017-08-01T22:00:00.000Z", "

[GitHub] zeppelin issue #2513: fix non import of java.util.Collections of branch-0.7

2017-08-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2513 Merge to `branch-0.7` as a hotfix --- 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 enab

[GitHub] zeppelin issue #2513: fix non import of java.util.Collections of branch-0.7

2017-08-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2513 Just merged to `branch-0.7` but @asfgit does not close this one automatically. @reminia Could you close this guy manually? --- If your project is set up for it, you can reply to this emai

[GitHub] zeppelin issue #2514: replace pegdown to markdown zeppelin interpreter

2017-08-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2514 > Is there any plan to integrate jupyter converter into zeppelin UI (like import from jupyter note) ? Otherwise I will doubt how many people will use this feature. Right, this can be t

[GitHub] zeppelin issue #2514: replace pegdown to markdown zeppelin interpreter

2017-08-04 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2514 @cloverhearts Test fails with ``` Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.714 sec <<< FAILURE! - in org.apache.zeppelin.jupyter.nbformat.JupyterUtilTest

[GitHub] zeppelin issue #2484: [ZEPPELIN-2711] basic metrics for paragraphs & noteboo...

2017-08-04 Thread herval
Github user herval commented on the issue: https://github.com/apache/zeppelin/pull/2484 @jongyoul good q. I tried another stats libraries I've seen used around (airlift), but had a hard time reconciling dependencies, so went with the smallest footprint one + implementing the servlet m

[jira] [Created] (ZEPPELIN-2833) JDBC Interpreter doesn't follow JDBC specification when getting the results.

2017-08-04 Thread Sergey Soldatov (JIRA)
Sergey Soldatov created ZEPPELIN-2833: - Summary: JDBC Interpreter doesn't follow JDBC specification when getting the results. Key: ZEPPELIN-2833 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2833

[GitHub] zeppelin issue #2145: [ZEPPELIN-2271] encoding password of credentials

2017-08-04 Thread herval
Github user herval commented on the issue: https://github.com/apache/zeppelin/pull/2145 I've implemented something slightly similar here, except I'm actually encrypting the entire file using AES, using a passphrase you provide (which can live in memory) it's not ideal, but as

[jira] [Created] (ZEPPELIN-2834) Show Interpreter list as expand collapse blocks

2017-08-04 Thread Malay Majithia (JIRA)
Malay Majithia created ZEPPELIN-2834: Summary: Show Interpreter list as expand collapse blocks Key: ZEPPELIN-2834 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2834 Project: Zeppelin

[GitHub] zeppelin issue #2510: [ZEPPELIN-2756] Support ansi escape code for colorizin...

2017-08-04 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2510 @zjffdu is right. This is based on #2474 as described in the PR description. Please review last 2 commits except for @zjffdu's commits. - 80ecfba - dd97d00 --- If your project i

[GitHub] zeppelin issue #2462: ZEPPELIN-2527 Changed editor cursor to thin

2017-08-04 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2462 Great! LGTM, let's merge if 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 ha

[GitHub] zeppelin issue #2490: [Zeppelin-2718] Find and replace code in note

2017-08-04 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2490 LGTM merge if 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

[GitHub] zeppelin pull request #2513: fix non import of java.util.Collections of bran...

2017-08-04 Thread reminia
Github user reminia closed the pull request at: https://github.com/apache/zeppelin/pull/2513 --- 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 #2483: [ZEPPELIN-2766] Make online resources url configurable...

2017-08-04 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2483 CI passed https://travis-ci.org/nokia/zeppelin/builds/256876805 merge if no more discussion. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin issue #2506: [ZEPPELIN-2813] revisions comparator

2017-08-04 Thread 1ambda
Github user 1ambda commented on the issue: https://github.com/apache/zeppelin/pull/2506 regarding UX, - `Choose` box is too big compared to the text inside - It would be nice to have the list-like view for each item. For example, ![image](https://user-images.gith

[GitHub] zeppelin issue #2503: [ZEPPELIN-2808] remember me support

2017-08-04 Thread herval
Github user herval commented on the issue: https://github.com/apache/zeppelin/pull/2503 Hmm It shouldn’t work without the Cookie manager. The checkbox will still show, though, which begs the question if it should be a default? (Otherwise we’ll have to hide the checkbox based on so

[GitHub] zeppelin pull request #2474: [ZEPPELIN-2753] Basic Implementation of IPython...

2017-08-04 Thread zjffdu
GitHub user zjffdu reopened a pull request: https://github.com/apache/zeppelin/pull/2474 [ZEPPELIN-2753] Basic Implementation of IPython Interpreter ### What is this PR for? This is the first step for implement IPython Interpreter in Zeppelin. I just use the jupyter_client to c

[GitHub] zeppelin pull request #2422: [WIP] [ZEPPELIN-2627] Interpreter refactor

2017-08-04 Thread zjffdu
GitHub user zjffdu reopened a pull request: https://github.com/apache/zeppelin/pull/2422 [WIP] [ZEPPELIN-2627] Interpreter refactor ### What is this PR for? I didn't intended to make such large change at the beginning, but found many things are coupled together that I have

[GitHub] zeppelin pull request #2474: [ZEPPELIN-2753] Basic Implementation of IPython...

2017-08-04 Thread zjffdu
Github user zjffdu closed the pull request at: https://github.com/apache/zeppelin/pull/2474 --- 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 e

[GitHub] zeppelin pull request #2422: [WIP] [ZEPPELIN-2627] Interpreter refactor

2017-08-04 Thread zjffdu
Github user zjffdu closed the pull request at: https://github.com/apache/zeppelin/pull/2422 --- 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 e

[GitHub] zeppelin issue #2510: [ZEPPELIN-2756] Support ansi escape code for colorizin...

2017-08-04 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2510 LG, I guess we go back to 2474 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 e