| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
334 (0.095s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Including Additional Jars - Hadoop - [mail # user]
|
|
...I think you can put them either in your jar or in distributed cache. As Allen pointed out, my idea of putting them into hadoop lib jar was wrong. Mark On Mon, Apr 4, 2011 a...
|
|
|
Author: Mark Kerzner,
2011-04-04, 17:20
|
|
|
Re: Including Additional Jars - Hadoop - [mail # user]
|
|
...Then it seems you want to do the opposite of what I have done in this script. I AM combining all the jars in one jar, and you already have that. Rather, you want to distribute only you...
|
|
|
Author: Mark Kerzner,
2011-04-04, 16:40
|
|
|
Re: Including Additional Jars - Hadoop - [mail # user]
|
|
...That was for my book (chapter 1 attached, you may find other things useful), but you would substitute it with your project name. Mark On Mon, Apr 4, 2011 at 10:17 AM, Mark Kerzne...
|
|
|
Author: Mark Kerzner,
2011-04-04, 15:18
|
|
|
Re: Including Additional Jars - Hadoop - [mail # user]
|
|
...Shuja, here is what I do in NB environment #!/bin/sh cd ../dist jar -xf Chapter1.jar jar -cmf META-INF/MANIFEST.MF ../Chapter3-for-Hadoop.jar * cd ../bin echo "Repackaged f...
|
|
|
Author: Mark Kerzner,
2011-04-04, 15:17
|
|
|
Re: running local hadoop job in windows - Hadoop - [mail # user]
|
|
...Now I AM running under cygwin, and I get the same error, as you can see from the attached screenshot. Thank you, Mark On Sat, Mar 19, 2011 at 9:16 PM, Simon wrote: ...
|
|
|
Author: Mark Kerzner,
2011-03-20, 04:15
|
|
|
Re: running local hadoop job in windows - Hadoop - [mail # user]
|
|
...No, I hoped that it is not absolutely necessary for that kind of use. I am not even issuing the "hadoop -jar" command, but it is pure "java -jar". It is true though that my Ubuntu has a Hado...
|
|
|
Author: Mark Kerzner,
2011-03-18, 23:11
|
|
|
running local hadoop job in windows - Hadoop - [mail # user]
|
|
...Hi, guys, I want to give my users a sense of what my hadoop application can do, and I am trying to make it run in Windows, with this command java -jar dist\FreeEed.jar This...
|
|
|
Author: Mark Kerzner,
2011-03-18, 23:03
|
|
|
What is the best way to output string values? - Hadoop - [mail # user]
|
|
...Hi, in my MapReduce job I parse documents' metadata, so about each document I know things like author=john, and last_printed=3/3/10, and so on. What is the best way to put all th...
|
|
|
Author: Mark Kerzner,
2011-03-10, 06:15
|
|
|
First Hadoop meetup in Houston - Hadoop - [mail # user]
|
|
...Hi, I have just created the Houston Hadoop Meetup group, and all suggestions are welcome. http://www.meetup.com/Houston-Hadoop-Meetup-Group/events/16840073/ Thank you, Mark...
|
|
|
Author: Mark Kerzner,
2011-03-08, 03:37
|
|
|
Re: Is that a good practice? - Hadoop - [mail # user]
|
|
...Harsh, indeed, this has bitten me a while back, but now the default Cloudera distribution configures them outside of /tmp Really, as Eric has pointed out, I was making failure a ...
|
|
|
Author: Mark Kerzner,
2011-03-04, 04:32
|
|
|
|