The hadoop configuration type makes changes to BDD's Hadoop configuration.
./bdd-admin.sh publish-config hadoop [option <arg>]
hadoop supports the following options.
Option | Description |
---|---|
-u, --hueuri <host>:<port> | HDP only. Sets the HUE_URI property in bdd.conf to the specified URI. |
-l, --clientlibs <path[,path]> | Regenerates the Hadoop fat jar from a
comma-separated list of client libraries.
<path[,path]> must be a
comma-separated list of the new libraries. This can be used to switch to a
different version of your Hadoop distribution.
This must be run with --sparkjar. |
-j, --sparkjar <file> | Sets the location of the Spark on YARN
jar in all BDD configuration files to the specified path.
<file> must be the
absolute path to the Spark on YARN jar on the Hadoop nodes. This can be used to
switch to a different version of your Hadoop distribution.
This must be run with --clientlibs. |
If no options are specified, the script publishes the Hadoop client configuration files to all BDD nodes and updates the Hadoop-related properties in all BDD configuration files.