-
Notifications
You must be signed in to change notification settings - Fork 593
Conversation
We will need to also update the Zookeeper included in the Dockerfiles. Also, do we know if the version of Bookkeeper used in the Helm chart will work with this version of Zookeeper? |
I wonder if Bookkeeper is something we should even keep around to work with Heron. It seems to cause more problems than it's worth in our context. |
updated dockerfile |
The Helm chart is challenging because Heron and Bookkeeper both use a shared Zookeeper. This makes updates like this challenging. I think it would be preferable we can update the Helm chart to use S3 instead of Bookkeeper for Upload/Download of the analytic artifacts. |
Tests with 1) minikube, 2) helm 0] environment:
1] minikube:
2] helm(minikube):
|
@huijunwu I just realized that you still need to run Maybe we should move the comment listed here to right above the dependencies list. Line 153 in f7715f3
|
@@ -66,7 +66,7 @@ maven_install( | |||
name = "maven", | |||
artifacts = [ | |||
"antlr:antlr:2.7.7", | |||
"org.apache.zookeeper:zookeeper:3.4.14", | |||
"org.apache.zookeeper:zookeeper:3.5.8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The maven_install.json
pin file needs to be updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably add these instructions to the documentation somewhere.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup. And maybe above the list of dependencies instead of below them.
I'm having issues compiling this on OSX with this command:
The error I get:
|
…to huijunwu/20200702
tested on darwin
|
tested on centos
|
I'm getting this error when trying to build on
I even tried adding I also tried
|
the build is failing on my mac as well.
Command ran
Sample error output below:
|
looks like it needs some packages |
Shouldn't the build be hermetic? |
Good question. |
@huijunw After adding those packages the build was successful.
|
It worked for me after adding the missing package. |
Agreed @nicknezis . @huijunwu could you make that change the documentation please? |
updated the doc |
* Upgrade zookeeper3.5.8 Co-authored-by: Huijun Wu <[email protected]> Co-authored-by: Nicholas Nezis <[email protected]>
No description provided.