renamed URL USER and PASSWD
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/3bc96f8c Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/3bc96f8c Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/3bc96f8c Branch: refs/heads/BIGTOP-2666 Commit: 3bc96f8c7be83ee898d36208c09c224082a0411a Parents: ddeb29f Author: roypradeep <[email protected]> Authored: Mon Oct 31 15:14:44 2016 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Feb 24 11:46:02 2017 -0800 ---------------------------------------------------------------------- .../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/3bc96f8c/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;
