Re: InputFormat for some REST api

2013-02-19 Thread Alex Thieme
Are there examples detailing how to write input formats, record readers and related classes? I was hoping to write one against a Redis database and it seems that shares similar issues to accessing data from a rest API. Alex Thieme athi...@athieme.com 508-361-2788 On Feb 19, 2013, at 1:34 PM

Re: Java submit job to remote server

2013-02-14 Thread Alex Thieme
Any thoughts on why my connection to the hadoop server fails? An help provided would be greatly appreciated. Alex Thieme athi...@athieme.com 508-361-2788 On Feb 13, 2013, at 1:41 PM, Alex Thieme athi...@athieme.com wrote: It appears this is the full extent of the stack trace. Anything prior

Re: Java submit job to remote server

2013-02-13 Thread Alex Thieme
at java.io.DataInputStream.readInt(DataInputStream.java:375) at org.apache.hadoop.ipc.Client$Connection.receiveResponse(Client.java:501) at org.apache.hadoop.ipc.Client$Connection.run(Client.java:446) Alex Thieme athi...@athieme.com 508-361-2788 In On Feb 12, 2013, at 8:16 PM

Java submit job to remote server

2013-02-12 Thread Alex Thieme
I apologize for asking what seems to be such a basic question, but I would use some help with submitting a job to a remote server. I have downloaded and installed hadoop locally in pseudo-distributed mode. I have written some Java code to submit a job. Here's the org.apache.hadoop.util.Tool

Re: Java submit job to remote server

2013-02-12 Thread Alex Thieme
13, 2013 at 2:41 AM, Alex Thieme athi...@athieme.com wrote: I apologize for asking what seems to be such a basic question, but I would use some help with submitting a job to a remote server. I have downloaded and installed hadoop locally in pseudo-distributed mode. I have written some Java