Skip to content

Commit 4b83b62

Browse files
committed
Helper script to copy assembly to PIGDIR
1 parent 446fd58 commit 4b83b62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UdfWorkflow.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
#sbt compile
3+
#sbt package
4+
cp /home/me/Git/Scala-Pig/target/Scala-Pig-assembly-1.0.jar /usr/local/pig/tutorial/pigtmp
5+

0 commit comments

Comments
 (0)