renamed URL USER and PASSWD
(cherry picked from commit 2933af9085f9315eb780ee9dbe7dee52fa1a89f3)


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/b0571dcb
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/b0571dcb
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/b0571dcb

Branch: refs/heads/master
Commit: b0571dcb8eacdd3a775a07845bfe73f20357d0f6
Parents: bbec845
Author: roypradeep <[email protected]>
Authored: Mon Oct 31 15:14:44 2016 -0700
Committer: Roman Shaposhnik <[email protected]>
Committed: Thu Mar 23 10:27:10 2017 -0700

----------------------------------------------------------------------
 .../src/test/java/org/odpi/specs/runtime/hive/TestBeeline.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/b0571dcb/bigtop-tests/spec-tests/runtime/src/test/java/org/odpi/specs/runtime/hive/TestBeeline.java
----------------------------------------------------------------------
diff --git 
a/bigtop-tests/spec-tests/runtime/src/test/java/org/odpi/specs/runtime/hive/TestBeeline.java
 
b/bigtop-tests/spec-tests/runtime/src/test/java/org/odpi/specs/runtime/hive/TestBeeline.java
index dcd105b..6d34e47 100644
--- 
a/bigtop-tests/spec-tests/runtime/src/test/java/org/odpi/specs/runtime/hive/TestBeeline.java
+++ 
b/bigtop-tests/spec-tests/runtime/src/test/java/org/odpi/specs/runtime/hive/TestBeeline.java
@@ -34,9 +34,9 @@ public class TestBeeline {
 
        public static final Log LOG = 
LogFactory.getLog(TestBeeline.class.getName());
 
-         private static final String URL = "odpiHiveTestBeelineUrl";
-         private static final String USER = "odpiHiveTestBeelineUser";
-         private static final String PASSWD = "odpiHiveTestBeelinePassword";
+         private static final String URL = "odpiHiveTestJdbcUrl";
+         private static final String USER = "odpiHiveTestJdbcUser";
+         private static final String PASSWD = "odpiHiveTestJdbcPassword";
          
          private static Map<String, String> results;
          

Reply via email to