HIVE-13034 : Fix directory layout and permission on debian (Arshad Matin, reviewed by Amareshwari Sriramadasu)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/5eb1a626 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/5eb1a626 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/5eb1a626 Branch: refs/heads/llap Commit: 5eb1a6267bd09561a856f49377a96394f6a655eb Parents: 5c07894 Author: Arshad Matin <[email protected]> Authored: Fri Feb 26 19:06:28 2016 +0530 Committer: Amareshwari Sriramadasu <[email protected]> Committed: Fri Feb 26 19:06:28 2016 +0530 ---------------------------------------------------------------------- packaging/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/5eb1a626/packaging/pom.xml ---------------------------------------------------------------------- diff --git a/packaging/pom.xml b/packaging/pom.xml index 7607991..7f668b3 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -112,6 +112,14 @@ <type>directory</type> <mapper> <type>perm</type> + <prefix>/usr/local/hive</prefix> + </mapper> + </data> + <data> + <src>target/apache-hive-${project.version}-bin/apache-hive-${project.version}-bin/bin</src> + <type>directory</type> + <mapper> + <type>perm</type> <prefix>/usr/local/hive/bin</prefix> <filemode>755</filemode> </mapper>
