You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (Created) (JIRA)" <ji...@apache.org> on 2011/12/13 21:39:31 UTC

[jira] [Created] (HBASE-5019) hadoop 0.22 and 0.23 have been released, change our profiles to get released version

hadoop 0.22 and 0.23 have been released, change our profiles to get released version
------------------------------------------------------------------------------------

                 Key: HBASE-5019
                 URL: https://issues.apache.org/jira/browse/HBASE-5019
             Project: HBase
          Issue Type: Task
            Reporter: stack


Suggested by Roman.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-5019) hadoop 0.22 and 0.23 have been released, change our profiles to get released version

Posted by "stack (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-5019:
-------------------------

    Attachment: 5019.txt

This patch seems to work for 0.22 but not for 0.23; perhaps someone can correct what I'm doing wrong.
                
> hadoop 0.22 and 0.23 have been released, change our profiles to get released version
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-5019
>                 URL: https://issues.apache.org/jira/browse/HBASE-5019
>             Project: HBase
>          Issue Type: Task
>            Reporter: stack
>         Attachments: 5019.txt
>
>
> Suggested by Roman.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-5019) hadoop 0.22 and 0.23 have been released, change our profiles to get released version

Posted by "stack (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-5019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13168699#comment-13168699 ] 

stack commented on HBASE-5019:
------------------------------

Does this:

{code}
Downloading: http://repo1.maven.org/maven2/org/apache/hadoop/hadoop-yarn-server-tests/0.23.0/hadoop-yarn-server-tests-0.23.0-tests.jar
[INFO] Unable to find resource 'org.apache.hadoop:hadoop-yarn-server-tests:test-jar:tests:0.23.0' in repository central (http://repo1.maven.org/maven2)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.hadoop:hadoop-common:jar:0.23.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.hadoop -DartifactId=hadoop-common -Dversion=0.23.0 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.hadoop -DartifactId=hadoop-common -Dversion=0.23.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.hbase:hbase:jar:0.93-SNAPSHOT
        2) org.apache.hadoop:hadoop-common:jar:0.23.0

2) org.apache.hadoop:hadoop-annotations:jar:0.23.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.hadoop -DartifactId=hadoop-annotations -Dversion=0.23.0 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.hadoop -DartifactId=hadoop-annotations -Dversion=0.23.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.hbase:hbase:jar:0.93-SNAPSHOT
        2) org.apache.hadoop:hadoop-annotations:jar:0.23.0

3) org.apache.hadoop:hadoop-hdfs:jar:0.23.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.hadoop -DartifactId=hadoop-hdfs -Dversion=0.23.0 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.hadoop -DartifactId=hadoop-hdfs -Dversion=0.23.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.hbase:hbase:jar:0.93-SNAPSHOT
        2) org.apache.hadoop:hadoop-hdfs:jar:0.23.0

4) org.apache.hadoop:hadoop-mapreduce-client-common:jar:0.23.0

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.apache.hadoop -DartifactId=hadoop-mapreduce-client-common -Dversion=0.23.0 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.apache.hadoop -DartifactId=hadoop-mapreduce-client-common -Dversion=0.23.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.hbase:hbase:jar:0.93-SNAPSHOT
        2) org.apache.hadoop:hadoop-mapreduce-client-common:jar:0.23.0

5) org.apache.hadoop:hadoop-common:test-jar:tests:0.23.0
...
{code}

I haven't checked but perhaps the 0.23 jars are not up in mvn repo?
                
> hadoop 0.22 and 0.23 have been released, change our profiles to get released version
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-5019
>                 URL: https://issues.apache.org/jira/browse/HBASE-5019
>             Project: HBase
>          Issue Type: Task
>            Reporter: stack
>         Attachments: 5019.txt
>
>
> Suggested by Roman.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HBASE-5019) hadoop 0.22 and 0.23 have been released, change our profiles to get released version

Posted by "Jesse Yates (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-5019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Yates resolved HBASE-5019.
--------------------------------

    Resolution: Fixed

Closing - fixed in trunk (kinda, we actually moved to Hadoop >= 1.0, but same idea).
                
> hadoop 0.22 and 0.23 have been released, change our profiles to get released version
> ------------------------------------------------------------------------------------
>
>                 Key: HBASE-5019
>                 URL: https://issues.apache.org/jira/browse/HBASE-5019
>             Project: HBase
>          Issue Type: Task
>            Reporter: stack
>         Attachments: 5019.txt
>
>
> Suggested by Roman.

--
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