Repository: incubator-hawq Updated Branches: refs/heads/master 33f96f57d -> 6f8722a6b
HAWQ-1141. Correct default values. * hawq.repo.prefix=hdb * hawq.addons.repo.prefix=hdb-add-ons Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/6f8722a6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/6f8722a6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/6f8722a6 Branch: refs/heads/master Commit: 6f8722a6b869167494a1306e9db0ac404ddfa79a Parents: 33f96f5 Author: Ed Espino <[email protected]> Authored: Fri Nov 11 09:27:05 2016 +0800 Committer: Ed Espino <[email protected]> Committed: Fri Nov 11 09:27:05 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/6f8722a6/contrib/hawq-ambari-plugin/build.properties ---------------------------------------------------------------------- diff --git a/contrib/hawq-ambari-plugin/build.properties b/contrib/hawq-ambari-plugin/build.properties index 94736a6..32e0696 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=hawq -hawq.addons.repo.prefix=hawq-add-ons +hawq.repo.prefix=hdb +hawq.addons.repo.prefix=hdb-add-ons repository.version=2.0.1.0 default.stack=HDP-2.5 \ No newline at end of file
