Browse Source

[sqoop] Fix tests

Abraham Elmahrek 12 years ago
parent
commit
b2825a45a0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      apps/sqoop/src/sqoop/test_base.py

+ 2 - 2
apps/sqoop/src/sqoop/test_base.py

@@ -45,8 +45,8 @@ class SqoopServerProvider(object):
   """
   Setup a Sqoop server.
   """
-  TEST_PORT = '18080'
-  TEST_SHUTDOWN_PORT = '18081'
+  TEST_PORT = '19080'
+  TEST_SHUTDOWN_PORT = '19081'
   HOME = get_run_root('ext/sqoop/sqoop')
 
   requires_hadoop = True