go-zookeeper
go-zookeeper copied to clipboard
jaas conf option
I am trying to do a Get( ) but i get not authenticated error, I can do export JVMFLAGS ; zkCli.sh -server blah and get the value of this node.
When I try to however do this -
if cmdOut, err := exec.Command("/tmp/export_flags.sh").Output(); err != nil {
fmt.Fprintln(os.Stderr, "There was an error runningexport command: ", err)
} else {
fmt.Printf("%v", cmdOut)
}
That doesn't seem to do the trick prior to running c.Get(path) ...
Is the project still alive?