[
https://issues.apache.org/jira/browse/HADOOP-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1398:
--
Attachment: hadoop-blockcache-v4.1.patch
Fixing the v4 patch which was corrupt.
> Add in-mem
[
https://issues.apache.org/jira/browse/HADOOP-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560991#action_12560991
]
tomwhite edited comment on HADOOP-1398 at 1/21/08 3:50 AM:
bq.
[
https://issues.apache.org/jira/browse/HADOOP-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1398:
--
Attachment: hadoop-blockcache-v4.patch
bq. In the below from HStoreFile, blockCacheEnabled method
[
https://issues.apache.org/jira/browse/HADOOP-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1398:
--
Attachment: commons-collections-3.2.jar
New dependency to go in src/contrib/hbase/lib/.
> Add
[
https://issues.apache.org/jira/browse/HADOOP-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1398:
--
Attachment: hadoop-blockcache-v3.patch
This version (v3) changes the cache to a memory sensitive
[
https://issues.apache.org/jira/browse/HADOOP-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12560091#action_12560091
]
Tom White commented on HADOOP-1398:
---
I'm trying to add a new par
+1
Based on running tests and checking signatures.
Tom
On 16/01/2008, Nigel Daley <[EMAIL PROTECTED]> wrote:
> I've created a candidate build for Hadoop 0.15.3.
>
>http://people.apache.org/~nigel/hadoop-0.15.3-candidate-0/
>
> Should we release this?
>
> Nigel
>
>
--
Blog: http://problems
[
https://issues.apache.org/jira/browse/HADOOP-2625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559576#action_12559576
]
Tom White commented on HADOOP-2625:
---
Instructions for use:
1. Install Apache JMet
[
https://issues.apache.org/jira/browse/HADOOP-2625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-2625:
--
Attachment: hbase.jmx
> Add JMeter performance test for HB
[
https://issues.apache.org/jira/browse/HADOOP-2625?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-2625:
--
Attachment: hbench.jar
> Add JMeter performance test for HB
: Tom White
Assignee: Tom White
The PerformanceEvaluation test is good for running benchmarks, but is not
really designed for learning about the performance of HBase for real world
datasets. By using JMeter we can test HBase to discover its average response
time under different loads
[
https://issues.apache.org/jira/browse/HADOOP-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559528#action_12559528
]
Tom White commented on HADOOP-2604:
---
If MapFile.Reader were an interface (o
[
https://issues.apache.org/jira/browse/HADOOP-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1398:
--
Attachment: hadoop-blockcache-v2.patch
A second patch with minimal changes to MapFile.Reader - there
[
https://issues.apache.org/jira/browse/HADOOP-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559498#action_12559498
]
Tom White commented on HADOOP-1398:
---
bq. You pass 'length' in the bel
[
https://issues.apache.org/jira/browse/HADOOP-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12559105#action_12559105
]
Tom White commented on HADOOP-2604:
---
The current design of MapFile.Reader make
[
https://issues.apache.org/jira/browse/HADOOP-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1398:
--
Attachment: hadoop-blockcache.patch
Here is an initial implementation - feedback would be much
[
https://issues.apache.org/jira/browse/HADOOP-2532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-2532:
--
Resolution: Fixed
Status: Resolved (was: Patch Available)
I've just committed this. T
[
https://issues.apache.org/jira/browse/HADOOP-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-2494:
--
Resolution: Fixed
Status: Resolved (was: Patch Available)
I've just committed this. T
Reporter: Tom White
A block cache would cache fixed size blocks (default 64k) of data read from
HDFS by the MapFile. It would help read performance for data close to recently
read data (see Bigtable paper, section 6). It would be configurable on a
per-column family basis.
--
This message is
+1
I ran unit tests and checked the signatures.
Tom
On 30/12/2007, Nigel Daley <[EMAIL PROTECTED]> wrote:
> I've created a candidate build for Hadoop 0.15.2.
>
>http://people.apache.org/~nigel/hadoop-0.15.2-candidate-0/
>
> Should we release this?
>
> Nigel
>
--
Blog: http://problemsworth
[
https://issues.apache.org/jira/browse/HADOOP-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-2522:
--
Status: Patch Available (was: Open)
> [hbase] Separate MapFile benchmark from PerformanceEvaluat
[
https://issues.apache.org/jira/browse/HADOOP-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555984#action_12555984
]
Tom White commented on HADOOP-2522:
---
Yes please.
> [hbase] Separate MapFile be
[
https://issues.apache.org/jira/browse/HADOOP-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-2522:
--
Attachment: commons-math-1.1.jar
Commons Math library dependency.
> [hbase] Separate MapF
[
https://issues.apache.org/jira/browse/HADOOP-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-2522:
--
Attachment: HADOOP-2522.patch
This patch moves the MapFile benchmarks to a new class
Components: contrib/hbase
Reporter: Tom White
Assignee: Tom White
Although related to Hbase the MapFile benchmark in PerformanceEvaluation does
not use Hbase to run, and sits awkwardly in the PerformanceEvaluation class. It
should be broken out into its own class
Automate EC2 DynDNS setup
-
Key: HADOOP-2474
URL: https://issues.apache.org/jira/browse/HADOOP-2474
Project: Hadoop
Issue Type: Improvement
Components: contrib/ec2
Reporter: Tom White
Use the
Components: contrib/ec2
Reporter: Tom White
The termination script currently terminates all hadoop instances (after user
confirmation). It is therefore not suitable when running multiple, independent
clusters on EC2. This change would make it possible to run independent clusters
in
[
https://issues.apache.org/jira/browse/HADOOP-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553401
]
Tom White commented on HADOOP-2342:
---
I got the same error running the same distribution on Linux too. One fix
[
https://issues.apache.org/jira/browse/HADOOP-2426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-2426:
--
Attachment: HADOOP-2426.patch
The failure I'm getting is not related to the group name l
+1
On 13/12/2007, Doug Cutting <[EMAIL PROTECTED]> wrote:
> I think it is time that we make Hadoop a top level project (TLP) at
> Apache, hadoop.apache.org, leaving our current home as a Lucene
> subproject. HBase could become a sub-project, as could Pig (now
> incubating) and perhaps others.
>
>
[
https://issues.apache.org/jira/browse/HADOOP-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551606
]
Tom White commented on HADOOP-1986:
---
> I remain convinced that the
> use of templated types at all in our
[
https://issues.apache.org/jira/browse/HADOOP-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12551605
]
Tom White commented on HADOOP-1986:
---
> I think including at least one non-Writable serializer in the init
Reporter: Tom White
Need to configure Hadoop to exploit the resources available on larger instance
types: 64bit, extra CPUs, larger memory. See
http://docs.amazonwebservices.com/AWSEC2/2007-08-29/DeveloperGuide/instance-types.html
--
This message is automatically generated by JIRA.
-
You can
[
https://issues.apache.org/jira/browse/HADOOP-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550995
]
Tom White commented on HADOOP-2410:
---
Another motivation for this change is to make it more straightforward to add
[
https://issues.apache.org/jira/browse/HADOOP-2410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-2410:
--
Component/s: contrib/ec2
> Make EC2 cluster nodes more independent of each ot
: Tom White
The cluster start up scripts currently wait for each node to start up before
appointing a master (to run the namenode and jobtracker on), and copying
private keys to all the nodes, and writing the private IP address of the master
to the hadoop-site.xml file (which is then copied to
Reporter: Tom White
Instead of building a new image for each released version of Hadoop, install
Hadoop on instance start up. Since it is a small download this would not add
significantly to startup time. Hadoop releases would be mirrored on S3 for
scalability (and to avoid bandwidth
[
https://issues.apache.org/jira/browse/HADOOP-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549480
]
Tom White commented on HADOOP-2342:
---
I built a distribution with this patch and got the following error. It looks
[
https://issues.apache.org/jira/browse/HADOOP-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12546424
]
Tom White commented on HADOOP-1986:
---
I've attached a second patch, serializer-v2.patch, which ha
[
https://issues.apache.org/jira/browse/HADOOP-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1986:
--
Attachment: hadoop-serializer-v2.tar.gz
> Add support for a general serialization mechanism for
[
https://issues.apache.org/jira/browse/HADOOP-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1986:
--
Attachment: serializer-v2.patch
> Add support for a general serialization mechanism for Map Red
[
https://issues.apache.org/jira/browse/HADOOP-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536334
]
Tom White commented on HADOOP-1986:
---
>> Except there might not be enough type information to construct an
[
https://issues.apache.org/jira/browse/HADOOP-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536322
]
Tom White commented on HADOOP-1986:
---
> Clients which wish to reuse objects can, the first time, pass n
[
https://issues.apache.org/jira/browse/HADOOP-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536201
]
Tom White commented on HADOOP-1986:
---
Vivek,
I was thinking of the first way.
> Frameworks that expect
[
https://issues.apache.org/jira/browse/HADOOP-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536153
]
Tom White commented on HADOOP-1986:
---
> what's the compatibility path for all applications written with &
[
https://issues.apache.org/jira/browse/HADOOP-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536148
]
Tom White commented on HADOOP-1986:
---
Doug/Owen
These changes generally look good - I'll try to work them i
[
https://issues.apache.org/jira/browse/HADOOP-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1986:
--
Attachment: serializer-v1.patch
Here's a patch (serializer-v1.patch) for discussion. It's s
[
https://issues.apache.org/jira/browse/HADOOP-2068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535729
]
Tom White commented on HADOOP-2068:
---
Generally looks good. A few comments:
1. 401 is "Unauthorized",
[
https://issues.apache.org/jira/browse/HADOOP-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534982
]
Tom White commented on HADOOP-1986:
---
I've now run into WritableComparator which needs to be generalized t
[
https://issues.apache.org/jira/browse/HADOOP-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12534132
]
Tom White commented on HADOOP-1986:
---
> Do I worry too much?
I don't think so - I was actually worrying a
[
https://issues.apache.org/jira/browse/HADOOP-1936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533496
]
Tom White commented on HADOOP-1936:
---
Sorry to come to this so late, but I would vote to use a mock object library
[
https://issues.apache.org/jira/browse/HADOOP-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White reassigned HADOOP-1986:
-
Assignee: Tom White
> Add support for a general serialization mechanism for Map Red
[
https://issues.apache.org/jira/browse/HADOOP-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532999
]
Tom White commented on HADOOP-1986:
---
Dennis,
> Here is a SerializableWritable implementation that we curren
[
https://issues.apache.org/jira/browse/HADOOP-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532998
]
Tom White commented on HADOOP-1986:
---
Vivek,
> I'm thinking about serialization not just for key-value p
[
https://issues.apache.org/jira/browse/HADOOP-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532243
]
Tom White commented on HADOOP-1986:
---
> Do you have a proposal for how to implement this?
If we follow Owe
[
https://issues.apache.org/jira/browse/HADOOP-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531930
]
Tom White commented on HADOOP-1986:
---
Is the idea here to use the target class to decide which Serializer to use
[
https://issues.apache.org/jira/browse/HADOOP-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531912
]
Tom White commented on HADOOP-1986:
---
Here's an initial plan:
1. Remove the requirement for Map Reduce typ
Feature
Components: mapred
Reporter: Tom White
Fix For: 0.16.0
Currently Map Reduce programs have to use WritableComparable-Writable key-value
pairs. While it's possible to write Writable wrappers for other serialization
frameworks (such as Thrift), this is not
[
https://issues.apache.org/jira/browse/HADOOP-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1783:
--
Resolution: Fixed
Status: Resolved (was: Patch Available)
I've just committed
[
https://issues.apache.org/jira/browse/HADOOP-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1783:
--
Attachment: HADOOP-1783-branch-0.14.patch
> keyToPath in Jets3tFileSystemStore needs to ret
[
https://issues.apache.org/jira/browse/HADOOP-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528126
]
Tom White commented on HADOOP-1783:
---
I've just added HADOOP-1909 for the fix for other implementa
[
https://issues.apache.org/jira/browse/HADOOP-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White reassigned HADOOP-1783:
-
Assignee: Tom White
> keyToPath in Jets3tFileSystemStore needs to return absolute p
[
https://issues.apache.org/jira/browse/HADOOP-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1783:
--
Fix Version/s: 0.15.0
0.14.2
Affects Version/s: (was: 0.11.2
Project: Hadoop
Issue Type: Improvement
Components: dfs, fs, fs/s3
Affects Versions: 0.14.1
Reporter: Tom White
This change should include a change to FileSystem's javadoc, changes to all
FileSystem implementations to make sure they conform, and some unit
[
https://issues.apache.org/jira/browse/HADOOP-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527486
]
Tom White commented on HADOOP-1894:
---
bq. do you think the sparklines would be useful?
I was thinking that
[
https://issues.apache.org/jira/browse/HADOOP-1894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527417
]
Tom White commented on HADOOP-1894:
---
Nice. I wonder whether we could use sparklines to keep the display very
[
https://issues.apache.org/jira/browse/HADOOP-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1889:
--
Resolution: Fixed
Status: Resolved (was: Patch Available)
I've just committed this. T
[
https://issues.apache.org/jira/browse/HADOOP-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1889:
--
Status: Patch Available (was: Open)
> Fix path in EC2 scripts for building your own
[
https://issues.apache.org/jira/browse/HADOOP-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1889:
--
Attachment: HADOOP-1889.patch
Patch also updates Hadoop and Java versions.
> Fix path in EC2 scri
Affects Versions: 0.14.1
Reporter: Tom White
Assignee: Tom White
Fix For: 0.15.0
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
+1
Based on some simple tests and sanity checks.
Tom
On 30/08/07, Doug Cutting <[EMAIL PROTECTED]> wrote:
> I've created a candidate build for Hadoop 0.14.1.
>
>http://people.apache.org/~cutting/hadoop-0.14.1-candidate-0/
>
> Should we release this?
>
> Doug
>
[
https://issues.apache.org/jira/browse/HADOOP-1827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524530
]
Tom White commented on HADOOP-1827:
---
This also came up when retrofitting generics in HADOOP-1231 (in fact, it
[
https://issues.apache.org/jira/browse/HADOOP-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1783:
--
Attachment: HADOOP-1783.patch
Hi Ahad,
bq. But, ultimately, if you look at the DistributedFileSystem
[
https://issues.apache.org/jira/browse/HADOOP-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524191
]
Tom White commented on HADOOP-1568:
---
Doug - thanks for the clarification.
> NameNode Schema for HttpFileSys
[
https://issues.apache.org/jira/browse/HADOOP-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524181
]
Tom White commented on HADOOP-1568:
---
Sorry, just had a chance to look at this (been on vacation), and I had a few
[
https://issues.apache.org/jira/browse/HADOOP-1783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524174
]
Tom White commented on HADOOP-1783:
---
All paths in Jets3tFileSystemStore are absolute - they begin with '/
[
https://issues.apache.org/jira/browse/HADOOP-1810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1810:
--
Resolution: Fixed
Fix Version/s: 0.15.0
Status: Resolved (was: Patch Available
URL: https://issues.apache.org/jira/browse/HADOOP-1231
> Project: Hadoop
> Issue Type: Improvement
> Components: mapred
>Reporter: Owen O'Malley
>Assignee: Tom White
> Fix For: 0.15.0
>
&
[
https://issues.apache.org/jira/browse/HADOOP-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518932
]
Tom White commented on HADOOP-1231:
---
>This looks good. The only thing I noticed is that in cases where you do
[
https://issues.apache.org/jira/browse/HADOOP-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1231:
--
Attachment: HADOOP-1231-1.patch
Synced with trunk.
> Add generics to Mapper and Reducer interfa
[
https://issues.apache.org/jira/browse/HADOOP-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1651:
--
Resolution: Fixed
Status: Resolved (was: Patch Available)
I've just committed this. T
[
https://issues.apache.org/jira/browse/HADOOP-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1610:
--
Resolution: Fixed
Status: Resolved (was: Patch Available)
I've just committed this. T
to fail a patch build if these rules
> are violated. Since the checkstyle stuff is only half implemented in
> the patch process, I'll just remove it and resubmit your patch.
>
>
> On Aug 5, 2007, at 1:33 PM, Tom White (JIRA)
[
https://issues.apache.org/jira/browse/HADOOP-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517788
]
Tom White commented on HADOOP-1231:
---
Hmm. Hudson says that patching src/test/checkstyle.xml failed, but it is OK
: Tom White
It is possible to configure MapReduce programs to use an inconsistent set of
types. Although some runtime checks are carried out, there are more that can be
done as described in HADOOP-1231.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a
[
https://issues.apache.org/jira/browse/HADOOP-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1231:
--
Fix Version/s: 0.15.0
Status: Patch Available (was: Open)
> Add generics to Mapper
[
https://issues.apache.org/jira/browse/HADOOP-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1231:
--
Attachment: HADOOP-1231.patch
This patch (HADOOP-1231.patch) makes the Map Reduce public API generic
+1
Based on some small scale testing on Linux and Mac OS X.
Tom
On 23/07/07, Doug Cutting <[EMAIL PROTECTED]> wrote:
I've created another candidate build for Hadoop 0.13.1. This
incorporates HADOOP-1396 , which, as Nigel noted, was missing the first
time around.
http://people.apache.org/~
This is now done.
On 21/07/07, Tom White <[EMAIL PROTECTED]> wrote:
I've started looking at them and think HADOOP-1635 (Keypair Name
Hardcoded) and HADOOP-1634 (EC2 launch-hadoop-cluster awk Problem) are
straightforward and I'll get these committed to the 0.13 branch this
weeke
[
https://issues.apache.org/jira/browse/HADOOP-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1638:
--
Resolution: Fixed
Status: Resolved (was: Patch Available)
I've just committed this. T
[
https://issues.apache.org/jira/browse/HADOOP-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1635:
--
Resolution: Fixed
Status: Resolved (was: Patch Available)
I've just committed this. T
[
https://issues.apache.org/jira/browse/HADOOP-1634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1634:
--
Resolution: Fixed
Status: Resolved (was: Patch Available)
Included in HADOOP-1635.
>
[
https://issues.apache.org/jira/browse/HADOOP-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514425
]
Tom White commented on HADOOP-1638:
---
This problem was caused by the changes made in Amazon EC2 addressing
I've started looking at them and think HADOOP-1635 (Keypair Name
Hardcoded) and HADOOP-1634 (EC2 launch-hadoop-cluster awk Problem) are
straightforward and I'll get these committed to the 0.13 branch this
weekend.
HADOOP-1638 (Master node unable to bind to DNS hostname) looks more
complex, and I'
[
https://issues.apache.org/jira/browse/HADOOP-1638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514291
]
Tom White commented on HADOOP-1638:
---
The hadoop-site.xml is created on node startup using the hostname passed in
[
https://issues.apache.org/jira/browse/HADOOP-1634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514287
]
Tom White commented on HADOOP-1634:
---
I've been using ec2-api-tools-1.2-7546 (the previous release I think
[
https://issues.apache.org/jira/browse/HADOOP-1231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1231:
--
Attachment: MapReduceTypes.html
Due to the problems with erasure mentioned above I don't think w
[
https://issues.apache.org/jira/browse/HADOOP-1598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512267
]
Tom White commented on HADOOP-1598:
---
We could get checkstyle to enforce this:
http://checkstyle.sourceforge.net
[
https://issues.apache.org/jira/browse/HADOOP-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1433:
--
Resolution: Fixed
Status: Resolved (was: Patch Available)
I've just committed this. T
[
https://issues.apache.org/jira/browse/HADOOP-1547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1547:
--
Resolution: Fixed
Fix Version/s: 0.14.0
Status: Resolved (was: Patch Available
1 - 100 of 456 matches
Mail list logo