Brock Noland created HIVE-5212:
----------------------------------
Summary: HCatalog javadoc fails with Hadoop23
Key: HIVE-5212
URL: https://issues.apache.org/jira/browse/HIVE-5212
Project: Hive
Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Brock Noland
Since HIVE-5014, the following fails:
{noformat}
cd hcatalog
ant package -Dmvn.hadoop.profile=hadoop23
{noformat}
with the following:
{noformat}
[javadoc] Building tree for all the packages and classes...
[javadoc]
/home/brock/workspaces/hive-apache/hive/hcatalog/core/build/lib/compile/hadoop-mapreduce-client-jobclient-2.0.3-alpha-tests.jar(org/apache/hadoop/mapreduce/TestLocalRunner.class):
warning: Cannot find annotation method 'timeout()' in type 'Test': class file
for org.junit.Test not found
[javadoc]
/home/brock/workspaces/hive-apache/hive/hcatalog/core/build/lib/compile/hadoop-mapreduce-client-jobclient-2.0.3-alpha-tests.jar(org/apache/hadoop/mapred/TestClientServiceDelegate.class):
warning: Cannot find annotation method 'value()' in type 'RunWith': class file
for org.junit.runner.RunWith not found
[javadoc] Building index for all the packages and classes...
[javadoc] Building index for all classes...
[javadoc] Generating
/home/brock/workspaces/hive-apache/hive/hcatalog/build/docs/api/help-doc.html...
[javadoc] 2 warnings
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira