aboutsummaryrefslogtreecommitdiff
path: root/bigtop-tests/spec-tests
diff options
context:
space:
mode:
authorroypradeep <roypr@us.ibm.com>2016-11-02 11:40:36 -0700
committerRoman Shaposhnik <rvs@apache.org>2017-03-23 10:27:11 -0700
commit241c8397215fe42e9e0b3881814b98071065325d (patch)
treef0a80045eaefc2482d75ff4b18382778ef37c7be /bigtop-tests/spec-tests
parent55ef7684e0a16c9a3e64cbbba81669c2eb82de2d (diff)
changed url username and password strings
(cherry picked from commit ef77cfb55129f1ec2f1c96e136405be2a53bd45b)
Diffstat (limited to 'bigtop-tests/spec-tests')
-rw-r--r--bigtop-tests/spec-tests/runtime/src/test/java/org/odpi/specs/runtime/hive/TestBeeline.java8
1 files changed, 5 insertions, 3 deletions
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 682949d9..578621aa 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;