Skip to content

Tags: kklarsen/hue

Tags

cdh5.3.9-release

Toggle cdh5.3.9-release's commit message
Branch for CDH5.3.9

cdh5.4.9-release

Toggle cdh5.4.9-release's commit message
Branch for CDH5.4.9

cdh5.5.1-release

Toggle cdh5.5.1-release's commit message
Branch for CDH5.5.1

cdh5.5.0-release

Toggle cdh5.5.0-release's commit message
[desktop] Only allow owners to change document permissions

(cherry picked from commit 45287b5)

cdh5.4.8-release

Toggle cdh5.4.8-release's commit message
Branch for CDH5.4.8

cdh5.3.8-release

Toggle cdh5.3.8-release's commit message
Branch for CDH5.3.8

cdh5.4.7-release

Toggle cdh5.4.7-release's commit message
Branch for CDH5.4.7

cdh5.4.5-release

Toggle cdh5.4.5-release's commit message
[libzookeeper] Make sure that ensemble list is converted to a string

ensemble=localhost:2181,localhost:2182,localhost:2183
will create a list
['localhost:2181', 'localhost:2182', 'localhost:2183']

While
ensemble="localhost:2181,localhost:2182,localhost:2183"
will stay as a string
"localhost:2181,localhost:2182,localhost:2183"

Conflicts:

	desktop/libs/libzookeeper/src/libzookeeper/conf.py
	desktop/libs/libzookeeper/src/libzookeeper/tests.py