You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2019/07/13 20:49:16 UTC

[GitHub] [incubator-heron] joshfischer1108 commented on a change in pull request #3289: Bug/heron-helm

joshfischer1108 commented on a change in pull request #3289: Bug/heron-helm
URL: https://github.com/apache/incubator-heron/pull/3289#discussion_r303218476
 
 

 ##########
 File path: deploy/kubernetes/helm/templates/tools.yaml
 ##########
 @@ -145,8 +145,8 @@ spec:
               -D heron.uploader.s3.region={{ .Values.uploader.s3Region }}
               {{- end }}
               {{- if eq .Values.packing "RoundRobin" }}
-              -D heron.class.packing.algorithm=org.apache.heron.packing.roundrobin.RoundRobinPacking
 
 Review comment:
   Ahh.  This needs to be changed back to `org.apche`, but I'm guessing this was done since they were using `0.17.8`.  We have  a little work to support the newer containers. Good catch @nicknezis.  I'm on the fence about this since we don't have an official Apache Docker container yet.  Leaving it as `com.twitter` will allow people to test with a learn/test heron easily.  This is probably the culprit for the weirdness I was experiencing the other day.  

----------------------------------------------------------------
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 the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services