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

Tibor Kiss commented on WHIRR-168:
----------------------------------

I run a integration test just for apache hadoop but still fails here.

{code}
-------------------------------------------------------------------------------
Test set: org.apache.whirr.service.hadoop.integration.HadoopServiceTest
-------------------------------------------------------------------------------
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 611.551 sec <<< 
FAILURE!
test(org.apache.whirr.service.hadoop.integration.HadoopServiceTest)  Time 
elapsed: 112.188 sec  <<< FAILURE!
junit.framework.ComparisonFailure: null expected:<a     1> but was:<null>
        at junit.framework.Assert.assertEquals(Assert.java:81)
        at junit.framework.Assert.assertEquals(Assert.java:87)
        at 
org.apache.whirr.service.hadoop.integration.HadoopServiceTest.test(HadoopServiceTest.java:87)

{code}

The nodes it was started nicely, I was logging into, checked the namenode logs 
and tasktracker logs.
A job it was running aparently without problems. Unfortunately this early 
shutdown prohibited more detailed investigation.
Temporarily I need to get rid of this early shutdown.


> Extend client side configurations and support core-site.xml, mapred-site.xml 
> and hdfs-site.xml instead of hadoop-site.xml
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WHIRR-168
>                 URL: https://issues.apache.org/jira/browse/WHIRR-168
>             Project: Whirr
>          Issue Type: New Feature
>          Components: core, service/hadoop
>         Environment: ec2
>            Reporter: Tibor Kiss
>            Assignee: Tibor Kiss
>            Priority: Minor
>         Attachments: core-site.xml, hdfs-site.xml, 
> local-socks-proxy-address.patch, mapred-site.xml, whirr-168-1.patch, 
> whirr-168-2.patch, whirr-168-3.patch
>
>
> We have a generated .whirr/<hadoop-cluster-name>/hadoop-proxy.sh which 
> contains a hard coded port value, the 6666.
> In order to be able to start multiple clusters from the same console I needed 
> a simple mechanism to be able to parametrize this port number.
> Therefore is required to extend client side configurations, in the same way 
> as WHIRR-55, to be configurable a 'whirr.hadoop-client.hadoop.socks.server' 
> to something like
> whirr.hadoop-client.hadoop.socks.server=localhost:6667
> The default port will remain of course the 6666.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to