[GitHub] [zeppelin] Reamer commented on pull request #4054: [ZEPPELIN-5248] - Add local docker-compose support and updated readme instructions

2021-02-11 Thread GitBox
Reamer commented on pull request #4054: URL: https://github.com/apache/zeppelin/pull/4054#issuecomment-778026023 > Just consider that will mean that each launch of this will re-build the docker container (about a minute to start). I think this is bearable as long as you don't have

[GitHub] [zeppelin] omrisk edited a comment on pull request #4054: [ZEPPELIN-5248] - Add local docker-compose support and updated readme instructions

2021-02-11 Thread GitBox
omrisk edited a comment on pull request #4054: URL: https://github.com/apache/zeppelin/pull/4054#issuecomment-778021544 @Reamer , I though the `docker-compose` may be simpler :) I'll convert to a docker command (also one less file to maintain). Just consider that will mean that each

[GitHub] [zeppelin] omrisk commented on pull request #4054: [ZEPPELIN-5248] - Add local docker-compose support and updated readme instructions

2021-02-11 Thread GitBox
omrisk commented on pull request #4054: URL: https://github.com/apache/zeppelin/pull/4054#issuecomment-778021544 @Reamer , I though the `docker-compose` may be simpler :) I'll convert to a docker command (also one less file to maintain).

[jira] [Created] (ZEPPELIN-5249) Update to thrift 0.14.0

2021-02-11 Thread Philipp Dallig (Jira)
Philipp Dallig created ZEPPELIN-5249: Summary: Update to thrift 0.14.0 Key: ZEPPELIN-5249 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5249 Project: Zeppelin Issue Type:

[GitHub] [zeppelin] Reamer commented on pull request #4054: [ZEPPELIN-5248] - Add local docker-compose support and updated readme instructions

2021-02-11 Thread GitBox
Reamer commented on pull request #4054: URL: https://github.com/apache/zeppelin/pull/4054#issuecomment-778014154 I think docker-compose is unnecessary as we only have one container. A simple docker command should be enough, no need for docker-compose.

[GitHub] [zeppelin] Leemoonsoo commented on pull request #4054: [ZEPPELIN-5248] - Add local docker-compose support and updated readme instructions

2021-02-11 Thread GitBox
Leemoonsoo commented on pull request #4054: URL: https://github.com/apache/zeppelin/pull/4054#issuecomment-777872855 Thank @omrisk for the contribution! I tested this on

[GitHub] [zeppelin] omrisk commented on pull request #4053: [ZEPPELIN-5223] - K8s+docker document format is not correct

2021-02-11 Thread GitBox
omrisk commented on pull request #4053: URL: https://github.com/apache/zeppelin/pull/4053#issuecomment-777464116 @Reamer , thanks opened #4054 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [zeppelin] omrisk opened a new pull request #4054: Add local docker-compose support and updated readme instructions

2021-02-11 Thread GitBox
omrisk opened a new pull request #4054: URL: https://github.com/apache/zeppelin/pull/4054 ### What is this PR for? To make it easier for new contributors to build and test documentation changes, will add support to build and serve locally using docker. ### What type of PR is

[jira] [Created] (ZEPPELIN-5248) Add docker support for local jekyll builds for documentation

2021-02-11 Thread Omri keefe (Jira)
Omri keefe created ZEPPELIN-5248: Summary: Add docker support for local jekyll builds for documentation Key: ZEPPELIN-5248 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5248 Project: Zeppelin

[GitHub] [zeppelin] Reamer commented on pull request #4053: [ZEPPELIN-5223] - K8s+docker document format is not correct

2021-02-11 Thread GitBox
Reamer commented on pull request #4053: URL: https://github.com/apache/zeppelin/pull/4053#issuecomment-777453801 A separate PR would be better. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [zeppelin] omrisk commented on pull request #4053: [ZEPPELIN-5223] - K8s+docker document format is not correct

2021-02-11 Thread GitBox
omrisk commented on pull request #4053: URL: https://github.com/apache/zeppelin/pull/4053#issuecomment-777426377 Cool, would you like me to add that here or in a separate PR ? This is an automated message from the Apache Git

[GitHub] [zeppelin] zjffdu commented on pull request #4053: [ZEPPELIN-5223] - K8s+docker document format is not correct

2021-02-11 Thread GitBox
zjffdu commented on pull request #4053: URL: https://github.com/apache/zeppelin/pull/4053#issuecomment-777425821 Sure, docker approach might be easier for users. This is an automated message from the Apache Git Service. To

[GitHub] [zeppelin] omrisk edited a comment on pull request #4053: [ZEPPELIN-5223] - K8s+docker document format is not correct

2021-02-11 Thread GitBox
omrisk edited a comment on pull request #4053: URL: https://github.com/apache/zeppelin/pull/4053#issuecomment-777423434 Mostly `gem install bundler` on Ruby 2.0, you have to be > 2.3 - but then other packages fail there, additionally issue with installing `yajl-rub`. I ended up manually

[GitHub] [zeppelin] omrisk edited a comment on pull request #4053: [ZEPPELIN-5223] - K8s+docker document format is not correct

2021-02-11 Thread GitBox
omrisk edited a comment on pull request #4053: URL: https://github.com/apache/zeppelin/pull/4053#issuecomment-777423434 Mostly `gem install bundler` on Ruby 2.0, you have to be > 2.3 - but then other packages fail there, additionally issue with installing `iff`. ```An error occurred

[GitHub] [zeppelin] omrisk commented on pull request #4053: [ZEPPELIN-5223] - K8s+docker document format is not correct

2021-02-11 Thread GitBox
omrisk commented on pull request #4053: URL: https://github.com/apache/zeppelin/pull/4053#issuecomment-777423434 Mostly `gem install bundler` on Ruby 2.0, you have to be > 2.3 - but then other packages fail there, additionally issue with installing `iff`. `An error occurred while

[GitHub] [zeppelin] zjffdu commented on pull request #4053: [ZEPPELIN-5223] - K8s+docker document format is not correct

2021-02-11 Thread GitBox
zjffdu commented on pull request #4053: URL: https://github.com/apache/zeppelin/pull/4053#issuecomment-777410230 What kind of conflict do you meet ? As I remember it only works with python2.7 and (I use rvm for ruby environment, usually I use ruby 2.3.7)

[GitHub] [zeppelin] omrisk edited a comment on pull request #4053: [ZEPPELIN-5223] - K8s+docker document format is not correct

2021-02-11 Thread GitBox
omrisk edited a comment on pull request #4053: URL: https://github.com/apache/zeppelin/pull/4053#issuecomment-777402727 @zjffdu , I was able to get this to work locally, but only after wrapping in docker due to conflicts on my local machine (and with help from @danielRicardo ). These

[GitHub] [zeppelin] omrisk commented on pull request #4053: [ZEPPELIN-5223] - K8s+docker document format is not correct

2021-02-11 Thread GitBox
omrisk commented on pull request #4053: URL: https://github.com/apache/zeppelin/pull/4053#issuecomment-777402727 @zjffdu , I was able to get this to work locally, but only after wrapping in docker due to conflicts on my local machine (and with help from @danielRicardo ). Would you

[GitHub] [zeppelin] omrisk commented on pull request #4053: [ZEPPELIN-5223] - K8s+docker document format is not correct

2021-02-11 Thread GitBox
omrisk commented on pull request #4053: URL: https://github.com/apache/zeppelin/pull/4053#issuecomment-777308465 @zjffdu , I will try, I'm working on macos-bigsur and ruby is quite broken. I will update once I get it working (hopefully)

[GitHub] [zeppelin] omrisk edited a comment on pull request #4052: [ZEPPELIN-5229] - bump flink 1.10 minor version

2021-02-11 Thread GitBox
omrisk edited a comment on pull request #4052: URL: https://github.com/apache/zeppelin/pull/4052#issuecomment-777269920 @zjffdu , opened this separate ticket for that https://issues.apache.org/jira/browse/ZEPPELIN-5247. I'll try to handle soon in a separate PR

[jira] [Created] (ZEPPELIN-5247) Move versions from code to configuration/properties file

2021-02-11 Thread Omri keefe (Jira)
Omri keefe created ZEPPELIN-5247: Summary: Move versions from code to configuration/properties file Key: ZEPPELIN-5247 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5247 Project: Zeppelin

[GitHub] [zeppelin] omrisk commented on pull request #4052: [ZEPPELIN-5229] - bump flink 1.10 minor version

2021-02-11 Thread GitBox
omrisk commented on pull request #4052: URL: https://github.com/apache/zeppelin/pull/4052#issuecomment-777269920 @zjffdu , opened this separate ticket for that https://issues.apache.org/jira/browse/ZEPPELIN-5247. I'll try to handle soon

[GitHub] [zeppelin] zjffdu commented on pull request #4053: [ZEPPELIN-5223] - K8s+docker document format is not correct

2021-02-11 Thread GitBox
zjffdu commented on pull request #4053: URL: https://github.com/apache/zeppelin/pull/4053#issuecomment-777267677 Thanks @omrisk for the quick fix, LGTM. BTW, have you tried to build the docs ? Here's the documentation guide. https://github.com/apache/zeppelin/blob/master/docs/README.md

[GitHub] [zeppelin] omrisk opened a new pull request #4053: [ZEPPELIN-5223] - K8s+docker document format is not correct

2021-02-11 Thread GitBox
omrisk opened a new pull request #4053: URL: https://github.com/apache/zeppelin/pull/4053 Added formating (to avoid escapping each `_` occurance, I couldn't find a style guide for documentation or other examples that would suggest another method

[GitHub] [zeppelin] asfgit closed pull request #4048: [ZEPPELIN-5241] Typos in spark tutorial

2021-02-11 Thread GitBox
asfgit closed pull request #4048: URL: https://github.com/apache/zeppelin/pull/4048 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to