I have a working bash script to run "sqoop help" (ground truth). When run via an oozie shell script the same command generates a " find: paths must precede expression: <jarfile>" message.
I have: - specified oozie.libpath to point to sqoop, hive, and hcatalog sharelibs in /user/oozie/shared/lib/lib_<yyyMMddhhmmss> directory - placed hive-site.xml is local to the workspace - placed jdbc drivers in workspace lib directory (although they are not requried for this) - tried copying the contents of /usr/lib/hive/lib and /usr/lib/sqoop/lib to workspace /lib directory (this results in different jar file failing "find" command) - removed all files from workspace /lib directory It appears that this error is generated for one of the first one or two fully qualified jars in mapreduce.job.cache.files and mapreduce.job.classpath.files as seen in action.xml. Fist when using workspace /lib and second when only using oozie shared libs. I can find no reference to the "find" command in the sqoop or configure-sqoop scripts. any help is appreciated
