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:
Sijie Guo 2020-06-23 10:14:23 -07:00 committed by GitHub
parent 6cddb81da1
commit 9778ce2fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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