Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
find-hive-dependency.sh script contains this command :
hive_lib=`find -L ${hive_lib_dir} -name '*.jar' ! -name '*druid*' ! -name '*slf4j*' ! -name '*avatica*' ! -name '*calcite*' ! -name '*jackson-datatype-joda*' ! -name '*derby*' -printf '%p:' | sed 's/:$//'`
In mac os x it will report the following error message:
find: -printf: unknown primary or operator
Attachments
Issue Links
- is blocked by
-
KYLIN-3864 Provide a function to judge whether the os type is Mac os x or not
- Closed