mirror of https://github.com/apache/nifi.git
NIFI-259: Updated documentation, added digest username/password
This commit is contained in:
commit
7a3e3efce1
|
@ -637,7 +637,6 @@ This output can be rather verbose but provides extremely valuable information fo
|
|||
|
||||
|
||||
|
||||
|
||||
[[clustering]]
|
||||
Clustering Configuration
|
||||
------------------------
|
||||
|
|
|
@ -23,8 +23,6 @@ import java.io.FileInputStream;
|
|||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.util.Properties;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
import java.util.concurrent.locks.LockSupport;
|
||||
|
||||
import org.apache.nifi.util.NiFiProperties;
|
||||
import org.apache.zookeeper.server.ServerConfig;
|
||||
|
|
|
@ -199,5 +199,4 @@ public class TestZooKeeperStateProvider extends AbstractTestStateProvider {
|
|||
authorizedProvider.shutdown();
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue