Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Hadoop 1.0.2 and the patches
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Piers Harding  
View profile  
 More options Apr 13 2012, 12:15 am
From: Piers Harding <pi...@ompka.net>
Date: Thu, 12 Apr 2012 21:15:08 -0700 (PDT)
Local: Fri, Apr 13 2012 12:15 am
Subject: Re: Hadoop 1.0.2 and the patches
In answer to my own question - it looks like it just works!  Only
problem I had was that the streaming jar is not found with the deb
packages from http://ftp.wayne.edu/apache/hadoop/common/hadoop-1.0.2/.
The hadoop root directory is /usr but the streaming lib is in /usr/
share/hadoop/contrib/streaming - hacked:
 +++ b/dumbo/util.py
@@ -267,6 +267,7 @@ def findjar(hadoop, name):
     hadoop home directory and component base name (e.g
'streaming')"""

     jardir_candidates = filter(os.path.exists, [
+        os.path.join(hadoop, 'share', 'hadoop', 'contrib', name),

Cheers,
Piers Harding.

On Apr 13, 1:42 pm, Piers Harding <pi...@ompka.net> wrote:

> Hi -

> With the release of 1.0.2 (http://hadoop.apache.org/common/docs/r1.0.2/
> releasenotes.html), should we be able to do away with the patching
> normally required for the installation?

> Cheers,
> Piers Harding.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.