[jira] Created: (HADOOP-6350) We should have some mechanism to enforce metrics as part of the public API.

2009-10-30 Thread Hong Tang (JIRA)
We should have some mechanism to enforce metrics as part of the public API. --- Key: HADOOP-6350 URL: https://issues.apache.org/jira/browse/HADOOP-6350 Project: Hadoop Common

[jira] Created: (HADOOP-6349) Implement FastLZCodec for fastlz/lzo algorithm

2009-10-30 Thread William Kinney (JIRA)
Implement FastLZCodec for fastlz/lzo algorithm -- Key: HADOOP-6349 URL: https://issues.apache.org/jira/browse/HADOOP-6349 Project: Hadoop Common Issue Type: New Feature Components: io

Re: A question about the hadoop examples

2009-10-30 Thread Todd Lipcon
ExampleDriver switches on the argument - it's not an explicit class name. The jar itself lists ExampleDriver as its main class in its manifest - look at build.xml. -Todd 2009/10/30 superxgl > Hi,everyone! > I just have a question about the example which compute the pi using > monte-karo met