ckrintz / appscale

Automatically exported from code.google.com/p/appscale
0 stars 0 forks source link

HyperTable - MapReduce API doesn't work on Xen/EC2 #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The MapReduce jar file can't find the master node when running in Xen or
EC2 (but is fine in Eucalyptus). This only occurs when running HyperTable
as the database; MapReduce works fine when HBase is selected.

Note that MapReduce / HyperTable works fine over Eucalyptus.

The problem is that the MapReduce API only talks to Hadoop, not HBase or
HyperTable, so the choice of DB shouldn't matter. Will investigate.

Original issue reported on code.google.com by shattere...@gmail.com on 9 Dec 2009 at 6:30

GoogleCodeExporter commented 9 years ago
Reproduced with newest image, continuing to investigate.

Original comment by shattere...@gmail.com on 12 Dec 2009 at 4:18

GoogleCodeExporter commented 9 years ago
Verified that this is still a problem with the current code. Will post error 
messages
soon.

Original comment by shattere...@gmail.com on 31 Mar 2010 at 6:40

GoogleCodeExporter commented 9 years ago
Recent code refactoring may have fixed this problem, as it appears to work fine 
now.
The new code changes don't change /etc/hosts as they did before, and the new 
version
of Hadoop used appears to not need the hosts spelled out as it did before.

Will re-open if this is a problem on EC2.

Original comment by shattere...@gmail.com on 21 Apr 2010 at 7:15