[jira] [Updated] (HAWQ-1637) Compile apache hawq failure due to Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:aggregate-jar on osx 10.11

2018-07-04 Thread Oushu_WangZiming (JIRA)


 [ 
https://issues.apache.org/jira/browse/HAWQ-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oushu_WangZiming updated HAWQ-1637:
---
Description: 
Follow instruction ([https://cwiki.apache.org/confluence/disp
 /usr/local/bin/mvn package 
-DskipTestslay/HAWQ/Build+and+Install)|https://cwiki.apache.org/confluence/display/HAWQ/Build+and+Install)]
 to build apache hawq on osx 10.11, it fails due to Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:aggregate-jar

 
{code:java}
/usr/local/bin/mvn package -DskipTests
[INFO] Scanning for projects...
[INFO] 
[INFO] Reactor Build Order:
[INFO]
[INFO] hawq-hadoop [pom]
[INFO] hawq-mapreduce-common [jar]
[INFO] hawq-mapreduce-ao [jar]
[INFO] hawq-mapreduce-parquet [jar]
[INFO] hawq-mapreduce-tool [jar]
[INFO]
[INFO] < com.pivotal.hawq:hawq-hadoop >
[INFO] Building hawq-hadoop 1.1.0 [1/5]
[INFO] [ pom ]-
[INFO]
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hawq-hadoop ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[WARNING] The following dependencies could not be resolved at this point of the 
build but seem to be part of the reactor:
[WARNING] o com.pivotal.hawq:hawq-mapreduce-common:jar:1.1.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the 
build but seem to be part of the reactor:
[WARNING] o com.pivotal.hawq:hawq-mapreduce-common:jar:1.1.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the 
build but seem to be part of the reactor:
[WARNING] o com.pivotal.hawq:hawq-mapreduce-ao:jar:1.1.0 (compile)
[WARNING] o com.pivotal.hawq:hawq-mapreduce-common:jar:1.1.0 (compile)
[WARNING] o com.pivotal.hawq:hawq-mapreduce-parquet:jar:1.1.0 (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO]
[INFO] --- maven-javadoc-plugin:2.9.1:aggregate-jar (default) @ hawq-hadoop ---
[WARNING] The dependency: [com.pivotal.hawq:hawq-mapreduce-common:jar:1.1.0] 
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should rerun 
javadoc after executing mvn install.
[WARNING] IGNORED to add some artifacts in the classpath. See above.
[WARNING] The dependency: [com.pivotal.hawq:hawq-mapreduce-common:jar:1.1.0] 
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should rerun 
javadoc after executing mvn install.
[WARNING] IGNORED to add some artifacts in the classpath. See above.
[WARNING] The dependency: [com.pivotal.hawq:hawq-mapreduce-common:jar:1.1.0] 
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should rerun 
javadoc after executing mvn install.
[WARNING] The dependency: [com.pivotal.hawq:hawq-mapreduce-ao:jar:1.1.0] can't 
be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should rerun 
javadoc after executing mvn install.
[WARNING] The dependency: [com.pivotal.hawq:hawq-mapreduce-parquet:jar:1.1.0] 
can't be resolved but has been found in the reactor (probably snapshots).
This dependency has been excluded from the Javadoc classpath. You should rerun 
javadoc after executing mvn install.
[WARNING] IGNORED to add some artifacts in the classpath. See above.
[INFO]
正在加载程序包com.pivotal.hawq.mapreduce.conf的源文件...
正在加载程序包com.pivotal.hawq.mapreduce.datatype的源文件...
正在加载程序包com.pivotal.hawq.mapreduce.file的源文件...
正在加载程序包com.pivotal.hawq.mapreduce的源文件...
正在加载程序包com.pivotal.hawq.mapreduce.metadata的源文件...
正在加载程序包com.pivotal.hawq.mapreduce.schema的源文件...
正在加载程序包com.pivotal.hawq.mapreduce.util的源文件...
正在加载程序包com.pivotal.hawq.mapreduce.ao.file的源文件...
正在加载程序包com.pivotal.hawq.mapreduce.ao的源文件...
正在加载程序包com.pivotal.hawq.mapreduce.ao.io的源文件...
正在加载程序包com.pivotal.hawq.mapreduce.ao.util的源文件...
正在加载程序包com.pivotal.hawq.mapreduce.parquet.convert的源文件...
正在加载程序包com.pivotal.hawq.mapreduce.parquet的源文件...
正在加载程序包com.pivotal.hawq.mapreduce.parquet.support的源文件...
正在加载程序包com.pivotal.hawq.mapreduce.parquet.util的源文件...
正在构造 Javadoc 信息...
100 个错误
[INFO] 
[INFO] Reactor Summary:
[INFO]
[INFO] hawq-hadoop 1.1.0 .. FAILURE [ 7.035 s]
[INFO] hawq-mapreduce-common .. SKIPPED
[INFO] hawq-mapreduce-ao .. SKIPPED
[INFO] hawq-mapreduce-parquet . SKIPPED
[INFO] 

[jira] [Updated] (HAWQ-1637) Compile apache hawq failure due to Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:aggregate-jar on osx 10.11

2018-07-04 Thread Ruilong Huo (JIRA)


 [ 
https://issues.apache.org/jira/browse/HAWQ-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ruilong Huo updated HAWQ-1637:
--
Description: 
Follow instruction ([https://cwiki.apache.org/confluence/disp
/usr/local/bin/mvn package 
-DskipTestslay/HAWQ/Build+and+Install)|https://cwiki.apache.org/confluence/display/HAWQ/Build+and+Install)]
 to build apache hawq on osx 10.11, it fails due to Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:aggregate-jar

 
{code:java}
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hawq-hadoop --- [WARNING] 
JAR will be empty - no content was marked for inclusion! [WARNING] The 
following dependencies could not be resolved at this point of the build but 
seem to be part of the reactor: [WARNING] o 
com.pivotal.hawq:hawq-mapreduce-common:jar:1.1.0 (compile) [WARNING] Try 
running the build up to the lifecycle phase "package" [WARNING] The following 
dependencies could not be resolved at this point of the build but seem to be 
part of the reactor: [WARNING] o 
com.pivotal.hawq:hawq-mapreduce-common:jar:1.1.0 (compile) [WARNING] Try 
running the build up to the lifecycle phase "package" [WARNING] The following 
dependencies could not be resolved at this point of the build but seem to be 
part of the reactor: [WARNING] o com.pivotal.hawq:hawq-mapreduce-ao:jar:1.1.0 
(compile) [WARNING] o com.pivotal.hawq:hawq-mapreduce-common:jar:1.1.0 
(compile) [WARNING] o com.pivotal.hawq:hawq-mapreduce-parquet:jar:1.1.0 
(compile) [WARNING] Try running the build up to the lifecycle phase "package" 
[INFO] [INFO] --- maven-javadoc-plugin:2.9.1:aggregate-jar (default) @ 
hawq-hadoop --- [WARNING] The dependency: 
[com.pivotal.hawq:hawq-mapreduce-common:jar:1.1.0] can't be resolved but has 
been found in the reactor (probably snapshots). This dependency has been 
excluded from the Javadoc classpath. You should rerun javadoc after executing 
mvn install. [WARNING] IGNORED to add some artifacts in the classpath. See 
above. [WARNING] The dependency: 
[com.pivotal.hawq:hawq-mapreduce-common:jar:1.1.0] can't be resolved but has 
been found in the reactor (probably snapshots). This dependency has been 
excluded from the Javadoc classpath. You should rerun javadoc after executing 
mvn install. [WARNING] IGNORED to add some artifacts in the classpath. See 
above. [WARNING] The dependency: 
[com.pivotal.hawq:hawq-mapreduce-common:jar:1.1.0] can't be resolved but has 
been found in the reactor (probably snapshots). This dependency has been 
excluded from the Javadoc classpath. You should rerun javadoc after executing 
mvn install. [WARNING] The dependency: 
[com.pivotal.hawq:hawq-mapreduce-ao:jar:1.1.0] can't be resolved but has been 
found in the reactor (probably snapshots). This dependency has been excluded 
from the Javadoc classpath. You should rerun javadoc after executing mvn 
install. [WARNING] The dependency: 
[com.pivotal.hawq:hawq-mapreduce-parquet:jar:1.1.0] can't be resolved but has 
been found in the reactor (probably snapshots). This dependency has been 
excluded from the Javadoc classpath. You should rerun javadoc after executing 
mvn install. [WARNING] IGNORED to add some artifacts in the classpath. See 
above.[ERROR] import parquet.hadoop.ParquetInputFormat;

[ERROR] ^
[ERROR] 
/Users/wangziming/workplace/incubator-hawq/contrib/hawq-hadoop/hawq-mapreduce-parquet/src/main/java/com/pivotal/hawq/mapreduce/parquet/HAWQParquetInputFormat.java:43:
 错误: 找不到符号
[ERROR] public class HAWQParquetInputFormat extends 
ParquetInputFormat {
[ERROR] ^
[ERROR] 符号: 类 ParquetInputFormat
[ERROR] 
/Users/wangziming/workplace/incubator-hawq/contrib/hawq-hadoop/hawq-mapreduce-parquet/src/main/java/com/pivotal/hawq/mapreduce/parquet/convert/HAWQBoxConverter.java:25:
 错误: 程序包parquet.io.api不存在
[ERROR] import parquet.io.api.Converter;
[ERROR] ^
[ERROR] 
/Users/wangziming/workplace/incubator-hawq/contrib/hawq-hadoop/hawq-mapreduce-parquet/src/main/java/com/pivotal/hawq/mapreduce/parquet/convert/HAWQBoxConverter.java:26:
 错误: 程序包parquet.io.api不存在
[ERROR] import parquet.io.api.GroupConverter;
[ERROR] ^
[ERROR] 
/Users/wangziming/workplace/incubator-hawq/contrib/hawq-hadoop/hawq-mapreduce-parquet/src/main/java/com/pivotal/hawq/mapreduce/parquet/convert/HAWQBoxConverter.java:27:
 错误: 程序包parquet.io.api不存在
[ERROR] import parquet.io.api.PrimitiveConverter;
[ERROR] ^
[ERROR] 
/Users/wangziming/workplace/incubator-hawq/contrib/hawq-hadoop/hawq-mapreduce-parquet/src/main/java/com/pivotal/hawq/mapreduce/parquet/convert/HAWQBoxConverter.java:38:
 错误: 找不到符号
[ERROR] public class HAWQBoxConverter extends GroupConverter {
[ERROR] ^
[ERROR] 符号: 类 GroupConverter
[ERROR] 
/Users/wangziming/workplace/incubator-hawq/contrib/hawq-hadoop/hawq-mapreduce-parquet/src/main/java/com/pivotal/hawq/mapreduce/parquet/convert/HAWQBoxConverter.java:41:
 错误: 找不到符号
[ERROR] private Converter[] converters;
[ERROR] ^
[ERROR] 符号: 类 Converter
[ERROR] 位置: 类 HA

[jira] [Updated] (HAWQ-1637) Compile apache hawq failure due to Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:aggregate-jar on osx 10.11

2018-07-04 Thread Oushu_WangZiming (JIRA)


 [ 
https://issues.apache.org/jira/browse/HAWQ-1637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oushu_WangZiming updated HAWQ-1637:
---
Description: 
Follow instruction ([https://cwiki.apache.org/confluence/disp
/usr/local/bin/mvn package 
-DskipTestslay/HAWQ/Build+and+Install)|https://cwiki.apache.org/confluence/display/HAWQ/Build+and+Install)]
 to build apache hawq on osx 10.11, it fails due to Failed to execute goal 
org.apache.maven.plugins:maven-javadoc-plugin:2.9.1:aggregate-jar

 
{code:java}
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ hawq-hadoop --- [WARNING] 
JAR will be empty - no content was marked for inclusion! [WARNING] The 
following dependencies could not be resolved at this point of the build but 
seem to be part of the reactor: [WARNING] o 
com.pivotal.hawq:hawq-mapreduce-common:jar:1.1.0 (compile) [WARNING] Try 
running the build up to the lifecycle phase "package" [WARNING] The following 
dependencies could not be resolved at this point of the build but seem to be 
part of the reactor: [WARNING] o 
com.pivotal.hawq:hawq-mapreduce-common:jar:1.1.0 (compile) [WARNING] Try 
running the build up to the lifecycle phase "package" [WARNING] The following 
dependencies could not be resolved at this point of the build but seem to be 
part of the reactor: [WARNING] o com.pivotal.hawq:hawq-mapreduce-ao:jar:1.1.0 
(compile) [WARNING] o com.pivotal.hawq:hawq-mapreduce-common:jar:1.1.0 
(compile) [WARNING] o com.pivotal.hawq:hawq-mapreduce-parquet:jar:1.1.0 
(compile) [WARNING] Try running the build up to the lifecycle phase "package" 
[INFO] [INFO] --- maven-javadoc-plugin:2.9.1:aggregate-jar (default) @ 
hawq-hadoop --- [WARNING] The dependency: 
[com.pivotal.hawq:hawq-mapreduce-common:jar:1.1.0] can't be resolved but has 
been found in the reactor (probably snapshots). This dependency has been 
excluded from the Javadoc classpath. You should rerun javadoc after executing 
mvn install. [WARNING] IGNORED to add some artifacts in the classpath. See 
above. [WARNING] The dependency: 
[com.pivotal.hawq:hawq-mapreduce-common:jar:1.1.0] can't be resolved but has 
been found in the reactor (probably snapshots). This dependency has been 
excluded from the Javadoc classpath. You should rerun javadoc after executing 
mvn install. [WARNING] IGNORED to add some artifacts in the classpath. See 
above. [WARNING] The dependency: 
[com.pivotal.hawq:hawq-mapreduce-common:jar:1.1.0] can't be resolved but has 
been found in the reactor (probably snapshots). This dependency has been 
excluded from the Javadoc classpath. You should rerun javadoc after executing 
mvn install. [WARNING] The dependency: 
[com.pivotal.hawq:hawq-mapreduce-ao:jar:1.1.0] can't be resolved but has been 
found in the reactor (probably snapshots). This dependency has been excluded 
from the Javadoc classpath. You should rerun javadoc after executing mvn 
install. [WARNING] The dependency: 
[com.pivotal.hawq:hawq-mapreduce-parquet:jar:1.1.0] can't be resolved but has 
been found in the reactor (probably snapshots). This dependency has been 
excluded from the Javadoc classpath. You should rerun javadoc after executing 
mvn install. [WARNING] IGNORED to add some artifacts in the classpath. See 
above.[ERROR] import parquet.hadoop.ParquetInputFormat;
{code}
{code:java}
[ERROR] ^
[ERROR] 
/Users/wangziming/workplace/incubator-hawq/contrib/hawq-hadoop/hawq-mapreduce-parquet/src/main/java/com/pivotal/hawq/mapreduce/parquet/HAWQParquetInputFormat.java:43:
 错误: 找不到符号
[ERROR] public class HAWQParquetInputFormat extends 
ParquetInputFormat {
[ERROR] ^
[ERROR] 符号: 类 ParquetInputFormat
[ERROR] 
/Users/wangziming/workplace/incubator-hawq/contrib/hawq-hadoop/hawq-mapreduce-parquet/src/main/java/com/pivotal/hawq/mapreduce/parquet/convert/HAWQBoxConverter.java:25:
 错误: 程序包parquet.io.api不存在
[ERROR] import parquet.io.api.Converter;
[ERROR] ^
[ERROR] 
/Users/wangziming/workplace/incubator-hawq/contrib/hawq-hadoop/hawq-mapreduce-parquet/src/main/java/com/pivotal/hawq/mapreduce/parquet/convert/HAWQBoxConverter.java:26:
 错误: 程序包parquet.io.api不存在
[ERROR] import parquet.io.api.GroupConverter;
[ERROR] ^
[ERROR] 
/Users/wangziming/workplace/incubator-hawq/contrib/hawq-hadoop/hawq-mapreduce-parquet/src/main/java/com/pivotal/hawq/mapreduce/parquet/convert/HAWQBoxConverter.java:27:
 错误: 程序包parquet.io.api不存在
[ERROR] import parquet.io.api.PrimitiveConverter;
[ERROR] ^
[ERROR] 
/Users/wangziming/workplace/incubator-hawq/contrib/hawq-hadoop/hawq-mapreduce-parquet/src/main/java/com/pivotal/hawq/mapreduce/parquet/convert/HAWQBoxConverter.java:38:
 错误: 找不到符号
[ERROR] public class HAWQBoxConverter extends GroupConverter {
[ERROR] ^
[ERROR] 符号: 类 GroupConverter
[ERROR] 
/Users/wangziming/workplace/incubator-hawq/contrib/hawq-hadoop/hawq-mapreduce-parquet/src/main/java/com/pivotal/hawq/mapreduce/parquet/convert/HAWQBoxConverter.java:41:
 错误: 找不到符号
[ERROR] private Converter[] converters;
[ERROR] ^
[ERROR] 符号: