vinoyang created KYLIN-3757:
-------------------------------

             Summary: Support find-hive-dependency script for mac os x
                 Key: KYLIN-3757
                 URL: https://issues.apache.org/jira/browse/KYLIN-3757
             Project: Kylin
          Issue Type: Improvement
          Components: Tools, Build and Test
            Reporter: vinoyang


find-hive-dependency.sh script contains this command :
{code:java}
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/:$//'`
{code}
In mac os x it will report the following error message:
{code:java}
find: -printf: unknown primary or operator
{code}
 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to