Re: map phase does not read intermediate results with SequenceFileInputFormat

2013-10-25 Thread Robin East
Hi Are you sure job1 created output where you expected it and in the format you expect? Have you tested job2 on its own with some hand-crafted test data? Is the output from job1 consistent with your hand-crafted test data for job2? regards On 25 Oct 2013, at 06:46, Anseh Danesh wrote: > Hi a

Re: SVM implementaion

2013-11-08 Thread Robin East
You could try having a look at some of the competition data sets on http://www.kaggle.com. Many of them are 1/0 classification problems Sent from my iPhone On 8 Nov 2013, at 10:10, unmesha sreeveni wrote: > where can i get a large file for checking svm .with classes 1 and -1 > around 1 GB file

Exception in createBlockOutputStream - poss firewall issue

2013-06-26 Thread Robin East
I have a single node hadoop cluster setup behind a firewall and am trying to create files using a java program outside the firewall and get the exception below. The java program works fine inside the firewall. The ip address for the single cluster is xxx.xxx.xxx.xxx however it appears that in th

Re: Exception in createBlockOutputStream - poss firewall issue

2013-06-26 Thread Robin East
these ports, aside of the NN's RPC ports, to > be able to read/write data. > > > On Thu, Jun 27, 2013 at 2:23 AM, Robin East wrote: >> I have a single node hadoop cluster setup behind a firewall and am trying to >> create files using a java program outside the firew

Re: Exception in createBlockOutputStream - poss firewall issue

2013-07-02 Thread Robin East
n Lilley wrote: > I don’t know the answer… but if it is possible to make the DNs report a > domain-name instead of an IP quad it may help. > John > > > From: Robin East [mailto:robin.e...@xense.co.uk] > Sent: Thursday, June 27, 2013 12:18 AM > To: user@hadoop

Re: How to update a file which is in HDFS

2013-07-05 Thread Robin East
The API for 1.1.2 FileSystem seems to include append(). Robin On 5 Jul 2013, at 01:50, Mohammad Tariq wrote: > The current stable release doesn't support append, not even through the API. > If you really want this you have to switch to hadoop 2.x. > See this JIRA. > > Warm Regards, > Tariq > c

Re: How to update a file which is in HDFS

2013-07-05 Thread Robin East
t it is hardly recommended. Robi On 5 Jul 2013, at 08:45, Robin East wrote: > The API for 1.1.2 FileSystem seems to include append(). > Robin > On 5 Jul 2013, at 01:50, Mohammad Tariq wrote: > >> The current stable release doesn't support append, not even through the API