Hi Mateusz, I attached hadoop-site.xml, hadoop-env.sh, masters, slaves in hadoop-0.18.0/conf. I didn't change any other configurations.
>I'm seeing a lot of errors and even reported few of them. What kinds of errors have you seen? 2008/8/29 Mateusz Berezecki <[EMAIL PROTECTED]>: > > On Fri, Aug 29, 2008 at 3:02 AM, Hiroyuki Uchiyama > <[EMAIL PROTECTED]> wrote: >> >> Hi Alan, >> >> I ran the benchmarks on 0.18.0. >>>... I tried to get Hypertable running on top of 0.18 and was unable to. >> Do you mean the protocol version mismatch? >> > > What is your setup? Does it really work out of the box? > I'm seeing a lot of errors and even reported few of them. > Could you post your hadoop config file if that's possible? > > Mateusz > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/hypertable-dev?hl=en -~----------~----~----~----~------~----~------~--~---
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!-- Put site-specific property overrides in this file. -->
<configuration>
<property>
<name>hadoop.log.dir</name>
<value>/local-project/uchiyama/hadoop_0_18_0/logs</value>
</property>
<property>
<name>hadoop.tmp.dir</name>
<value>/tmp/hadoop-${user.name}</value>
</property>
<property>
<name>fs.default.name</name>
<value>hdfs://uranos1.dq.isl.ntt.co.jp:60001/</value>
</property>
<property>
<name>mapred.job.tracker</name>
<value>uranos1.dq.isl.ntt.co.jp:60002</value>
</property>
<property>
<name>dfs.name.dir</name>
<value>/local-project/uchiyama/hadoop_0_18_0/name</value>
</property>
<property>
<name>dfs.client.buffer.dir</name>
<value>/local-project/uchiyama/hadoop_0_18_0/client</value>
</property>
<property>
<name>mapred.local.dir</name>
<value>/local-project/uchiyama/hadoop_0_18_0/mapred</value>
</property>
<property>
<name>dfs.data.dir</name>
<value>/local-project/uchiyama/hadoop_0_18_0/data</value>
</property>
<property>
<name>dfs.replication</name>
<value>3</value>
</property>
<property>
<name>mapred.child.java.opts</name>
<value>-Xmx512m</value>
</property>
</configuration>
hadoop-env.sh
Description: Bourne shell script
masters
Description: Binary data
slaves
Description: Binary data
