You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by Makoto Yui <yu...@gmail.com> on 2015/02/06 12:31:27 UTC

[ANN] Hivemall v0.3 is now available

Hello all,

We are excited to announce that a new stable version of Hivemall
(v0.3.0) is now available.

    https://github.com/myui/hivemall/releases/tag/v0.3.0

Hivemall provides a collection of machine learning algorithms as Hive
UDFs/UDAFs/UDTFs.

The main enhancement in v0.3.0 is the support for matrix factorization.

Hope you enjoy the release! Feedback and pull requests are welcome.

Thanks,
Makoto

Re: Compile hive-0.10.0 failure due to XML pasing issues

Posted by Zhuo Liu <zz...@tigermail.auburn.edu>.
A little more info:

/data/xwang/hive-0.10.0/src/build.xml:538: The following error occurred while executing this line:
/data/xwang/hive-0.10.0/src/builtins/build.xml:37: The following error occurred while executing this line:
/data/xwang/hive-0.10.0/src/pdk/scripts/build-plugin.xml:110: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: com.sun.org
.apache.xml.internal.utils.WrappedRuntimeException: XML document structures must start and end within the same entity.

build-plugin.xml:110
107     <xslt style="${pdk.script.dir}/class-registration.xsl"
108       force="true"
109       in="${build.metadata}/class-info.xml"
110       out="${build.metadata}/class-registration.sql">
111       <param name="functionPrefix" expression="${function.sql.prefix}"/>
112     </xslt>



Best Regards,
Zhuo Liu
Ph.D. Student, CSSE department
Auburn University, AL 36849
http://www.auburn.edu/~zzl0014/

________________________________________
From: Zhuo Liu
Sent: Friday, February 6, 2015 11:43 AM
To: user@hive.apache.org
Subject: Compile hive-0.10.0 failure due to XML pasing issues

Dear everyone,

Have you met the following issues when compiling hive-0.10.0? Thanks very much

hive-0.10.0/src/$ ant clean package


BUILD FAILED
/data/xwang/hive-0.10.0/src/build.xml:538: The following error occurred while executing this line:
/data/xwang/hive-0.10.0/src/builtins/build.xml:37: The following error occurred while executing this line:
/data/xwang/hive-0.10.0/src/pdk/scripts/build-plugin.xml:110: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: com.sun.org
.apache.xml.internal.utils.WrappedRuntimeException: Content is not allowed in prolog.
        at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:719)
        at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:313)
        at org.apache.tools.ant.taskdefs.optional.TraXLiaison.transform(TraXLiaison.java:194)
        at org.apache.tools.ant.taskdefs.XSLTProcess.process(XSLTProcess.java:839)
        at org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:386)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
... ...
org.xml.sax.SAXParseException: Content is not allowed in prolog.



My system configuration:
jdk1.6.0_21/bin/java
apache-ant-1.8.1/bin/ant

Linux gpu-0-20 2.6.32-504.el6.x86_64 #1 SMP Wed Oct 15 04:27:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/redhat-release
CentOS release 6.6 (Final)


Best Regards,
Zhuo Liu
Ph.D. Student, CSSE department
Auburn University, AL 36849
http://www.auburn.edu/~zzl0014/


Compile hive-0.10.0 failure due to XML pasing issues

Posted by Zhuo Liu <zz...@tigermail.auburn.edu>.
Dear everyone,

Have you met the following issues when compiling hive-0.10.0? Thanks very much

hive-0.10.0/src/$ ant clean package


BUILD FAILED
/data/xwang/hive-0.10.0/src/build.xml:538: The following error occurred while executing this line:
/data/xwang/hive-0.10.0/src/builtins/build.xml:37: The following error occurred while executing this line:
/data/xwang/hive-0.10.0/src/pdk/scripts/build-plugin.xml:110: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: com.sun.org
.apache.xml.internal.utils.WrappedRuntimeException: Content is not allowed in prolog.
        at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:719)
        at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:313)
        at org.apache.tools.ant.taskdefs.optional.TraXLiaison.transform(TraXLiaison.java:194)
        at org.apache.tools.ant.taskdefs.XSLTProcess.process(XSLTProcess.java:839)
        at org.apache.tools.ant.taskdefs.XSLTProcess.execute(XSLTProcess.java:386)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
... ...
org.xml.sax.SAXParseException: Content is not allowed in prolog.



My system configuration:
jdk1.6.0_21/bin/java
apache-ant-1.8.1/bin/ant

Linux gpu-0-20 2.6.32-504.el6.x86_64 #1 SMP Wed Oct 15 04:27:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
$ cat /etc/redhat-release
CentOS release 6.6 (Final)


Best Regards,
Zhuo Liu
Ph.D. Student, CSSE department
Auburn University, AL 36849
http://www.auburn.edu/~zzl0014/


Re: [ANN] Hivemall v0.3 is now available

Posted by Sanjay Subramanian <sa...@yahoo.com>.
awesome thank u. really value your ML contributions.
regardssanjay
      From: Makoto Yui <yu...@gmail.com>
 To: user@hive.apache.org 
 Sent: Friday, February 6, 2015 3:31 AM
 Subject: [ANN] Hivemall v0.3 is now available
   
Hello all,

We are excited to announce that a new stable version of Hivemall
(v0.3.0) is now available.

    https://github.com/myui/hivemall/releases/tag/v0.3.0

Hivemall provides a collection of machine learning algorithms as Hive
UDFs/UDAFs/UDTFs.

The main enhancement in v0.3.0 is the support for matrix factorization.

Hope you enjoy the release! Feedback and pull requests are welcome.

Thanks,
Makoto