You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2013/08/02 18:37:48 UTC

[jira] [Created] (HIVE-4988) HCatalog Pig Adapter test does not compile under hadoop2

Brock Noland created HIVE-4988:
----------------------------------

             Summary: HCatalog Pig Adapter test does not compile under hadoop2
                 Key: HIVE-4988
                 URL: https://issues.apache.org/jira/browse/HIVE-4988
             Project: Hive
          Issue Type: Sub-task
            Reporter: Brock Noland


{noformat}
compile-test:
     [echo] hcatalog-pig-adapter
    [mkdir] Created dir: /home/brock/workspaces/hive-apache/hive/hcatalog/hcatalog-pig-adapter/build/test/classes
    [javac] Compiling 14 source files to /home/brock/workspaces/hive-apache/hive/hcatalog/hcatalog-pig-adapter/build/test/classes
    [javac] /home/brock/workspaces/hive-apache/hive/hcatalog/hcatalog-pig-adapter/src/test/java/org/apache/hcatalog/pig/TestE2EScenarios.java:196: org.apache.hadoop.mapreduce.TaskAttemptContext is abstract; cannot be instantiated
    [javac]         TaskAttemptContext rtaskContext = new TaskAttemptContext(conf , taskId );
    [javac]                                           ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 error
{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