[ 
https://issues.apache.org/jira/browse/HIVEMALL-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16187772#comment-16187772
 ] 

Makoto Yui commented on HIVEMALL-147:
-------------------------------------

{code}
for i in `cat ~/Downloads/functions-names.txt`; 
do 
  count=`find . -name "*.scala" | xargs grep -ie "$i" | wc -l | awk '{print 
$1}'`
  if [ $count -eq 0 ]; then 
    echo "${i}: ${count}";
  fi
done 
{code}

> Support all Hivemall functions of v0.5-rc.1 in Spark Dataframe 
> ---------------------------------------------------------------
>
>                 Key: HIVEMALL-147
>                 URL: https://issues.apache.org/jira/browse/HIVEMALL-147
>             Project: Hivemall
>          Issue Type: New Feature
>            Reporter: Makoto Yui
>            Assignee: Takeshi Yamamuro
>              Labels: spark
>
> Diff since v0.4.2-rc.2.
> git diff v0.4.2-rc.2 master -- resources/ddl/define-udfs.td.hql 
> https://github.com/apache/incubator-hivemall/blob/master/resources/ddl/define-udfs.td.hql#L160



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to