I was following the "FirstHyracksEXample" here:
https://code.google.com/p/hyracks/wiki/FirstHyracksExample and got to the point where I was starting a "Node Controller." That step failed with the following error:
Option "-result-ip-address" is required
-app-nc-main-class VAL : Application NC Main Class
-cc-host VAL : Cluster Controller host name
-cc-port N : Cluster Controller port (default: 1099)
-cluster-net-ip-address VAL : IP Address to bind cluster listener
-data-ip-address VAL : IP Address to bind data listener
-iodevices VAL : Comma separated list of IO Device mount points (d
efault: One device in default temp folder)
-max-memory N : Maximum memory usable at this Node Controller in
bytes (default: -1 auto)
-net-thread-count N : Number of threads to use for Network I/O (default
: 1)
-node-id VAL : Logical name of node controller unique within the
cluster
-result-ip-address VAL : IP Address to bind dataset result distribution li
stener
-result-manager-memory N : Memory usable for result caching at this Node Con
troller in bytes (default: -1 auto)
-result-sweep-threshold N : The duration within which an instance of the resu
lt cleanup should be invoked in milliseconds. (de
fault: 1 minute)
-result-time-to-live N : Limits the amount of time results for asynchronou
s jobs should be retained by the system in millis
econds. (default: 24 hours)
It would seem that I'm missing the "result-ip-address" (127.0.0.1, presumably). I didn't see any mention of that in the documentation. How should I proceed? Open a bug? Edit the wiki? What?
Dan