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/c44a1c6b Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/c44a1c6b Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/c44a1c6b Branch: refs/heads/BIGTOP-1406 Commit: c44a1c6baf2f852a9e80158c17ee5b5b76820842 Parents: 39f9eb0 Author: roypradeep <[email protected]> Authored: Mon Oct 31 15:14:44 2016 -0700 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Feb 24 12:03:47 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/c44a1c6b/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;
