Github user jtstorck commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1246#discussion_r88740528
  
    --- Diff: nifi-docs/src/main/asciidoc/administration-guide.adoc ---
    @@ -1599,7 +1599,97 @@ java.arg.16=-Dsun.security.krb5.debug=true
     This will cause the debug output to be written to the NiFi Bootstrap log 
file. By default, this is located at _$NIFI_HOME/logs/nifi-bootstrap.log_.
     This output can be rather verbose but provides extremely valuable 
information for troubleshooting Kerberos failures.
     
    +[[zookeeper_migrator]]
    +=== ZooKeeper Migrator
    +You can use the NiFi ZooKeeper Migrator to perform the following tasks:
     
    +* Move ZooKeeper information from one ZooKeeper cluster to another
    +* Migrating ZooKeeper node ownership
    +
    +For example, you may want to use the ZooKeeper Migrator when you are:
    +
    +* Upgrading from NiFi 0.x to NiFi 1.x in which embedded ZooKeepers are used
    +* Migrating from an embedded ZooKeeper in NiFi 0.x or 1.x to an external 
ZooKeeper
    +* Upgrading from NiFi 0.x with an external ZooKeeper to NiFi 1.x with the 
same external ZooKeeper
    +* Migrating from an external ZooKeeper to an embedded ZooKeeper in NiFi 1.x
    +
    +The NiFi ZooKeeper Migrator (`zk-migrator.sh`) is part of the NiFi Toolkit 
and is downloaded separately from the
    --- End diff --
    
    Might want to remove the mention of zk-migrator.sh here, since the tool 
provites a .bat file for Windows as well.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to