Hi : Im finding that the pom.xml for the sqoop smoke tests requires a "SQOOP_URL":
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<id>enforce-property</id>
<property>SQOOP_URL</property>
...</requireProperty>
</rules>
<fail>true</fail>
</plugin>
What is the role this URL plays? Im not finding it used in the code
anywhere.
--
Jay Vyas
http://jayunit100.blogspot.com
