[GitHub] nifi issue #1193: NIFI-2957 ZooKeeper Migration Toolkit

2016-11-11 Thread jtstorck
Github user jtstorck commented on the issue: https://github.com/apache/nifi/pull/1193 Also removed tests that specify a port for Zookeeper in favor of tests that check the connect string and path parsing from the command line. --- If your project is set up for it, you can reply to th

[GitHub] nifi issue #1193: NIFI-2957 ZooKeeper Migration Toolkit

2016-11-11 Thread jtstorck
Github user jtstorck commented on the issue: https://github.com/apache/nifi/pull/1193 @brosander New commit on the PR addresses the CNFE when connecting to ZK, and added some documentation to the code in ZooKeeperMigrator that writes to Zookeeper. --- If your project is set up for i

[GitHub] nifi issue #1193: NIFI-2957 ZooKeeper Migration Toolkit

2016-11-10 Thread brosander
Github user brosander commented on the issue: https://github.com/apache/nifi/pull/1193 With the new build I'm seeing errors running though the steps [here](https://github.com/jtstorck/docker-zk-krb#run-the-zk-migrator-to-read-the-protected-nodes-for-client-from-zookeeper). ```

[GitHub] nifi issue #1193: NIFI-2957 ZooKeeper Migration Toolkit

2016-11-10 Thread jtstorck
Github user jtstorck commented on the issue: https://github.com/apache/nifi/pull/1193 @brosander Updated the logging config to lessen the logging framework's output at startup and added a config to the assembly's classpath dir. --- If your project is set up for it, you can reply to t

[GitHub] nifi issue #1193: NIFI-2957 ZooKeeper Migration Toolkit

2016-11-10 Thread brosander
Github user brosander commented on the issue: https://github.com/apache/nifi/pull/1193 @jtstorck having both logback and log4j on the classpath is causing slf4j to complain: ``` SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/opt

[GitHub] nifi issue #1193: NIFI-2957 ZooKeeper Migration Toolkit

2016-11-10 Thread jtstorck
Github user jtstorck commented on the issue: https://github.com/apache/nifi/pull/1193 @brosander Code has been updated to allow sending data to the root of a Zookeeper server. Also, you shouldn't have to specify the port when sending data if Zookeeper is running on the default port.

[GitHub] nifi issue #1193: NIFI-2957 ZooKeeper Migration Toolkit

2016-11-10 Thread brosander
Github user brosander commented on the issue: https://github.com/apache/nifi/pull/1193 @jtstorck I'm having some problems trying to save a path (/node) and then restore at the same path in a new zookeeper instance. Here's what I'm getting (with a teardown and reinstantiation o

[GitHub] nifi issue #1193: NIFI-2957 ZooKeeper Migration Toolkit

2016-11-10 Thread brosander
Github user brosander commented on the issue: https://github.com/apache/nifi/pull/1193 @jtstorck I'm getting logging messages in stdout when I don't specify a file: ``` SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/opt/nifi-too