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

Commit 4847584

Browse files
authored
Purge heron-admin (#3585)
* remove heron-admin binary from release * remove nomad binary from release * remove "standalone" cluster config from release and documentation
1 parent cadf985 commit 4847584

36 files changed

+10
-2681
lines changed

WORKSPACE

-15
Original file line numberDiff line numberDiff line change
@@ -403,21 +403,6 @@ http_archive(
403403
load("@rules_pkg//:deps.bzl", "rules_pkg_dependencies")
404404
rules_pkg_dependencies()
405405

406-
# for nomad repear
407-
http_archive(
408-
name = "nomad_mac",
409-
build_file = "@//:third_party/nomad/nomad.BUILD",
410-
sha256 = "53452f5bb27131f1fe5a5f9178324511bcbc54e4fef5bec4e25b049ac38e0632",
411-
urls = ["https://releases.hashicorp.com/nomad/0.7.0/nomad_0.7.0_darwin_amd64.zip"],
412-
)
413-
414-
http_archive(
415-
name = "nomad_linux",
416-
build_file = "@//:third_party/nomad/nomad.BUILD",
417-
sha256 = "b3b78dccbdbd54ddc7a5ffdad29bce2d745cac93ea9e45f94e078f57b756f511",
418-
urls = ["https://releases.hashicorp.com/nomad/0.7.0/nomad_0.7.0_linux_amd64.zip"],
419-
)
420-
421406
# scala integration
422407
rules_scala_version = "358ab829626c6c2d34ec27f856485d3121e299c7" # Jan 15 2020 - update this as needed
423408

examples/src/java/org/apache/heron/examples/streamlet/SimplePulsarSourceTopology.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public static void main(String[] args) throws Exception {
106106
*/
107107
Source<String> pulsarSource = new PulsarSource(
108108
"pulsar://localhost:6650", // Pulsar connection URL
109-
"persistent://sample/standalone/ns1/heron-pulsar-test-topic", // Pulsar topic
109+
"persistent://sample/nomad/ns1/heron-pulsar-test-topic", // Pulsar topic
110110
"subscription-1" // Subscription name for the Pulsar topic
111111
);
112112

heron/config/src/yaml/conf/standalone/client.yaml

-22
This file was deleted.

heron/config/src/yaml/conf/standalone/cluster.yaml

-20
This file was deleted.

heron/config/src/yaml/conf/standalone/downloader.yaml

-23
This file was deleted.

heron/config/src/yaml/conf/standalone/heron_internals.yaml

-300
This file was deleted.

0 commit comments

Comments
 (0)