Quellcode durchsuchen

[shell] Update path to Sqoop2 binary

Romain Rigaux vor 12 Jahren
Ursprung
Commit
5910674731
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      desktop/conf.dist/hue.ini
  2. 1 1
      desktop/conf/pseudo-distributed.ini.tmpl

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

@@ -473,7 +473,7 @@
     # ------------------------------------------------------------------------
     [[[ sqoop2 ]]]
       nice_name = "Sqoop2 Shell"
-      command = "/usr/bin/sqoop"
+      command = "/usr/bin/sqoop2"
       help = "The command-line Sqoop2 client."
 
       [[[[ environment ]]]]

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

@@ -487,7 +487,7 @@
     # ------------------------------------------------------------------------
     [[[ sqoop2 ]]]
       nice_name = "Sqoop2 Shell"
-      command = "/usr/bin/sqoop"
+      command = "/usr/bin/sqoop2"
       help = "The command-line Sqoop2 client."
 
       [[[[ environment ]]]]