diff --git a/pravega-cli/gradle.properties b/pravega-cli/gradle.properties index 1685454..9fa5791 100644 --- a/pravega-cli/gradle.properties +++ b/pravega-cli/gradle.properties @@ -20,7 +20,7 @@ jsonSimpleVersion=1.1.1 lombokVersion=1.18.4 mockitoVersion=2.23.0 nettyVersion=4.1.30.Final -pravegaVersion=0.6.0-50.9f4fc18-SNAPSHOT +pravegaVersion=0.5.0 slf4jApiVersion=1.7.25 spotbugsPluginVersion=1.6.9 spotbugsVersion=3.1.11 diff --git a/pravega-cli/src/main/resources/config.properties b/pravega-cli/src/main/resources/config.properties index e177071..fe69b74 100644 --- a/pravega-cli/src/main/resources/config.properties +++ b/pravega-cli/src/main/resources/config.properties @@ -14,16 +14,16 @@ cli.userName=admin cli.password=1111_aaaa # Config for CLI Controller REST/GRPC endpoints. -cli.controllerRestUri=http://localhost:9091 +cli.controllerRestUri=http://localhost:10080 cli.controllerGrpcUri=tcp://localhost:9090 cli.metadataBackend=segmentstore # General configuration for the Pravega cluster at hand. -pravegaservice.clusterName=pravega-cluster +pravegaservice.clusterName=pravega pravegaservice.containerCount=4 # Config for Zookeeper service. pravegaservice.zkURL=localhost:2181 # Config for Bookkeeper commands. -bookkeeper.bkLedgerPath=/pravega/pravega-cluster/bookkeeper/ledgers \ No newline at end of file +bookkeeper.bkLedgerPath=/pravega/pravega/bookkeeper/ledgers