BIGTOP-2337. Fix script to make deb in Tajo Signed-off-by: Youngwoo Kim <[email protected]>
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/BIGTOP-2320 Commit: 530985d83258229c3c178d37599ae3d1b1e47e7a Parents: 3565e09 Author: yeongeon <[email protected]> Authored: Wed Feb 17 16:12:29 2016 +0900 Committer: Youngwoo Kim <[email protected]> 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
