Hello, I am trying to cache a file across 2 memcached instances. ora...@hadoop-master:~$ ssh hadoop1 Linux hadoop1 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686
The programs included with the Ubuntu system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. To access official Ubuntu documentation, please visit: http://help.ubuntu.com/ Last login: Fri Dec 19 16:45:35 2008 from hadoop-master ora...@hadoop1:~$ memcached -d -m 1100 -l hadoop1 -p 11211 ora...@hadoop1:~$ exi -bash: exi: command not found ora...@hadoop1:~$ exit logout Connection to hadoop1 closed. ora...@hadoop-master:~$ memcached -d -m 600 -l hadoop-master -p 11211 ora...@hadoop-master:~$ ls -lrt dubai.dmp -rw-r--r-- 1 oracle oracle 449716224 2008-12-03 10:19 dubai.dmp ora...@hadoop-master:~$ memcp --servers=hadoop1,hadoop-master dubai.dmp memcp: dubai.dmp: memcache error SYSTEM ERROR Any clues what I am doing wrong to cache the file? Regards Apun
