|
@@ -2,12 +2,12 @@
|
|
|
# ===================================
|
|
# ===================================
|
|
|
#
|
|
#
|
|
|
# For complete documentation about the contents of this file, run
|
|
# For complete documentation about the contents of this file, run
|
|
|
-# $ <hue_root>/build/env/bin/hue config_help
|
|
|
|
|
|
|
+# $ <hue_root>/build/env/bin/hue config_help
|
|
|
#
|
|
#
|
|
|
# All .ini files under the current directory are treated equally. Their
|
|
# All .ini files under the current directory are treated equally. Their
|
|
|
# contents are merged to form the Hue configuration, which can
|
|
# contents are merged to form the Hue configuration, which can
|
|
|
# can be viewed on the Hue at
|
|
# can be viewed on the Hue at
|
|
|
-# http://<hue_host>:<port>/dump_config
|
|
|
|
|
|
|
+# http://<hue_host>:<port>/dump_config
|
|
|
|
|
|
|
|
|
|
|
|
|
###########################################################################
|
|
###########################################################################
|
|
@@ -440,8 +440,8 @@
|
|
|
help = "The command-line Flume client interface."
|
|
help = "The command-line Flume client interface."
|
|
|
|
|
|
|
|
[[[[ environment ]]]]
|
|
[[[[ environment ]]]]
|
|
|
- # You can specify environment variables for the Flume shell
|
|
|
|
|
- # in this section.
|
|
|
|
|
|
|
+ # You can specify environment variables for the Flume shell
|
|
|
|
|
+ # in this section.
|
|
|
|
|
|
|
|
# Define and configure a new shell type "pig"
|
|
# Define and configure a new shell type "pig"
|
|
|
# ------------------------------------------------------------------------
|
|
# ------------------------------------------------------------------------
|
|
@@ -451,12 +451,23 @@
|
|
|
help = "The command-line interpreter for Pig"
|
|
help = "The command-line interpreter for Pig"
|
|
|
|
|
|
|
|
[[[[ environment ]]]]
|
|
[[[[ environment ]]]]
|
|
|
- # You can specify environment variables for the Pig shell
|
|
|
|
|
- # in this section. Note that JAVA_HOME must be configured
|
|
|
|
|
- # for the Pig shell to run.
|
|
|
|
|
|
|
+ # You can specify environment variables for the Pig shell
|
|
|
|
|
+ # in this section. Note that JAVA_HOME must be configured
|
|
|
|
|
+ # for the Pig shell to run.
|
|
|
|
|
|
|
|
- [[[[[ JAVA_HOME ]]]]]
|
|
|
|
|
- value = "/usr/lib/jvm/java-6-sun"
|
|
|
|
|
|
|
+ [[[[[ JAVA_HOME ]]]]]
|
|
|
|
|
+ value = "/usr/lib/jvm/java-6-sun"
|
|
|
|
|
+
|
|
|
|
|
+ # Define and configure a new shell type "sqoop2"
|
|
|
|
|
+ # ------------------------------------------------------------------------
|
|
|
|
|
+ [[[ sqoop2 ]]]
|
|
|
|
|
+ nice_name = "Sqoop2 Shell"
|
|
|
|
|
+ command = "/usr/bin/sqoop2"
|
|
|
|
|
+ help = "The command-line Sqoop2 client."
|
|
|
|
|
+
|
|
|
|
|
+ [[[[ environment ]]]]
|
|
|
|
|
+ # You can configure environment variables for the Sqoop2 shell
|
|
|
|
|
+ # in this section.
|
|
|
|
|
|
|
|
# Define and configure a new shell type "hbase"
|
|
# Define and configure a new shell type "hbase"
|
|
|
# ------------------------------------------------------------------------
|
|
# ------------------------------------------------------------------------
|
|
@@ -466,8 +477,8 @@
|
|
|
help = "The command-line HBase client interface."
|
|
help = "The command-line HBase client interface."
|
|
|
|
|
|
|
|
[[[[ environment ]]]]
|
|
[[[[ environment ]]]]
|
|
|
- # You can configure environment variables for the HBase shell
|
|
|
|
|
- # in this section.
|
|
|
|
|
|
|
+ # You can configure environment variables for the HBase shell
|
|
|
|
|
+ # in this section.
|
|
|
|
|
|
|
|
|
|
|
|
|
###########################################################################
|
|
###########################################################################
|