Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 367b44a

Browse files
nicknezisnwangtw
authored andcommitted
Removing old com.twitter namespace references (#3415)
1 parent 73f2487 commit 367b44a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/kubernetes/helm/templates/tools.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ spec:
133133
-D heron.statefulstorage.classname=org.apache.heron.statefulstorage.dlog.DlogStorage
134134
-D heron.statefulstorage.dlog.namespace.uri=distributedlog://{{ .Release.Name }}-zookeeper:{{ .Values.zookeeper.clientPort }}/heron
135135
{{- if eq .Values.uploader.class "dlog" }}
136-
-D heron.class.uploader=com.twitter.heron.uploader.dlog.DLUploader
136+
-D heron.class.uploader=org.apache.heron.uploader.dlog.DLUploader
137137
-D heron.uploader.dlog.topologies.num.replicas={{ $jobReplicas }}
138138
-D heron.uploader.dlog.topologies.namespace.uri=distributedlog://{{ .Release.Name }}-zookeeper:{{ .Values.zookeeper.clientPort }}/heron
139139
{{- else if eq .Values.uploader.class "s3" }}
@@ -145,8 +145,8 @@ spec:
145145
-D heron.uploader.s3.region={{ .Values.uploader.s3Region }}
146146
{{- end }}
147147
{{- if eq .Values.packing "RoundRobin" }}
148-
-D heron.class.packing.algorithm=com.twitter.heron.packing.roundrobin.RoundRobinPacking
149-
-D heron.class.repacking.algorithm=com.twitter.heron.packing.roundrobin.RoundRobinPacking
148+
-D heron.class.packing.algorithm=org.apache.heron.packing.roundrobin.RoundRobinPacking
149+
-D heron.class.repacking.algorithm=org.apache.heron.packing.roundrobin.RoundRobinPacking
150150
{{- else if eq .Values.packing "ResourceCompliantRR" }}
151151
-D heron.class.packing.algorithm=org.apache.heron.packing.roundrobin.ResourceCompliantRRPacking
152152
-D heron.class.repacking.algorithm=org.apache.heron.packing.roundrobin.ResourceCompliantRRPacking

0 commit comments

Comments
 (0)