Skip to content

Commit

Permalink
bootstrap action to add Jets3t to Drill
Browse files Browse the repository at this point in the history
  • Loading branch information
pmogren committed May 22, 2015
1 parent 838f084 commit 3bfe15d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions drill/setup_drill_jets3t
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/sh
#Run this after ./setup_drill

pushd /tmp
rm -rf jets3t-0.9.3.zip jets3t-0.9.3
wget http://bitbucket.org/jmurty/jets3t/downloads/jets3t-0.9.3.zip
unzip jets3t-0.9.3.zip
cp -f jets3t-0.9.3/jars/jets3t-0.9.3.jar /home/hadoop/drill/jars/3rdparty
pushd /home/hadoop/drill/bin
cp -af hadoop-excludes.txt hadoop-excludes.txt.old
grep -v jets3t < hadoop-excludes.txt.old > hadoop-excludes.txt
popd
popd
sudo /home/hadoop/drill/bin/drillbit.sh restart

0 comments on commit 3bfe15d

Please sign in to comment.