You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2017/02/24 19:52:40 UTC

[37/50] [abbrv] bigtop git commit: changed url username and password strings

changed url username and password strings


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

Branch: refs/heads/BIGTOP-2666
Commit: 5678bcf5e4a724026294e507ac32cb0bc1662646
Parents: a03c50d
Author: roypradeep <ro...@us.ibm.com>
Authored: Wed Nov 2 11:40:36 2016 -0700
Committer: Roman Shaposhnik <rv...@apache.org>
Committed: Fri Feb 24 11:46:06 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/bigtop/blob/5678bcf5/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 682949d..578621a 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
@@ -31,9 +31,11 @@ import java.util.Map;
 public class TestBeeline {
 	
 	public static final Log LOG = LogFactory.getLog(TestBeeline.class.getName());
-	private static final String URL = "odpiHiveTestJdbcUrl";
-	private static final String USER = "odpiHiveTestJdbcUser";
-	private static final String PASSWD = "odpiHiveTestJdbcPassword";
+	
+	private static final String URL = "odpi.test.hive.jdbc.url";
+	private static final String USER = "odpi.test.hive.jdbc.user";
+	private static final String PASSWD = "odpi.test.hive.jdbc.password";
+	
 	private static Map<String, String> results;
 	private static String beelineUrl; 
 	private static String beelineUser;