You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whirr.apache.org by "Tom White (JIRA)" <ji...@apache.org> on 2010/12/01 23:40:10 UTC

[jira] Created: (WHIRR-151) Credentials not set correctly for Hadoop service configure step

Credentials not set correctly for Hadoop service configure step
---------------------------------------------------------------

                 Key: WHIRR-151
                 URL: https://issues.apache.org/jira/browse/WHIRR-151
             Project: Whirr
          Issue Type: Bug
          Components: service/hadoop
            Reporter: Tom White
            Assignee: Tom White


The Hadoop integration test fails for me on Rackspace with

{noformat}
java.lang.NullPointerException: If the default credentials need to be used, they can't be null
        at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:204)
        at org.jclouds.compute.internal.BaseComputeService$5.apply(BaseComputeService.java:419)
        at org.jclouds.compute.internal.BaseComputeService$5.apply(BaseComputeService.java:407)
        at com.google.common.collect.Iterators$8.next(Iterators.java:730)
        at org.jclouds.compute.internal.BaseComputeService.runScriptOnNodesMatching(BaseComputeService.java:362)
        at org.jclouds.compute.internal.BaseComputeService.runScriptOnNodesMatching(BaseComputeService.java:344)
        at org.apache.whirr.service.hadoop.HadoopService.launchCluster(HadoopService.java:190)
        at org.apache.whirr.service.hadoop.integration.HadoopServiceTest.setUp(HadoopServiceTest.java:85)
{noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WHIRR-151) Credentials not set correctly for Hadoop service configure step

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

Tom White updated WHIRR-151:
----------------------------

    Attachment: WHIRR-151.patch

This patch fixes the issue for me.

> Credentials not set correctly for Hadoop service configure step
> ---------------------------------------------------------------
>
>                 Key: WHIRR-151
>                 URL: https://issues.apache.org/jira/browse/WHIRR-151
>             Project: Whirr
>          Issue Type: Bug
>          Components: service/hadoop
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: WHIRR-151.patch
>
>
> The Hadoop integration test fails for me on Rackspace with
> {noformat}
> java.lang.NullPointerException: If the default credentials need to be used, they can't be null
>         at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:204)
>         at org.jclouds.compute.internal.BaseComputeService$5.apply(BaseComputeService.java:419)
>         at org.jclouds.compute.internal.BaseComputeService$5.apply(BaseComputeService.java:407)
>         at com.google.common.collect.Iterators$8.next(Iterators.java:730)
>         at org.jclouds.compute.internal.BaseComputeService.runScriptOnNodesMatching(BaseComputeService.java:362)
>         at org.jclouds.compute.internal.BaseComputeService.runScriptOnNodesMatching(BaseComputeService.java:344)
>         at org.apache.whirr.service.hadoop.HadoopService.launchCluster(HadoopService.java:190)
>         at org.apache.whirr.service.hadoop.integration.HadoopServiceTest.setUp(HadoopServiceTest.java:85)
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WHIRR-151) Credentials not set correctly for Hadoop service configure step

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

Tom White resolved WHIRR-151.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 0.3.0

I've just committed this.

> Credentials not set correctly for Hadoop service configure step
> ---------------------------------------------------------------
>
>                 Key: WHIRR-151
>                 URL: https://issues.apache.org/jira/browse/WHIRR-151
>             Project: Whirr
>          Issue Type: Bug
>          Components: service/hadoop
>            Reporter: Tom White
>            Assignee: Tom White
>             Fix For: 0.3.0
>
>         Attachments: WHIRR-151.patch
>
>
> The Hadoop integration test fails for me on Rackspace with
> {noformat}
> java.lang.NullPointerException: If the default credentials need to be used, they can't be null
>         at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:204)
>         at org.jclouds.compute.internal.BaseComputeService$5.apply(BaseComputeService.java:419)
>         at org.jclouds.compute.internal.BaseComputeService$5.apply(BaseComputeService.java:407)
>         at com.google.common.collect.Iterators$8.next(Iterators.java:730)
>         at org.jclouds.compute.internal.BaseComputeService.runScriptOnNodesMatching(BaseComputeService.java:362)
>         at org.jclouds.compute.internal.BaseComputeService.runScriptOnNodesMatching(BaseComputeService.java:344)
>         at org.apache.whirr.service.hadoop.HadoopService.launchCluster(HadoopService.java:190)
>         at org.apache.whirr.service.hadoop.integration.HadoopServiceTest.setUp(HadoopServiceTest.java:85)
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.