Browse Source

[shell] Sqoop 2 instead of Sqoop2 renaming

Romain Rigaux 12 years ago
parent
commit
509895e
2 changed files with 8 additions and 8 deletions
  1. 4 4
      desktop/conf.dist/hue.ini
  2. 4 4
      desktop/conf/pseudo-distributed.ini.tmpl

+ 4 - 4
desktop/conf.dist/hue.ini

@@ -478,15 +478,15 @@
         [[[[[ JAVA_HOME ]]]]]
         [[[[[ JAVA_HOME ]]]]]
           value = "/usr/lib/jvm/java-6-sun"
           value = "/usr/lib/jvm/java-6-sun"
 
 
-    # Define and configure a new shell type "sqoop2"
+    # Define and configure a new shell type "Sqoop 2"
     # ------------------------------------------------------------------------
     # ------------------------------------------------------------------------
     [[[ sqoop2 ]]]
     [[[ sqoop2 ]]]
-      nice_name = "Sqoop2 Shell"
+      nice_name = "Sqoop 2 Shell"
       command = "/usr/bin/sqoop2"
       command = "/usr/bin/sqoop2"
-      help = "The command-line Sqoop2 client."
+      help = "The command-line Sqoop 2 client."
 
 
       [[[[ environment ]]]]
       [[[[ environment ]]]]
-        # You can configure environment variables for the Sqoop2 shell
+        # You can configure environment variables for the Sqoop 2 shell
         # in this section.
         # in this section.
 
 
     # Define and configure a new shell type "hbase"
     # Define and configure a new shell type "hbase"

+ 4 - 4
desktop/conf/pseudo-distributed.ini.tmpl

@@ -492,15 +492,15 @@
         # You can configure environment variables for the HBase shell
         # You can configure environment variables for the HBase shell
         # in this section.
         # in this section.
 
 
-    # Define and configure a new shell type "sqoop2"
+    # Define and configure a new shell type "Sqoop 2"
     # ------------------------------------------------------------------------
     # ------------------------------------------------------------------------
     [[[ sqoop2 ]]]
     [[[ sqoop2 ]]]
-      nice_name = "Sqoop2 Shell"
+      nice_name = "Sqoop 2 Shell"
       command = "/usr/bin/sqoop2"
       command = "/usr/bin/sqoop2"
-      help = "The command-line Sqoop2 client."
+      help = "The command-line Sqoop 2 client."
 
 
       [[[[ environment ]]]]
       [[[[ environment ]]]]
-        # You can configure environment variables for the Sqoop2 shell
+        # You can configure environment variables for the Sqoop 2 shell
         # in this section.
         # in this section.
 
 
     # Define and configure a new shell type "bash" for testing only
     # Define and configure a new shell type "bash" for testing only