Repository: incubator-hawq Updated Branches: refs/heads/master 6fb913de3 -> 12b2c188e
Revert "HAWQ-1141. Correct default values." This reverts commit 6f8722a6b869167494a1306e9db0ac404ddfa79a. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/12b2c188 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/12b2c188 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/12b2c188 Branch: refs/heads/master Commit: 12b2c188e4c67c5f20b55e186240a516efcef0a8 Parents: 6fb913d Author: Ed Espino <[email protected]> Authored: Mon Nov 14 09:43:42 2016 -0800 Committer: Ed Espino <[email protected]> Committed: Mon Nov 14 09:43:42 2016 -0800 ---------------------------------------------------------------------- contrib/hawq-ambari-plugin/build.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/12b2c188/contrib/hawq-ambari-plugin/build.properties ---------------------------------------------------------------------- diff --git a/contrib/hawq-ambari-plugin/build.properties b/contrib/hawq-ambari-plugin/build.properties index 32e0696..94736a6 100644 --- a/contrib/hawq-ambari-plugin/build.properties +++ b/contrib/hawq-ambari-plugin/build.properties @@ -2,7 +2,7 @@ hawq.release.version=2.0.1 hawq.common.services.version=2.0.0 pxf.release.version=3.1.0 pxf.common.services.version=3.0.0 -hawq.repo.prefix=hdb -hawq.addons.repo.prefix=hdb-add-ons +hawq.repo.prefix=hawq +hawq.addons.repo.prefix=hawq-add-ons repository.version=2.0.1.0 default.stack=HDP-2.5 \ No newline at end of file
