[GitHub] zeppelin issue #2630: [HOTFIX] fix build spark and R interpreters

2017-10-25 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2630 Yes, I know the current situation and this PR solves what kind of problem, but our merge script uses squash merge from PR branch and it means if that PR branch has `property` in that branch, it w

[GitHub] zeppelin issue #2630: [HOTFIX] fix build spark and R interpreters

2017-10-25 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2630 @jongyoul this branch has no conflicts with branch master. In CI all ok, because branch of PR has field property. After merge jobs falls (CI, branch master) https://travis-ci.org/apache/z

[GitHub] zeppelin issue #2630: [HOTFIX] fix build spark and R interpreters

2017-10-25 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2630 Yes, what I wondered is how that PR passed our CI. `property` doesn't exist in the class and it shouldn't have passed CI. May we have a hole on our CI? ---

[GitHub] zeppelin issue #2630: [HOTFIX] fix build spark and R interpreters

2017-10-25 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2630 @jongyoul @zjffdu after merge https://github.com/apache/zeppelin/pull/2596 https://github.com/apache/zeppelin/pull/2596/files#diff-dbda0c4083ad9c59ff05f0273b5e760fR935 `proper

[GitHub] zeppelin issue #2630: [HOTFIX] fix build spark and R interpreters

2017-10-24 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2630 I’m also curious about it. It’s very basic error when compiling without symbol. ---

[GitHub] zeppelin issue #2630: [HOTFIX] fix build spark and R interpreters

2017-10-24 Thread zjffdu
Github user zjffdu commented on the issue: https://github.com/apache/zeppelin/pull/2630 Thanks @tinkoff-dwh for fixing this. Could you let me know how SparkRInterpreter is broken, I am curious to know why our CI didn't catch this. ---

[GitHub] zeppelin issue #2630: [HOTFIX] fix build spark and R interpreters

2017-10-24 Thread felixcheung
Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2630 Ok thanks for fixing this. ---

[GitHub] zeppelin issue #2630: [HOTFIX] fix build spark and R interpreters

2017-10-24 Thread jongyoul
Github user jongyoul commented on the issue: https://github.com/apache/zeppelin/pull/2630 LGTM. I'll merge it as a hotfix. BTW, I think it would be better to divide two different PR by fixing bug and refactoring somethings. ---

[GitHub] zeppelin issue #2630: [HOTFIX] fix build spark and R interpreters

2017-10-24 Thread tinkoff-dwh
Github user tinkoff-dwh commented on the issue: https://github.com/apache/zeppelin/pull/2630 @necosta @zjffdu @felixcheung pls help with review ---