You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by yw...@apache.org on 2016/02/17 13:08:30 UTC

bigtop git commit: BIGTOP-2337. Fix script to make deb in Tajo

Repository: bigtop
Updated Branches:
  refs/heads/master 3565e09d8 -> 530985d83


BIGTOP-2337. Fix script to make deb in Tajo

Signed-off-by: Youngwoo Kim <yw...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/530985d8
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/530985d8
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/530985d8

Branch: refs/heads/master
Commit: 530985d83258229c3c178d37599ae3d1b1e47e7a
Parents: 3565e09
Author: yeongeon <ye...@gmail.com>
Authored: Wed Feb 17 16:12:29 2016 +0900
Committer: Youngwoo Kim <yw...@apache.org>
Committed: Wed Feb 17 21:07:26 2016 +0900

----------------------------------------------------------------------
 bigtop-packages/src/deb/tajo/tajo.install | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/530985d8/bigtop-packages/src/deb/tajo/tajo.install
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/deb/tajo/tajo.install b/bigtop-packages/src/deb/tajo/tajo.install
new file mode 100644
index 0000000..2a01b3b
--- /dev/null
+++ b/bigtop-packages/src/deb/tajo/tajo.install
@@ -0,0 +1,13 @@
+/etc/tajo
+/usr/bin/tsql
+/usr/bin/tajo
+/usr/lib/tajo/*.jar
+/usr/lib/tajo/bin/*
+/usr/lib/tajo/extlib
+/usr/lib/tajo/conf
+/usr/lib/tajo/hive/*.jar
+/usr/lib/tajo/lib/*.jar
+/usr/lib/tajo/share/jdbc-dist/*.jar
+/var/lib/tajo
+/var/log/tajo
+/var/run/tajo
\ No newline at end of file