[
https://issues.apache.org/jira/browse/KYLIN-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16738953#comment-16738953
]
Shaofeng SHI commented on KYLIN-3757:
-------------------------------------
Thanks for the reporting; A patch is welcomed!
> 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
> Assignee: vinoyang
> Priority: Major
>
> 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)