Abraham Elmahrek created SQOOP-1570:
---------------------------------------
Summary: Disable mainframe import with Hadoop 20
Key: SQOOP-1570
URL: https://issues.apache.org/jira/browse/SQOOP-1570
Project: Sqoop
Issue Type: Bug
Reporter: Abraham Elmahrek
{code}
compile:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Sqoop-ant-jdk-1.6-hadoop20/build/classes
[javac]
/x1/jenkins/jenkins-slave/workspace/Sqoop-ant-jdk-1.6-hadoop20/build.xml:526:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 2 source files to
/x1/jenkins/jenkins-slave/workspace/Sqoop-ant-jdk-1.6-hadoop20/build/classes
[javac]
/x1/jenkins/jenkins-slave/workspace/Sqoop-ant-jdk-1.6-hadoop20/build.xml:539:
warning: 'includeantruntime' was not set, defaulting to
build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 467 source files to
/x1/jenkins/jenkins-slave/workspace/Sqoop-ant-jdk-1.6-hadoop20/build/classes
[javac]
/x1/jenkins/jenkins-slave/workspace/Sqoop-ant-jdk-1.6-hadoop20/src/java/org/apache/sqoop/mapreduce/mainframe/MainframeImportJob.java:27:
cannot find symbol
[javac] symbol : class LazyOutputFormat
[javac] location: package org.apache.hadoop.mapreduce.lib.output
[javac] import org.apache.hadoop.mapreduce.lib.output.LazyOutputFormat;
[javac] ^
[javac]
org/kitesdk/data/mapreduce/DatasetKeyInputFormat.class(org/kitesdk/data/mapreduce:DatasetKeyInputFormat.class):
warning: Cannot find annotation method 'value()' in type
'edu.umd.cs.findbugs.annotations.SuppressWarnings': class file for
edu.umd.cs.findbugs.annotations.SuppressWarnings not found
[javac]
org/kitesdk/data/mapreduce/DatasetKeyInputFormat.class(org/kitesdk/data/mapreduce:DatasetKeyInputFormat.class):
warning: Cannot find annotation method 'justification()' in type
'edu.umd.cs.findbugs.annotations.SuppressWarnings'
[javac]
org/kitesdk/data/mapreduce/DatasetKeyInputFormat.class(org/kitesdk/data/mapreduce:DatasetKeyInputFormat.class):
warning: Cannot find annotation method 'value()' in type
'edu.umd.cs.findbugs.annotations.SuppressWarnings'
[javac]
org/kitesdk/data/mapreduce/DatasetKeyInputFormat.class(org/kitesdk/data/mapreduce:DatasetKeyInputFormat.class):
warning: Cannot find annotation method 'justification()' in type
'edu.umd.cs.findbugs.annotations.SuppressWarnings'
[javac]
/x1/jenkins/jenkins-slave/workspace/Sqoop-ant-jdk-1.6-hadoop20/src/java/org/apache/sqoop/mapreduce/HBaseImportJob.java:142:
cannot find symbol
[javac] symbol : method
merge(org.apache.hadoop.conf.Configuration,org.apache.hadoop.conf.Configuration)
[javac] location: class org.apache.hadoop.hbase.HBaseConfiguration
[javac] HBaseConfiguration.merge(conf, newConf);
[javac] ^
[javac]
/x1/jenkins/jenkins-slave/workspace/Sqoop-ant-jdk-1.6-hadoop20/src/java/org/apache/sqoop/mapreduce/mainframe/MainframeImportJob.java:68:
cannot find symbol
[javac] symbol : variable LazyOutputFormat
[javac] location: class
org.apache.sqoop.mapreduce.mainframe.MainframeImportJob
[javac] LazyOutputFormat.setOutputFormatClass(job,
getOutputFormatClass());
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 3 errors
[javac] 4 warnings
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)