Remove double quotes from the environment variables (#24)
*Motivation* Some of the environment variables still use double quotes. They result in the following ```bash Could not find or load main class " ```
This commit is contained in:
parent
6cddb81da1
commit
9778ce2fe1
@ -496,9 +496,7 @@ autorecovery:
|
|||||||
##
|
##
|
||||||
configData:
|
configData:
|
||||||
BOOKIE_MEM: >
|
BOOKIE_MEM: >
|
||||||
"
|
|
||||||
-Xms64m -Xmx64m
|
-Xms64m -Xmx64m
|
||||||
"
|
|
||||||
|
|
||||||
## Pulsar Zookeeper metadata. The metadata will be deployed as
|
## Pulsar Zookeeper metadata. The metadata will be deployed as
|
||||||
## soon as the last zookeeper node is reachable. The deployment
|
## soon as the last zookeeper node is reachable. The deployment
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user