You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemall.apache.org by my...@apache.org on 2019/12/19 07:49:32 UTC

svn commit: r37293 - /release/incubator/hivemall/0.6.0-incubating/

Author: myui
Date: Thu Dec 19 07:49:31 2019
New Revision: 37293

Log:
Put hivemall version 0.6.0-incubating release artifacts

Added:
    release/incubator/hivemall/0.6.0-incubating/
    release/incubator/hivemall/0.6.0-incubating/ChangeLog.html
    release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-site.xml
    release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-site.xml.asc
    release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-site.xml.sha512
    release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-source-release.zip   (with props)
    release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-source-release.zip.asc
    release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-source-release.zip.sha512
    release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating.pom
    release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating.pom.asc
    release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating.pom.sha512

Added: release/incubator/hivemall/0.6.0-incubating/ChangeLog.html
==============================================================================
--- release/incubator/hivemall/0.6.0-incubating/ChangeLog.html (added)
+++ release/incubator/hivemall/0.6.0-incubating/ChangeLog.html Thu Dec 19 07:49:31 2019
@@ -0,0 +1,145 @@
+<html>
+<title>Release Notes - Apache Hivemall - Version 0.6.0</title>
+<body>
+        Release Notes - Apache Hivemall - Version 0.6.0
+
+
+<h2>        New Feature
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-171'>HIVEMALL-171</a>] -         Tracing functionality for prediction of DecisionTrees
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-231'>HIVEMALL-231</a>] -         Create Subarray UDF
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-248'>HIVEMALL-248</a>] -         UDFs for Kuromoji stoptags
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-253'>HIVEMALL-253</a>] -         UDF map_roulette() created
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-261'>HIVEMALL-261</a>] -         Support argmax/argmin UDF
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-262'>HIVEMALL-262</a>] -         Support argsort/argrank UDF
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-276'>HIVEMALL-276</a>] -         [Umbrella] official support for xgboost v0.90
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-281'>HIVEMALL-281</a>] -         Support max_by, min_by, majority_vote UDAF 
+</li>
+</ul>
+
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-165'>HIVEMALL-165</a>] -         array_remove UDF throws exception when the first argument is null
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-232'>HIVEMALL-232</a>] -         [DOC] Fix typo in the Top-K document
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-235'>HIVEMALL-235</a>] -         Fix [Double|Int|Float|Long]ArrayList bug in expansion where size=0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-236'>HIVEMALL-236</a>] -         to_json cause KryoException/NullPointerException with ArrayList due to Kryo bug
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-238'>HIVEMALL-238</a>] -         from_json UDF does not work for top-level map object
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-259'>HIVEMALL-259</a>] -         [BUG] feature_binning does not work properly under certain conditions
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-260'>HIVEMALL-260</a>] -         Remove dependencies to Scala library in xgboost classifier
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-268'>HIVEMALL-268</a>] -         train_ffm(features,label) causes NPE while train_ffm(features,label,&#39;&#39;) works fine
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-274'>HIVEMALL-274</a>] -         Wrong target variable name in the step-by-step tutorial
+</li>
+</ul>
+
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-43'>HIVEMALL-43</a>] -         [MIXSERV][Umbrella] ProtocolBuffer-based MixMessage serialization
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-107'>HIVEMALL-107</a>] -         Move `spark-shell` into Docker
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-121'>HIVEMALL-121</a>] -         Add `-libsvm` formatting option for `feature_hashing`
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-178'>HIVEMALL-178</a>] -         NaN/missing value/null values handling in RandomForest
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-200'>HIVEMALL-200</a>] -         Add an option to return PartOfSpeech in tokenize_ja and tokenize_cn
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-226'>HIVEMALL-226</a>] -         Move hivemall.fm and hivemall.mf packages to under hivemall.factorization
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-230'>HIVEMALL-230</a>] -         Revise Optimizer Implementation
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-233'>HIVEMALL-233</a>] -         RandomForest regressor accepts sparse vector input
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-234'>HIVEMALL-234</a>] -         Fix mismatched default value between EtaEstimator and UDF option description
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-245'>HIVEMALL-245</a>] -         Refactor RandomForest for Sparse Data handling
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-246'>HIVEMALL-246</a>] -         Add validation for feature UDF
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-249'>HIVEMALL-249</a>] -         Fix fmeasure UDAF to support any integers
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-251'>HIVEMALL-251</a>] -         Add option to return PartOfSpeech information for tokenize_ja
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-258'>HIVEMALL-258</a>] -         Add UDF to convert feature/label in Libsvm format
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-271'>HIVEMALL-271</a>] -         Make xgboost hyperparameters configurable
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-272'>HIVEMALL-272</a>] -         Refine xgboost_predict implementation
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-273'>HIVEMALL-273</a>] -         Support xgboost v0.90
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-275'>HIVEMALL-275</a>] -         Fix xgboost module to create DMatrix from CSRMatrix
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-278'>HIVEMALL-278</a>] -         Bump up matrix4j dependencies to v0.9.1
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-279'>HIVEMALL-279</a>] -         Support xgboost v0.90 hyperparameters
+</li>
+</ul>
+            
+<h2>        Task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-25'>HIVEMALL-25</a>] -         [DOC] Update UserGuide for v0.6
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-153'>HIVEMALL-153</a>] -         [Umbrella] Release Hivemall v0.6.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-214'>HIVEMALL-214</a>] -         Update userguide for General Classifier/Regressor example
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-237'>HIVEMALL-237</a>] -         Add usage in ML function reference page
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-241'>HIVEMALL-241</a>] -         Change minimum Java version requirements from 7 to 8
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-242'>HIVEMALL-242</a>] -         Drop support for Spark 2.1
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-243'>HIVEMALL-243</a>] -         Fix nominal variable handling in DecisionTree and RegressionTree
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-244'>HIVEMALL-244</a>] -         Support Java9, Java11(LTS), and Java12
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-247'>HIVEMALL-247</a>] -         Recommend hive.optimize.cte.materialize.threshold=2 in Hive tuning tips
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-267'>HIVEMALL-267</a>] -         Drop Spark Dataframe support
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-269'>HIVEMALL-269</a>] -         Use matrix4j for the matrix module
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-270'>HIVEMALL-270</a>] -         Remove rand_gid/rand_gid2 macro
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-283'>HIVEMALL-283</a>] -         Bump up netty version to 4.1.42.Final
+</li>
+</ul>
+
+<h2>        Sub-task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-26'>HIVEMALL-26</a>] -         Add documentation about Hivemall on Apache Spark
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-27'>HIVEMALL-27</a>] -         Add documentation about Xgboost support in v0.6.0
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-56'>HIVEMALL-56</a>] -         Add documentation about Similarity/Distance functions
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-158'>HIVEMALL-158</a>] -         Refine deprecated userguide contents
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-159'>HIVEMALL-159</a>] -         Add documentation about One-hot encoding
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/HIVEMALL-250'>HIVEMALL-250</a>] -         Add documentation about binarize_label UDTF
+</li>
+</ul>
+
+</body>
+</html>
\ No newline at end of file

Added: release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-site.xml
==============================================================================
--- release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-site.xml (added)
+++ release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-site.xml Thu Dec 19 07:49:31 2019
@@ -0,0 +1,123 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project name="Apache Hivemall" xmlns="http://maven.apache.org/DECORATION/1.7.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd">
+
+	<skin>
+		<groupId>org.apache.maven.skins</groupId>
+		<artifactId>maven-fluido-skin</artifactId>
+		<version>1.6</version>
+	</skin>
+
+	<custom>
+		<fluidoSkin>
+			<topBarEnabled>true</topBarEnabled>
+			<navBarStyle>navbar-inverse</navBarStyle>
+			<!--
+            <topBarContainerStyle>width: 80%;</topBarContainerStyle>
+			<topBarIcon>
+				<name>Apache Hivemall</name>
+				<alt>Apache Hivemall</alt>
+				<src>/images/hivemall-logo-small.png</src>
+				<href>/index.html</href>
+			</topBarIcon>
+			-->
+			<sideBarEnabled>false</sideBarEnabled>
+			<sourceLineNumbersEnabled>false</sourceLineNumbersEnabled>
+			<gitHub>
+				<projectId>apache/incubator-hivemall</projectId>
+				<ribbonOrientation>right</ribbonOrientation>
+				<ribbonColor>red</ribbonColor>
+			</gitHub>			
+            <!-- <facebookLike /> -->
+			<twitter>			    
+				<user>ApacheHivemall</user>
+				<showUser>true</showUser>
+				<showFollowers>false</showFollowers>				
+			</twitter>
+			<skipGenerationDate>true</skipGenerationDate>
+		</fluidoSkin>
+	</custom>
+
+	<publishDate format="yyyy-MM-dd" position="left" />
+	<version position="left" />
+
+	<poweredBy>
+		<logo name="Apache Incubator" href="http://incubator.apache.org/projects/hivemall.html" img="/images/apache-incubator-logo.png" />
+	</poweredBy>
+
+	<body>
+
+        <!--
+        <head><![CDATA[
+            <link rel="stylesheet" href="/css/font-awesome.css" type="text/css" />
+        ]]></head>
+        -->
+
+		<menu name="Project">
+			<item name="Home" href="/index.html" />
+			<item name="Download" href="/download.html" />
+			<item name="Licenses" href="/licenses.html" />
+			<item name="Team" href="/team.html" />
+			<item name="Powered By" href="/poweredby.html" />
+			<item name="Incubation Status" href="http://incubator.apache.org/projects/hivemall.html" />
+		</menu>
+		
+		<menu name="Documentation">
+		  <item name="User Guide" href="/userguide/index.html" />
+		  <item name="Overview" href="/overview.html" />
+		  <item name="Wiki" href="https://cwiki.apache.org/confluence/display/HIVEMALL" target="_blank" />
+          <item name="FAQ" href="/faq.html" />
+		</menu>
+
+		<menu name="Get Involved">
+            <item name="Mailing Lists" href="/mailing-lists.html" />
+			<item name="Issues (Jira)" href="https://issues.apache.org/jira/browse/HIVEMALL" target="_blank" />		
+            <item name="Source (Git)" href="/repository.html" />
+            <item name="Travis CI" href="https://travis-ci.org/apache/incubator-hivemall" target="_blank" />
+            <item name="Contributing" href="/contributing.html" />
+            <item name="Release Guide" href="/release-guide.html" />
+		</menu>
+
+		<!-- <menu ref="reports" inherit="top" /> -->
+        
+		<menu name="ASF">
+			<item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html" target="_blank" />
+			<item name="Foundation" href="http://www.apache.org/foundation/" target="_blank" />
+			<item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html" target="_blank" />
+			<item name="Thanks" href="http://www.apache.org/foundation/thanks.html" target="_blank" />
+		</menu>
+
+		<footer><![CDATA[
+			<p>
+			  <small>
+                Apache Hivemall is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by <a href="http://incubator.apache.org/">the Apache Incubator</a>.
+                Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, 
+                and decision making process have stabilized in a manner consistent with other successful ASF projects. 
+                While incubation status is not necessarily a reflection of the completeness or stability of the code, 
+                it does indicate that the project has yet to be fully endorsed by the ASF.
+			  </small>
+			</p>
+		]]></footer>
+
+	</body>
+
+</project>

Added: release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-site.xml.asc
==============================================================================
--- release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-site.xml.asc (added)
+++ release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-site.xml.asc Thu Dec 19 07:49:31 2019
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEemuhoQzGq/RxWRUhk/TQjcjOgBsFAl3f/FcACgkQk/TQjcjO
+gBuhiRAAs82Z4bvk9hhANAf5l8fy/VjqXQ58ETT1SCkBC2wzrYHkvgwgEhKI6rIm
+iTMIB1ICvz+GR5V2R5eTfGJaq0HslbwMbg1Kb8+8fvYCfK/4bPczv8vRVOHY2+Ac
+vWb6AqM3jtHUdko7V88snJYcUuOiREElHA7/+oqqpHCtKeny2Hbsf5BfdAJqVlUt
+L+ZJ7NfhXYYHcX8lNTOhYkv6Wra8FW0gKCB8hoW998+sWMp7ye+rpabxnOTvPWbh
+0ZSI5MIao2Tb0Gjt8uO4HjUQWvPhHFkn3sSdW82T6REY00Okk8/TawgyFcabNqnd
+F0m2/3siiftfYwUBPG1kfCHiSnjJujWDlw7f7VACTclIycPEZiVcEIArhLqAiF6w
+DGyql5Ga1UUAUCkxmIuRkzg7aufaTBMcuP0gm1ecJ1+n0RvwJkp1wUEB/213kT7b
+XAxIHKPSnLZJ8siPtaB/Ngo2141UAuKykaJ1Q+EW9Q2OHtYee52uGWfngO6XRb5X
+DqEmwFMEYOZcrylJhSKVqecFMlpUFlYGZT8/POgJ3QDJ1rUUWUqRgNMsGEv3A5ON
+YBPslRW3jI4bJqDX0+zSk4ebT+msvco2p+mBP8FTbNNAaK0CkKRcOnP0fqiACLuj
+/jbiCtMgUABjN+hgxULcZqO6IXi+c7aC8M1CM+XZb3vc0e6neT4=
+=StMq
+-----END PGP SIGNATURE-----

Added: release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-site.xml.sha512
==============================================================================
--- release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-site.xml.sha512 (added)
+++ release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-site.xml.sha512 Thu Dec 19 07:49:31 2019
@@ -0,0 +1 @@
+465fce3e10ae49c8385c3e556d360a47775f4d37a6e72e5d2ffa2dc84461acd7e2364bb07d446c60c1a7b57cbb8865febad64188c415905d42a089f2d67108ad

Added: release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-source-release.zip.asc
==============================================================================
--- release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-source-release.zip.asc (added)
+++ release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-source-release.zip.asc Thu Dec 19 07:49:31 2019
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEemuhoQzGq/RxWRUhk/TQjcjOgBsFAl3f/FcACgkQk/TQjcjO
+gBsEyA/9FFjMsd+v/bBObz849XrHN7x2Re+kXOXBetZVxgRjrqZRk8ouVZJA86IO
+DiwcSmJY+BlAoTiM9AlZlW4v1QFCVRu2rAxluo4GokHMj5UOHG446FygqkdZ0AuW
+yKY1Hthvhgi/4wz7PsrplGCGYe9lVjLBle6+y6sZZox6FGMv4EWr75LdPyeroSHS
+osCv3F8khuVuPywFWtCZVR6BIs8j6cnyQ5WRSuSlwEO2hiHO05G6yigfyYzKuYBa
+rRyjEA0r5CLbUWL/peYb7zHlqyEjKaetBsy5+Fovmg7LCCrg3TC/IwMaXazDSn19
+JtzBfYhcqj6nCx+Lw90XHNMnAhXytXVh/fM2d5sB8UaItVjJptGmalBlj3k8ykml
+koPlUSnWPwwDfR/h5Sn+PkNthymQ6RYhbSXeEjakxn21RV9DkK9isrg8Bj2g5dTM
+tMf+m77L9HdAHTdkD8Rllk/xwxw1qqG4jY0t0cTavos93wH7lytaw+R8R2vi9tx2
+KbDDl5G7buLYeUAnGHmjlmioiI0WOHwxFK1r7qqN2HCrlQ+y8siWIqV7pk6r0Iuo
+389xd/B0+1q+sWdQvlA71VbiHP3eJ2mkGnH2In60E+0qF/T99njcRVwafMW7Dazd
+6C6eSVIxvT40WdAr6MRPPqtiRdouLuduIiXAId2pwKPl8MlrAwQ=
+=HTTS
+-----END PGP SIGNATURE-----

Added: release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-source-release.zip.sha512
==============================================================================
--- release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-source-release.zip.sha512 (added)
+++ release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating-source-release.zip.sha512 Thu Dec 19 07:49:31 2019
@@ -0,0 +1 @@
+998e917581da70bb4576f281714bb998963d61d0480024529bb5bb7ded4a8e159eb36cf5b04725a84036d34f9d51bf4f44757823a88006e555062f9e05e03be3

Added: release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating.pom
==============================================================================
--- release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating.pom (added)
+++ release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating.pom Thu Dec 19 07:49:31 2019
@@ -0,0 +1,875 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+
+	<groupId>org.apache.hivemall</groupId>
+	<artifactId>hivemall</artifactId>
+	<version>0.6.0-incubating</version>
+
+	<parent>
+		<groupId>org.apache</groupId>
+		<artifactId>apache</artifactId>
+		<version>21</version>
+	</parent>
+
+	<name>Apache Hivemall</name>
+	<description>Scalable Machine Learning Library for Apache Hive, Apache Spark, and Apache Pig</description>
+	<url>http://hivemall.incubator.apache.org/</url>
+	<inceptionYear>2013</inceptionYear>
+	<organization>
+		<name>Apache Hivemall</name>
+		<url>http://hivemall.incubator.apache.org/</url>
+	</organization>
+
+	<licenses>
+		<license>
+			<name>Apache License, Version 2.0</name>
+			<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+
+	<scm>
+		<url>https://gitbox.apache.org/repos/asf/incubator-hivemall.git</url>
+		<connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-hivemall.git</connection>
+		<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/incubator-hivemall.git</developerConnection>
+		<tag>v0.6.0-rc1</tag>
+	</scm>
+
+	<mailingLists>
+		<mailingList>
+			<name>user</name>
+			<post>user@hivemall.incubator.apache.org</post>
+			<subscribe>user-subscribe@hivemall.incubator.apache.org</subscribe>
+			<unsubscribe>user-unsubscribe@hivemall.incubator.apache.org</unsubscribe>
+			<archive>https://lists.apache.org/list.html?user@hivemall.apache.org</archive>
+			<otherArchives>
+				<otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.hivemall.user</otherArchive>
+			</otherArchives>
+		</mailingList>
+		<mailingList>
+			<name>dev</name>
+			<post>dev@hivemall.incubator.apache.org</post>
+			<subscribe>dev-subscribe@hivemall.incubator.apache.org</subscribe>
+			<unsubscribe>dev-unsubscribe@hivemall.incubator.apache.org</unsubscribe>
+			<archive>https://lists.apache.org/list.html?dev@hivemall.apache.org</archive>
+			<otherArchives>
+				<otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.hivemall.dev</otherArchive>
+			</otherArchives>
+		</mailingList>
+		<mailingList>
+			<name>commits</name>
+			<post>commits@hivemall.incubator.apache.org</post>
+			<subscribe>commits-subscribe@hivemall.incubator.apache.org</subscribe>
+			<unsubscribe>commits-unsubscribe@hivemall.incubator.apache.org</unsubscribe>
+			<archive>https://lists.apache.org/list.html?commits@hivemall.apache.org</archive>
+			<otherArchives>
+				<otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.hivemall.commits</otherArchive>
+			</otherArchives>
+		</mailingList>
+		<mailingList>
+			<name>issues</name>
+			<post>issues@hivemall.incubator.apache.org</post>
+			<subscribe>issues-subscribe@hivemall.incubator.apache.org</subscribe>
+			<unsubscribe>issues-unsubscribe@hivemall.incubator.apache.org</unsubscribe>
+			<archive>https://lists.apache.org/list.html?issues@hivemall.apache.org</archive>
+			<otherArchives>
+				<otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.hivemall.issues</otherArchive>
+			</otherArchives>
+		</mailingList>
+	</mailingLists>
+
+	<developers>
+		<!-- Initial Committers -->
+		<developer>
+			<id>myui</id>
+			<name>Makoto Yui</name>
+			<email>myui[at]apache.org</email>
+			<url>http://myui.github.io/</url>
+			<organization>Treasure Data, Inc.</organization>
+			<organizationUrl>https://www.treasuredata.com/</organizationUrl>
+			<roles>
+				<role>PPMC Member</role>
+			</roles>
+			<timezone>+9</timezone>
+		</developer>
+		<developer>
+			<id>maropu</id>
+			<name>Takashi Yamamuro</name>
+			<email>yamamuro[at]apache.org</email>
+			<url>https://github.com/maropu/</url>
+			<organization>Nippon Telegraph and Telephone Corporation (NTT)</organization>
+			<organizationUrl>http://www.ntt.co.jp/</organizationUrl>
+			<roles>
+				<role>PPMC Member</role>
+			</roles>
+			<timezone>+9</timezone>
+		</developer>
+		<developer>
+			<id>daijy</id>
+			<name>Daniel Dai</name>
+			<email>daijy[at]apache.org</email>
+			<url>http://people.apache.org/~daijy/</url>
+			<organization>Hortonworks Inc.</organization>
+			<organizationUrl>http://hortonworks.com/</organizationUrl>
+			<roles>
+				<role>PPMC Member</role>
+				<role>Mentor</role>
+			</roles>
+			<timezone>-8</timezone>
+		</developer>
+		<developer>
+			<id>lewuathe</id>
+			<name>Kai Sasaki</name>
+			<email>lewuathe[at]apache.org</email>
+			<url>http://www.lewuathe.com/</url>
+			<organization>Treasure Data, Inc.</organization>
+			<organizationUrl>https://www.treasuredata.com/</organizationUrl>
+			<roles>
+				<role>PPMC Member</role>
+			</roles>
+			<timezone>+9</timezone>
+		</developer>
+		<developer>
+			<id>ozawa</id>
+			<name>Tsuyoshi Ozawa</name>
+			<email>ozawa[at]apache.org</email>
+			<url>https://people.apache.org/~ozawa/</url>
+			<organization />
+			<organizationUrl />
+			<roles>
+				<role>PPMC Member</role>
+			</roles>
+			<timezone>+9</timezone>
+		</developer>
+		<developer>
+			<id>takuti</id>
+			<name>Takuya Kitazawa</name>
+			<email>takuti[at]apache.org</email>
+			<url>https://github.com/takuti</url>
+			<organization>Treasure Data, Inc.</organization>
+			<organizationUrl>https://www.treasuredata.com/</organizationUrl>
+			<roles>
+				<role>PPMC Member</role>
+			</roles>
+			<timezone>+9</timezone>
+		</developer>
+		<developer>
+			<id>ri</id>
+			<name>Ryu-ichi Ito</name>
+			<email>ri[at]apache.org</email>
+			<url>https://github.com/amaya382</url>
+			<organization>Osaka University</organization>
+			<organizationUrl>http://www.osaka-u.ac.jp/</organizationUrl>
+			<roles>
+				<role>Committer</role>
+			</roles>
+			<timezone>+9</timezone>
+		</developer>
+		<developer>
+			<id>nzw</id>
+			<name>Kento Nozawa</name>
+			<email>nzw[at]apache.org</email>
+			<url>http://nzw0301.github.io/</url>
+			<organization>The University of Tokyo</organization>
+			<organizationUrl>https://www.u-tokyo.ac.jp/</organizationUrl>
+			<roles>
+				<role>Committer</role>
+			</roles>
+			<timezone>+9</timezone>
+		</developer>
+		<developer>
+			<id>jbanks</id>
+			<name>Jerome Banks</name>
+			<email>jbanks[at]apache.org</email>
+			<url>https://github.com/jeromebanks/</url>
+			<organization>Jumpshot Inc.</organization>
+			<organizationUrl>https://www.jumpshot.com/</organizationUrl>
+			<roles>
+				<role>Committer</role>
+			</roles>
+			<timezone>-8</timezone>
+		</developer>
+		<!-- Project mentors -->
+		<developer>
+			<id>rvs</id>
+			<name>Roman Shaposhnik</name>
+			<email>rvs[at]apache.org</email>
+			<url>http://github.com/rvs</url>
+			<organization>ZEDEDA Inc.</organization>
+			<organizationUrl>https://www.zededa.com/</organizationUrl>
+			<roles>
+				<role>Champion</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>meng</id>
+			<name>Xiangrui Meng</name>
+			<email>meng[at]databricks.com</email>
+			<url>https://github.com/mengxr</url>
+			<organization>Databricks Inc.</organization>
+			<organizationUrl>https://databricks.com/</organizationUrl>
+			<roles>
+				<role>Mentor</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>koji</id>
+			<name>Koji Sekiguchi</name>
+			<email>koji[at]apache.org</email>
+			<url>https://www.linkedin.com/in/koji-sekiguchi-75010350/</url>
+			<organization>RONDHUIT Co, Ltd.</organization>
+			<organizationUrl>https://www.rondhuit.com/</organizationUrl>
+			<roles>
+				<role>Mentor</role>
+			</roles>
+		</developer>
+	</developers>
+
+	<packaging>pom</packaging>
+
+	<modules>
+		<module>core</module>
+		<module>nlp</module>
+		<module>xgboost</module>
+		<module>mixserv</module>
+		<module>dist</module>
+		<module>tools</module>
+	</modules>
+
+	<properties>
+		<main.basedir>${project.basedir}</main.basedir>
+		<maven.compiler.source>1.7</maven.compiler.source>
+		<maven.compiler.target>1.7</maven.compiler.target>
+		<maven.build.timestamp.format>yyyy</maven.build.timestamp.format>
+		<build.year>${maven.build.timestamp}</build.year>
+		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+		<protobuf.version>2.5.0</protobuf.version>
+		<protoc.path>${env.PROTOC_PATH}</protoc.path>
+		<hadoop.version>2.4.0</hadoop.version>
+		<hive.version>0.13.0</hive.version>
+		<guava.version>11.0.2</guava.version>
+		<junit.version>4.12</junit.version>
+		<dependency.locations.enabled>false</dependency.locations.enabled>
+		<maven-enforcer.requireMavenVersion>[3.3.1,)</maven-enforcer.requireMavenVersion>
+		<surefire.version>2.19.1</surefire.version>
+		<netty.version>4.1.42.Final</netty.version>
+	</properties>
+
+	<distributionManagement>
+		<repository>
+			<id>apache.releases.https</id>
+			<name>Apache Release Distribution Repository</name>
+			<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+		</repository>
+		<snapshotRepository>
+			<id>apache.snapshots.https</id>
+			<name>Apache Development Snapshot Repository</name>
+			<url>https://repository.apache.org/content/repositories/snapshots</url>
+		</snapshotRepository>
+		<!--
+		<snapshotRepository>
+			<id>ossrh</id>
+			<url>https://oss.sonatype.org/content/repositories/snapshots</url>
+		</snapshotRepository>
+		-->
+	</distributionManagement>
+
+	<repositories>
+		<repository>
+			<id>apache.snapshots</id>
+			<name>Apache Snapshot Repository</name>
+			<url>https://repository.apache.org/snapshots</url>
+			<releases>
+				<enabled>true</enabled>
+			</releases>
+		</repository>
+		<repository>
+			<id>jcenter</id>
+			<url>https://jcenter.bintray.com/</url>
+		</repository>
+	</repositories>
+
+	<issueManagement>
+		<url>https://issues.apache.org/jira/browse/HIVEMALL/</url>
+		<system>JIRA</system>
+	</issueManagement>
+	<ciManagement>
+		<system>Travis CI</system>
+		<url>https://travis-ci.org/apache/incubator-hivemall</url>
+	</ciManagement>
+
+	<profiles>
+		<profile>
+			<id>doclint-java8-disable</id>
+			<activation>
+				<jdk>[1.8,)</jdk>
+			</activation>
+			<properties>
+				<javadoc.opts>-Xdoclint:none</javadoc.opts>
+			</properties>
+		</profile>
+	</profiles>
+
+	<dependencyManagement>
+		<dependencies>
+			<!-- provided scope -->
+			<dependency>
+				<groupId>org.apache.hadoop</groupId>
+				<artifactId>hadoop-common</artifactId>
+				<version>${hadoop.version}</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.hadoop</groupId>
+				<artifactId>hadoop-mapreduce-client-core</artifactId>
+				<version>${hadoop.version}</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.hive</groupId>
+				<artifactId>hive-exec</artifactId>
+				<version>${hive.version}</version>
+				<scope>provided</scope>
+				<exclusions>
+					<exclusion>
+						<artifactId>jetty</artifactId>
+						<groupId>org.mortbay.jetty</groupId>
+					</exclusion>
+					<exclusion>
+						<groupId>javax.jdo</groupId>
+						<artifactId>jdo2-api</artifactId>
+					</exclusion>
+					<exclusion>
+						<groupId>asm-parent</groupId>
+						<artifactId>asm-parent</artifactId>
+					</exclusion>
+					<exclusion>
+						<groupId>asm</groupId>
+						<artifactId>asm</artifactId>
+					</exclusion>
+				</exclusions>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.hive.hcatalog</groupId>
+				<artifactId>hive-hcatalog-core</artifactId>
+				<version>${hive.version}</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
+				<groupId>commons-cli</groupId>
+				<artifactId>commons-cli</artifactId>
+				<version>1.2</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
+				<groupId>commons-logging</groupId>
+				<artifactId>commons-logging</artifactId>
+				<version>1.0.4</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
+				<groupId>log4j</groupId>
+				<artifactId>log4j</artifactId>
+				<version>1.2.17</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
+				<groupId>javax.jdo</groupId>
+				<artifactId>jdo2-api</artifactId>
+				<version>2.3-eb</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
+				<groupId>com.google.guava</groupId>
+				<artifactId>guava</artifactId>
+				<version>${guava.version}</version>
+				<scope>provided</scope>
+			</dependency>
+
+			<!-- test scope -->
+			<dependency>
+				<groupId>junit</groupId>
+				<artifactId>junit</artifactId>
+				<version>${junit.version}</version>
+				<scope>test</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.mockito</groupId>
+				<artifactId>mockito-all</artifactId>
+				<version>1.10.19</version>
+				<scope>test</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.mockito</groupId>
+				<artifactId>mockito-core</artifactId>
+				<version>1.10.19</version>
+				<scope>test</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.powermock</groupId>
+				<artifactId>powermock-module-junit4</artifactId>
+				<version>1.6.3</version>
+				<scope>test</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.powermock</groupId>
+				<artifactId>powermock-api-mockito</artifactId>
+				<version>1.6.3</version>
+				<scope>test</scope>
+			</dependency>
+		</dependencies>
+	</dependencyManagement>
+
+	<reporting>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-project-info-reports-plugin</artifactId>
+				<reportSets>
+					<reportSet>
+						<reports>
+							<report>ci-management</report>
+							<!-- <report>dependencies</report> -->
+							<report>dependency-convergence</report>
+							<report>dependency-info</report>
+							<!-- <report>dependency-management</report> -->
+							<report>distribution-management</report>
+							<report>index</report>
+							<report>issue-management</report>
+							<report>licenses</report>
+							<report>mailing-lists</report>
+							<report>modules</report>
+							<!-- <report>plugin-management</report> -->
+							<report>plugins</report>
+							<report>scm</report>
+							<report>summary</report>
+							<report>team</report>
+						</reports>
+					</reportSet>
+				</reportSets>
+			</plugin>
+		</plugins>
+	</reporting>
+
+	<build>
+		<directory>target</directory>
+		<outputDirectory>target/classes</outputDirectory>
+		<finalName>${project.artifactId}-${project.version}</finalName>
+		<testOutputDirectory>target/test-classes</testOutputDirectory>
+
+		<pluginManagement>
+			<plugins>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-jar-plugin</artifactId>
+					<version>3.0.2</version>
+					<configuration>
+						<finalName>${project.artifactId}-${project.version}</finalName>
+						<outputDirectory>${main.basedir}/target</outputDirectory>
+					</configuration>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-shade-plugin</artifactId>
+					<version>3.1.0</version>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-enforcer-plugin</artifactId>
+					<version>3.0.0-M1</version>
+				</plugin>
+				<!-- mvn spotless:apply -->
+				<plugin>
+					<groupId>com.diffplug.spotless</groupId>
+					<artifactId>spotless-maven-plugin</artifactId>
+					<version>1.0.0.BETA4</version>
+					<configuration>
+						<java>
+							<eclipse>
+								<file>${main.basedir}/resources/eclipse-style.xml</file>
+								<version>4.7.2</version>
+							</eclipse>
+							<encoding>UTF-8</encoding>
+						</java>
+						<encoding>UTF-8</encoding>
+						<lineEndings>UNIX</lineEndings>
+					</configuration>
+				</plugin>
+				<plugin>
+					<!-- mvn license:check; mvn license:format -->
+					<groupId>com.mycila</groupId>
+					<artifactId>license-maven-plugin</artifactId>
+					<version>3.0</version>
+					<configuration>
+						<header>${main.basedir}/resources/license-header.txt</header>
+						<properties>
+							<currentYear>${build.year}</currentYear>
+							<copyrightOwner>${project.organization.name}</copyrightOwner>
+						</properties>
+						<includes>
+							<include>src/main/**/*.java</include>
+							<include>src/test/**/*.java</include>
+							<include>src/main/**/*.scala</include>
+							<include>src/test/**/*.scala</include>
+							<include>bin/*.sh</include>
+							<include>**/pom.xml</include>
+							<include>docs/gitbook/**/*.md</include>
+							<include>src/site/markdown/**/*.md</include>
+						</includes>
+						<useDefaultExcludes>false</useDefaultExcludes>
+						<excludes>
+							<exclude>docs/gitbook/node_modules/**</exclude>
+							<exclude>target/</exclude>
+							<exclude>src/main/java/hivemall/utils/codec/Base91.java</exclude>
+							<exclude>src/main/java/hivemall/utils/math/FastMath.java</exclude>
+							<exclude>src/main/java/hivemall/smile/classification/DecisionTree.java</exclude>
+							<exclude>src/main/java/hivemall/smile/regression/RegressionTree.java</exclude>
+						</excludes>
+						<encoding>UTF-8</encoding>
+						<headerDefinitions>
+							<headerDefinition>${main.basedir}/resources/header-definition.xml</headerDefinition>
+						</headerDefinitions>
+						<mapping>
+							<md>XML_STYLE</md>
+						</mapping>
+					</configuration>
+					<executions>
+						<execution>
+							<goals>
+								<goal>check</goal>
+							</goals>
+						</execution>
+					</executions>
+				</plugin>
+				<!-- mvn apache-rat:check -->
+				<plugin>
+					<groupId>org.apache.rat</groupId>
+					<artifactId>apache-rat-plugin</artifactId>
+					<version>0.12</version>
+				</plugin>
+				<!-- javadoc.jar -->
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-javadoc-plugin</artifactId>
+					<configuration>
+						<locale>en_US</locale>
+						<docencoding>UTF-8</docencoding>
+						<show>protected</show>
+						<linksource>true</linksource>
+						<source>7</source>
+					</configuration>
+					<executions>
+						<execution>
+							<id>attach-javadocs</id>
+							<goals>
+								<goal>jar</goal>
+							</goals>
+							<configuration>
+								<!-- workaround for Java 8 -->
+								<!-- see http://stackoverflow.com/questions/15886209/maven-is-not-working-in-java-8-when-javadoc-tags-are-incomplete -->
+								<additionalparam>${javadoc.opts}</additionalparam>
+								<!-- see https://stackoverflow.com/a/16743137 -->
+								<doclint>none</doclint>
+							</configuration>
+						</execution>
+					</executions>
+				</plugin>
+				<!-- Disable git push during mvn release:prepare -->
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-release-plugin</artifactId>
+					<configuration>
+						<goals>deploy</goals>
+						<pushChanges>false</pushChanges>
+						<localCheckout>true</localCheckout>
+					</configuration>
+				</plugin>
+				<!-- Copy LICENSE/NOTICE/DISCLAIMER to jar -->
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-remote-resources-plugin</artifactId>
+					<configuration>
+						<skip>true</skip>
+					</configuration>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-resources-plugin</artifactId>
+					<executions>
+						<execution>
+							<id>copy-resources</id>
+							<phase>validate</phase>
+							<goals>
+								<goal>copy-resources</goal>
+							</goals>
+							<configuration>
+								<outputDirectory>${project.basedir}/target/classes/META-INF</outputDirectory>
+								<resources>
+									<resource>
+										<directory>${main.basedir}/</directory>
+										<includes>
+											<include>LICENSE</include>
+											<include>NOTICE</include>
+											<include>DISCLAIMER</include>
+										</includes>
+									</resource>
+								</resources>
+							</configuration>
+						</execution>
+					</executions>
+				</plugin>
+			</plugins>
+		</pluginManagement>
+
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-enforcer-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>enforce-JAVA_HOME-is-set</id>
+						<goals>
+							<goal>enforce</goal>
+						</goals>
+						<configuration>
+							<rules>
+								<requireEnvironmentVariable>
+									<variableName>JAVA_HOME</variableName>
+								</requireEnvironmentVariable>
+								<bannedDependencies>
+									<excludes>
+										<!-- see STORM-3114 -->
+										<exclude>jdk.tools:jdk.tools:*</exclude>
+									</excludes>
+								</bannedDependencies>
+							</rules>
+							<fail>true</fail>
+						</configuration>
+					</execution>
+					<execution>
+						<id>enforce-java-8</id>
+						<goals>
+							<goal>enforce</goal>
+						</goals>
+						<configuration>
+							<rules>
+								<requireJavaVersion>
+									<version>[1.8,)</version>
+									<message>
+										Hivemall requires JDK version 1.8 or higher.
+									</message>
+								</requireJavaVersion>
+							</rules>
+						</configuration>
+					</execution>
+					<execution>
+						<id>required-maven-version</id>
+						<goals>
+							<goal>enforce</goal>
+						</goals>
+						<configuration>
+							<rules>
+								<requireMavenVersion>
+									<version>${maven-enforcer.requireMavenVersion}</version>
+								</requireMavenVersion>
+							</rules>
+						</configuration>
+					</execution>
+					<!-- Check Java class file compatibility to Java 7/8 -->
+					<execution>
+						<id>enforce-bytecode-version</id>
+						<goals>
+							<goal>enforce</goal>
+						</goals>
+						<configuration>
+							<rules>
+								<enforceBytecodeVersion>
+									<maxJdkVersion>${maven.compiler.target}</maxJdkVersion>
+									<excludes>
+										<exclude>jdk.tools:jdk.tools</exclude>
+										<exclude>org.mindrot:jbcrypt</exclude>
+									</excludes>
+								</enforceBytecodeVersion>
+							</rules>
+							<fail>true</fail>
+						</configuration>
+					</execution>
+				</executions>
+				<dependencies>
+					<dependency>
+						<groupId>org.codehaus.mojo</groupId>
+						<artifactId>extra-enforcer-rules</artifactId>
+						<version>1.0-beta-9</version>
+					</dependency>
+				</dependencies>
+			</plugin>
+			<!-- check Java API compatibility to Java 7 -->
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>animal-sniffer-maven-plugin</artifactId>
+				<version>1.14</version>
+				<configuration>
+					<signature>
+						<groupId>org.codehaus.mojo.signature</groupId>
+						<artifactId>java17</artifactId>
+						<version>1.0</version>
+					</signature>
+					<ignores>
+						<ignore>sun.misc.Unsafe</ignore>
+					</ignores>
+				</configuration>
+				<executions>
+					<execution>
+						<id>ensure-java-1.7-class-library</id>
+						<phase>verify</phase>
+						<goals>
+							<goal>check</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<!-- mvn spotless:apply -->
+			<plugin>
+				<groupId>com.diffplug.spotless</groupId>
+				<artifactId>spotless-maven-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<!-- mvn license:check; mvn license:format -->
+				<groupId>com.mycila</groupId>
+				<artifactId>license-maven-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-failsafe-plugin</artifactId>
+				<configuration>
+					<skipTests>${skipTests}</skipTests>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>${maven.compiler.source}</source>
+					<target>${maven.compiler.target}</target>
+					<debug>true</debug>
+					<debuglevel>lines,vars,source</debuglevel>
+					<encoding>UTF-8</encoding>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-surefire-plugin</artifactId>
+				<configuration>
+					<enableAssertions>true</enableAssertions>
+					<forkCount>1</forkCount>
+					<reuseForks>false</reuseForks>
+					<forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
+					<argLine>-Xmx1536m -XX:+HeapDumpOnOutOfMemoryError</argLine>
+					<failIfNoTests>false</failIfNoTests>
+					<environmentVariables>
+						<JAVA_HOME>${java.home}</JAVA_HOME>
+						<MALLOC_ARENA_MAX>4</MALLOC_ARENA_MAX>
+					</environmentVariables>
+					<systemPropertyVariables>
+						<java.net.preferIPv4Stack>true</java.net.preferIPv4Stack>
+					</systemPropertyVariables>
+				</configuration>
+			</plugin>
+			<!-- start coveralls -->
+			<plugin>
+				<groupId>org.eluder.coveralls</groupId>
+				<artifactId>coveralls-maven-plugin</artifactId>
+				<version>4.3.0</version>
+				<configuration>
+					<repoToken>UhHBKJx1qjSDccp9RmlRXhXUoRrdAr150</repoToken>
+				</configuration>
+			</plugin>
+			<!-- 
+			  Cobertura does not support Java 8 yet
+			  https://github.com/cobertura/cobertura/issues/166
+			-->
+			<plugin>
+				<groupId>org.codehaus.mojo</groupId>
+				<artifactId>cobertura-maven-plugin</artifactId>
+				<version>2.7</version>
+				<configuration>
+					<format>xml</format>
+					<maxmem>256m</maxmem>
+					<aggregate>true</aggregate>
+				</configuration>
+			</plugin>
+			<!--
+			<plugin>
+				<groupId>org.jacoco</groupId>
+				<artifactId>jacoco-maven-plugin</artifactId>
+				<version>0.7.6.201602180812</version>
+				<executions>
+					<execution>
+						<id>prepare-agent</id>
+						<goals>
+							<goal>prepare-agent</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			-->
+			<!-- end overalls -->
+			<!-- start mvn site -->
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-site-plugin</artifactId>
+				<dependencies>
+					<dependency>
+						<groupId>org.apache.maven.doxia</groupId>
+						<artifactId>doxia-module-markdown</artifactId>
+						<version>1.7</version>
+					</dependency>
+				</dependencies>
+			</plugin>
+			<!-- end mvn site -->
+			<!-- mvn apache-rat:check -->
+			<plugin>
+				<groupId>org.apache.rat</groupId>
+				<artifactId>apache-rat-plugin</artifactId>
+				<configuration>
+					<excludesFile>.rat-excludes</excludesFile>
+				</configuration>
+				<executions>
+					<execution>
+						<phase>verify</phase>
+						<goals>
+							<goal>check</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-release-plugin</artifactId>
+				<configuration>
+					<tagNameFormat>v@{project.version}</tagNameFormat>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
+</project>

Added: release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating.pom.asc
==============================================================================
--- release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating.pom.asc (added)
+++ release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating.pom.asc Thu Dec 19 07:49:31 2019
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQIzBAABCgAdFiEEemuhoQzGq/RxWRUhk/TQjcjOgBsFAl3f/FcACgkQk/TQjcjO
+gBvJoRAAgTrDPjVKpD7PutAPvO3T9xvuIqFx5j2jDuQzclGBCvObMOM7iDCuGsuu
+8mrhgfZ5xY1HPxTh4mCa+o4ZbSKpdZwT9iVKxVwpToiTSk9LWz64OxOFAwZ3tnh+
+eZWvEBvKbWijS60qAPMtNW7mpCfi3KjpZ/hRIadcMkLHP+3IhbsXbLfTDXMzZzJ5
+9jkyofvdQEaUIeshm72cb2hLdC2+bJKvekAAGFNo4ESweUQG4QEe+AwaDN2fuNvc
+D4Gr5z3Z3AxguPKTO7qZ9frzxAd5PWdg4W06bzcrYxLCtN7uOGR+R8RiiD2k25Zf
+IT2whU3qavqcVgwaMJxrhjwEyX0+JESd80BP/FL7kEOoTRNJ2T/tp68f8t+lM0Qc
+/6cxP1yQMymJ7joYEf4LLMg6qk9nyblQL1YlhtqPLx9wL1ZqozftfO9kXHBPHCsK
+rtdgiqvvqQbRMiwUafJUjVquaJPgOScY6U59UDaLhk3At0o3/SEBAknzP716UEda
+q5gQzvjpFP0iYCE1YgYfCfu+ad7DF+U3bp1gdjJoQ+73zAWOXkIJtigzkx29LaOo
+cV2GlMJEv009QZbMHe9MJVe8nB6KCYEcoU/FqYunj7hf+QuAJkrbDkoIrIHzg2DN
+aTu+O+V4AMZsEKJxU++DMs/Oyh3O+aV5XaM9SpNFK/TsiZAo2GU=
+=gktw
+-----END PGP SIGNATURE-----

Added: release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating.pom.sha512
==============================================================================
--- release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating.pom.sha512 (added)
+++ release/incubator/hivemall/0.6.0-incubating/hivemall-0.6.0-incubating.pom.sha512 Thu Dec 19 07:49:31 2019
@@ -0,0 +1 @@
+ebe7333a7f8ed8c924bd1d4d66e2274cabda90b695fc9d9ecbb625d4a4adb85946bf246e2f479148cbf8f718778e68522153469531525012698fb0a3399a1a16