Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
fix pig config
Browse files Browse the repository at this point in the history
  • Loading branch information
Costin Leau committed Oct 4, 2012
1 parent dda989a commit 98cb699
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -32,7 +32,12 @@
</script>
</pig>

<pig-runner id="pig-scripts" xmlns="http://www.springframework.org/schema/hadoop" post-action="foo">
<hdp:script id="nop-script" language="javascript">
println("Called script")
</hdp:script>


<pig-runner id="pig-scripts" xmlns="http://www.springframework.org/schema/hadoop" post-action="nop-script">
<script location="org/springframework/data/hadoop/pig/script.pig" />
<script>
<arguments>
Expand Down

0 comments on commit 98cb699

Please sign in to comment.