You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Richard (JIRA)" <ji...@apache.org> on 2015/06/23 07:57:02 UTC

[jira] [Commented] (SQOOP-2365) Sqoop2: Create annotation and base class

    [ https://issues.apache.org/jira/browse/SQOOP-2365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14597213#comment-14597213 ] 

Richard commented on SQOOP-2365:
--------------------------------

Thanks [~abec].
The build command {{mvn clean package -Pbinary -DskipTests}} failed with such error message.
{code}
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ test ---
[INFO] Compiling 29 source files to /root/Documents/sqoop2/test/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/SqoopTestCase.java:[24,53] error: cannot find symbol
[ERROR]  package org.apache.sqoop.test.infrastructure.providers
/root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/SqoopTestCase.java:[25,53] error: cannot find symbol
[ERROR]  package org.apache.sqoop.test.infrastructure.providers
/root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/SqoopTestCase.java:[54,35] error: cannot find symbol
[ERROR]  class SqoopTestCase
/root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/SqoopTestCase.java:[128,28] error: cannot find symbol
[ERROR]  class SqoopTestCase
/root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/SqoopTestCase.java:[160,27] error: cannot find symbol
[ERROR]  class SqoopTestCase
/root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/providers/SqoopInfrastructureProvider.java:[28,49] error: cannot find symbol
[ERROR]  class InfrastructureProvider
/root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/Infrastructure.java:[20,53] error: cannot find symbol
[ERROR]  package org.apache.sqoop.test.infrastructure.providers
/root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/Infrastructure.java:[33,18] error: cannot find symbol
[ERROR]  @interface Infrastructure
/root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/SqoopTestCase.java:[55,28] error: cannot find symbol
[ERROR]  class SqoopTestCase
/root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/SqoopTestCase.java:[83,24] error: cannot find symbol
[ERROR]  class SqoopTestCase
/root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/SqoopTestCase.java:[83,89] error: cannot find symbol
[ERROR]  class SqoopTestCase
/root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/SqoopTestCase.java:[113,27] error: cannot find symbol
[ERROR]  class SqoopTestCase
/root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/SqoopTestCase.java:[114,6] error: cannot find symbol
[ERROR]  class SqoopTestCase
/root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/SqoopTestCase.java:[114,80] error: cannot find symbol
[ERROR]  class SqoopTestCase
/root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/SqoopTestCase.java:[123,25] error: cannot find symbol
[ERROR]  class SqoopTestCase
/root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/SqoopTestCase.java:[155,9] error: cannot find symbol
[ERROR]  class SqoopTestCase
/root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/SqoopTestCase.java:[161,4] error: cannot find symbol
[ERROR]  class SqoopTestCase
/root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/providers/SqoopInfrastructureProvider.java:[37,2] error: method does not override or implement a method from a supertype
[ERROR] /root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/providers/SqoopInfrastructureProvider.java:[47,2] error: method does not override or implement a method from a supertype
[ERROR] /root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/providers/SqoopInfrastructureProvider.java:[56,2] error: method does not override or implement a method from a supertype
[ERROR] /root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/providers/SqoopInfrastructureProvider.java:[61,2] error: method does not override or implement a method from a supertype
[ERROR] /root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/providers/SqoopInfrastructureProvider.java:[66,2] error: method does not override or implement a method from a supertype
[ERROR] /root/Documents/sqoop2/test/src/main/java/org/apache/sqoop/test/infrastructure/providers/SqoopInfrastructureProvider.java:[71,2] error: method does not override or implement a method from a supertype
{code}

> Sqoop2: Create annotation and base class
> ----------------------------------------
>
>                 Key: SQOOP-2365
>                 URL: https://issues.apache.org/jira/browse/SQOOP-2365
>             Project: Sqoop
>          Issue Type: Sub-task
>          Components: sqoop2-test
>            Reporter: Abraham Elmahrek
>            Assignee: Abraham Elmahrek
>             Fix For: 2.0.0
>
>         Attachments: SQOOP-2365.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)