
|
If you were logged in you would be able to see more operations.
|
|
|
| Compatibility: |
new feature
|
|
For hadoop deployments I need
-the full hostname of a machine; IP addresses are not adequate as HDFS does a reverse lookup to determine its name
-maybe: the ability to take a hostname and return the address, dnslookup("something") => IP address
-a function or other way to get the hostname of a local machine: LOCALHOST or localhost();
-a function to get the IPAddr of the local host localhostaddress()
-a function to go from an IP Address (inc 127.0.0.1) to a hostname, maybe fully qualified
|
|
Description
|
For hadoop deployments I need
-the full hostname of a machine; IP addresses are not adequate as HDFS does a reverse lookup to determine its name
-maybe: the ability to take a hostname and return the address, dnslookup("something") => IP address
-a function or other way to get the hostname of a local machine: LOCALHOST or localhost();
-a function to get the IPAddr of the local host localhostaddress()
-a function to go from an IP Address (inc 127.0.0.1) to a hostname, maybe fully qualified |
Show » |
|
I am therefore adding a component that will work out its own hostname and add that as an attribute, along with its address. Wherever you deploy that component, you get its values.