[GitHub] zeppelin issue #1368: zeppelin-display dependency version built only for Sca...

2016-08-26 Thread krystiannowak
Github user krystiannowak commented on the issue: https://github.com/apache/zeppelin/pull/1368 Please try to build the whole project with 2.11 profile turned on. And possibly clean your local Zeppelin artifacts. Cheers, Krystian 27.08.2016 04:43 "Luciano Resend

[GitHub] zeppelin issue #1368: zeppelin-display dependency version built only for Sca...

2016-08-26 Thread lresende
Github user lresende commented on the issue: https://github.com/apache/zeppelin/pull/1368 This is also how it's documented on the readme.md https://github.com/apache/zeppelin#building-for-scala-211 --- If your project is set up for it, you can reply to this email and have your rep

[GitHub] zeppelin issue #1368: zeppelin-display dependency version built only for Sca...

2016-08-26 Thread lresende
Github user lresende commented on the issue: https://github.com/apache/zeppelin/pull/1368 I am not sure what's wrong here. I would say that the proper way to build for 2.10 and 2.11 is to use the dev/change_scala_version.sh and then change to use the 2.11 profile. Is this ca

[GitHub] zeppelin issue #1366: ZEPPELIN-1342. Adding dependencies via SPARK_SUBMIT_OP...

2016-08-26 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1366 Thanks @zjffdu for explanation. Some CI test failure looks relevant. ``` Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 1.002 sec <<< FAILURE! - in org.apache.z

[GitHub] zeppelin pull request #1364: [MINOR] Remove unnecessary question mark

2016-08-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/zeppelin/pull/1364 --- 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 #1364: [MINOR] Remove unnecessary question mark

2016-08-26 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1364 Yes, ordering from the interpreter page would be better. --- 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 no

[GitHub] zeppelin pull request #1370: [ZEPPELIN-1379] Flink interpreter is missing sc...

2016-08-26 Thread lresende
Github user lresende closed the pull request at: https://github.com/apache/zeppelin/pull/1370 --- 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 pull request #1370: [ZEPPELIN-1379] Flink interpreter is missing sc...

2016-08-26 Thread lresende
GitHub user lresende reopened a pull request: https://github.com/apache/zeppelin/pull/1370 [ZEPPELIN-1379] Flink interpreter is missing scala libraries ### What is this PR for? On Flink interpreter, remove provided scope from scala libraries to enable copying them to interpreter

[GitHub] zeppelin issue #1351: [ZEPPELIN/1356] The graph legend truncates at the near...

2016-08-26 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1351 Ci failure is unrelated, merging if there is no more discussions --- 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

[jira] [Created] (ZEPPELIN-1381) UI seems broken on CentOS

2016-08-26 Thread nirav patel (JIRA)
nirav patel created ZEPPELIN-1381: - Summary: UI seems broken on CentOS Key: ZEPPELIN-1381 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1381 Project: Zeppelin Issue Type: Bug

[jira] [Created] (ZEPPELIN-1380) Inconsistent error reporting on "Zeppelin Tutorial" notebook

2016-08-26 Thread nirav patel (JIRA)
nirav patel created ZEPPELIN-1380: - Summary: Inconsistent error reporting on "Zeppelin Tutorial" notebook Key: ZEPPELIN-1380 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1380 Project: Zeppelin

[GitHub] zeppelin issue #1363: [ZEPPELIN-1371]add text/numeric conversion support to ...

2016-08-26 Thread Peilin-Yang
Github user Peilin-Yang commented on the issue: https://github.com/apache/zeppelin/pull/1363 Added another PR #1371 that may have impact on this one. i.e. if you guys think that one is reasonable then this one should be adjusted so that when user changes the datatype of the column

[GitHub] zeppelin pull request #1371: [ZEPPELIN-1372]

2016-08-26 Thread Peilin-Yang
GitHub user Peilin-Yang opened a pull request: https://github.com/apache/zeppelin/pull/1371 [ZEPPELIN-1372] ### What is this PR for? Automatically detect the data type for the contents in the table. This enables the sorting on numerical columns. Please see #1372 for detai

[GitHub] zeppelin issue #1370: [FLINK-1379] Flink interpreter is missing scala librar...

2016-08-26 Thread lresende
Github user lresende commented on the issue: https://github.com/apache/zeppelin/pull/1370 After the fix, performed a full build and compared scala libraries from flink and ignite $ cd flink/ $ ls scala* -rw-r--r-- 1 lresende staff14M Aug 26 12:39 scala-compiler-2

[GitHub] zeppelin pull request #1370: [FLINK-1379] Flink interpreter is missing scala...

2016-08-26 Thread lresende
GitHub user lresende opened a pull request: https://github.com/apache/zeppelin/pull/1370 [FLINK-1379] Flink interpreter is missing scala libraries ### What is this PR for? On Flink interpreter, remove provided scope from scala libraries to enable copying them to interpreter loca

[jira] [Created] (ZEPPELIN-1379) Flink interpreter missing scala libraries

2016-08-26 Thread Luciano Resende (JIRA)
Luciano Resende created ZEPPELIN-1379: - Summary: Flink interpreter missing scala libraries Key: ZEPPELIN-1379 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1379 Project: Zeppelin Is

[GitHub] zeppelin pull request #1369: [ZEPPELIN-1376]

2016-08-26 Thread doanduyhai
GitHub user doanduyhai opened a pull request: https://github.com/apache/zeppelin/pull/1369 [ZEPPELIN-1376] ### What is this PR for? When using Zeppelin behind corporate firewall, sometimes the dependencies download just fails silently. This PR has 2 objectives: * add pr

[GitHub] zeppelin issue #1351: [ZEPPELIN/1356] The graph legend truncates at the near...

2016-08-26 Thread prasadwagle
Github user prasadwagle commented on the issue: https://github.com/apache/zeppelin/pull/1351 Thanks @Peilin-Yang! This problem and the one in #1363 were reported by Twitter users and I am glad we are fixing them. The build failures are due to flaky tests, You may want to see w

[GitHub] zeppelin pull request #1351: [ZEPPELIN/1356] The graph legend truncates at t...

2016-08-26 Thread Peilin-Yang
Github user Peilin-Yang closed the pull request at: https://github.com/apache/zeppelin/pull/1351 --- 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 #1351: [ZEPPELIN/1356] The graph legend truncates at t...

2016-08-26 Thread Peilin-Yang
GitHub user Peilin-Yang reopened a pull request: https://github.com/apache/zeppelin/pull/1351 [ZEPPELIN/1356] The graph legend truncates at the nearest period (.) in its grouping ### What is this PR for? Fix the issue: in line graph if user uses the numbers that contains period

[GitHub] zeppelin issue #1351: [ZEPPELIN/1356] The graph legend truncates at the near...

2016-08-26 Thread Peilin-Yang
Github user Peilin-Yang commented on the issue: https://github.com/apache/zeppelin/pull/1351 @corneadoug should I make the CI build successful? I do not know the failure is because of my commit. --- If your project is set up for it, you can reply to this email and have your reply app

[GitHub] zeppelin issue #1351: [ZEPPELIN/1356] The graph legend truncates at the near...

2016-08-26 Thread Peilin-Yang
Github user Peilin-Yang commented on the issue: https://github.com/apache/zeppelin/pull/1351 @prabhjyotsingh I agree with @corneadoug truncation on numeric values in the legend to me is another improvement/feature. What this PR does is to fix the bug of existing code. Does

[GitHub] zeppelin issue #1366: ZEPPELIN-1342. Adding dependencies via SPARK_SUBMIT_OP...

2016-08-26 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1366 I think `spark.jars` & `spark.yarn.dist.jars` are duplicated here. `--packages` will pass all the jars of the package to `args.jars` which will passed to `spark.jars` & `spark.yarn.dist.jars` P

[jira] [Created] (ZEPPELIN-1378) Support multiple Spark versions at the same time

2016-08-26 Thread Vinay Shukla (JIRA)
Vinay Shukla created ZEPPELIN-1378: -- Summary: Support multiple Spark versions at the same time Key: ZEPPELIN-1378 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1378 Project: Zeppelin I

[GitHub] zeppelin pull request #746: [ZEPPELIN-699] Add new synchronous paragraph run...

2016-08-26 Thread doanduyhai
Github user doanduyhai closed the pull request at: https://github.com/apache/zeppelin/pull/746 --- 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 i

[GitHub] zeppelin issue #1366: ZEPPELIN-1342. Adding dependencies via SPARK_SUBMIT_OP...

2016-08-26 Thread Leemoonsoo
Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/1366 Thanks @zjffdu for the fix. Spark sets `-classpath` with not only `spark.jars` but also `spark.yarn.dist.jars` in case of master is `yarn`. see https://github.com/apache/spark/blob

[GitHub] zeppelin issue #932: Replace CXF with Jersey2 [ZEPPELIN-903]

2016-08-26 Thread echarles
Github user echarles commented on the issue: https://github.com/apache/zeppelin/pull/932 Merged with latest master. @bzz I don't know where I found CDDL 2.0 (sounded indeed strange when I was writing this some time ago). jax-rs is now CDDL 1.0, beanvalidation is now ASL2 and

[GitHub] zeppelin pull request #746: [ZEPPELIN-699] Add new synchronous paragraph run...

2016-08-26 Thread doanduyhai
GitHub user doanduyhai reopened a pull request: https://github.com/apache/zeppelin/pull/746 [ZEPPELIN-699] Add new synchronous paragraph run REST API ### What is this PR for? Right now, when calling the REST API `http://:/api/notebook/job//` Zeppelin always returns **OK** as sh

[GitHub] zeppelin issue #1362: [ZEPPELIN-1178] Tooltip: Show chart type when hovering...

2016-08-26 Thread vinayshukla
Github user vinayshukla commented on the issue: https://github.com/apache/zeppelin/pull/1362 Thanks @vensant --- 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 s

[GitHub] zeppelin pull request #1368: zeppelin-display dependency version built only ...

2016-08-26 Thread krystiannowak
GitHub user krystiannowak opened a pull request: https://github.com/apache/zeppelin/pull/1368 zeppelin-display dependency version built only for Scala binary version 2.11 ### What is this PR for? Makes the project build again when selecting Scala version 2.11 As per the

[jira] [Created] (ZEPPELIN-1377) Run remote interpreter process in remote machine

2016-08-26 Thread Jeff Zhang (JIRA)
Jeff Zhang created ZEPPELIN-1377: Summary: Run remote interpreter process in remote machine Key: ZEPPELIN-1377 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1377 Project: Zeppelin Issu

[GitHub] zeppelin pull request #:

2016-08-26 Thread krystiannowak
Github user krystiannowak commented on the pull request: https://github.com/apache/zeppelin/commit/0c5a03e6be20a13eee60e84b75cdf2a9dd64d3f4#commitcomment-18792505 It seems it needs to be changed explicitly to _zeppelin-display_2.10_ due to https://issues.apache.org/jira/browse/ZEPPELI

[GitHub] zeppelin issue #1356: [ZEPPELIN-1346] Add contribution guidelines to the web...

2016-08-26 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1356 @Leemoonsoo Let me try playing a bit more with the layout, I will post screenshots once its done --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin issue #1362: [ZEPPELIN-1178] Tooltip: Show chart type when hovering...

2016-08-26 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1362 @vensant Thank you! Merging if there is no more discussions --- 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

[jira] [Created] (ZEPPELIN-1376) Add proxy credentials for dependency repo for corporate firewall use-cases

2016-08-26 Thread DOAN DuyHai (JIRA)
DOAN DuyHai created ZEPPELIN-1376: - Summary: Add proxy credentials for dependency repo for corporate firewall use-cases Key: ZEPPELIN-1376 URL: https://issues.apache.org/jira/browse/ZEPPELIN-1376 Proj

[GitHub] zeppelin issue #1362: [ZEPPELIN-1178] Tooltip: Show chart type when hovering...

2016-08-26 Thread vensant
Github user vensant commented on the issue: https://github.com/apache/zeppelin/pull/1362 Code changes done as per the review comment. --- 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 feat

[GitHub] zeppelin issue #1366: ZEPPELIN-1342. Adding dependencies via SPARK_SUBMIT_OP...

2016-08-26 Thread astroshim
Github user astroshim commented on the issue: https://github.com/apache/zeppelin/pull/1366 LGTM. :+1: --- 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 i

[GitHub] zeppelin pull request #1367: [ZEPPELIN-1040] Show the time when the result i...

2016-08-26 Thread rajarajan-g
GitHub user rajarajan-g opened a pull request: https://github.com/apache/zeppelin/pull/1367 [ZEPPELIN-1040] Show the time when the result is updated ### What is this PR for? As per existing usage, the time shown in end of each paragraph is the time the paragraph is updated not

[GitHub] zeppelin issue #1364: [MINOR] Remove unnecessary question mark

2016-08-26 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1364 Thanks @AhyoungRyu , I have added `bigquery` in the following commit. BTW, I don't this is a good idea to define the interpreter order in this way. Because it brings extra overhead when adding n

[GitHub] zeppelin issue #1351: [ZEPPELIN/1356] The graph legend truncates at the near...

2016-08-26 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1351 @prabhjyotsingh I guess the tooltip value that is truncated can be the subject of another issue. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] zeppelin issue #1283: Buffer append output results + fix extra incorrect res...

2016-08-26 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1283 I tested both cases: __Case1:__ master (X), this branch (X) __Case2:__ master (O), this branch(X) However the first time I tried this branch and commented, the Case 2 was fine i

[GitHub] zeppelin issue #1351: [ZEPPELIN/1356] The graph legend truncates at the near...

2016-08-26 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1351 IMO shouldn't it be the other way, in tool tip, show the whole number without truncate, generally not to huge number. Otherwise LGTM. --- If your project is set up for it, you can repl

[GitHub] zeppelin issue #1357: ZEPPELIN-1364: Return only the ran paragraph details f...

2016-08-26 Thread vipul1409
Github user vipul1409 commented on the issue: https://github.com/apache/zeppelin/pull/1357 Yes It is ready for review. The reason for CI failure looks unrelated to my changes as the build is failing in npm side and I have not made any JS changes. The build is passing for few pr

[GitHub] zeppelin issue #1351: [ZEPPELIN/1356] The graph legend truncates at the near...

2016-08-26 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1351 @prabhjyotsingh It is already, that's why there is 1.412 shown in the tooltip. The other one is the group name. The original purpose of this PR is that in case of the group name we

[GitHub] zeppelin issue #1366: ZEPPELIN-1342. Adding dependencies via SPARK_SUBMIT_OP...

2016-08-26 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/1366 \cc @Leemoonsoo Ready for 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 enable

[GitHub] zeppelin pull request #1366: ZEPPELIN-1342. Adding dependencies via SPARK_SU...

2016-08-26 Thread zjffdu
GitHub user zjffdu opened a pull request: https://github.com/apache/zeppelin/pull/1366 ZEPPELIN-1342. Adding dependencies via SPARK_SUBMIT_OPTIONS doesn't work on Spark 2.0.0 ### What is this PR for? The root cause is due to the change of repl of scala-2.11. User needs to

[GitHub] zeppelin issue #1351: [ZEPPELIN/1356] The graph legend truncates at the near...

2016-08-26 Thread prabhjyotsingh
Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/1351 IMO, instead of UI showing "1.41234312421341234213" it should get truncated/ceil/floor to say not more than 3 places of decimal. --- If your project is set up for it, you can reply to this

[GitHub] zeppelin issue #1351: [ZEPPELIN/1356] The graph legend truncates at the near...

2016-08-26 Thread corneadoug
Github user corneadoug commented on the issue: https://github.com/apache/zeppelin/pull/1351 @prabhjyotsingh which trailing decimal and what is supposed to be the result? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If