I set in the code
conf.put(Config.DRPC_SERVERS, dprcServers);
        conf.put(Config.DRPC_PORT, 3772);
but when i submit topolgoy i found at the end of the file
 b.s.d.drpc [INFO] Starting Distributed RPC servers...

i checked port 3772 by

sudo netstat -ap | grep 3772

i got

tcp     0    0 *:3772    *:*         LISTEN      10864/java
unix  3      [ ]         STREAM     CONNECTED     13772
587/dbus-daemon     /var/run/dbus/system_bus_socket


why it's not established  ?

can i find help ?

Reply via email to