[jira] [Created] (HADOOP-11152) Better random number generator

2014-09-29 Thread Luke Lu (JIRA)
Luke Lu created HADOOP-11152: Summary: Better random number generator Key: HADOOP-11152 URL: https://issues.apache.org/jira/browse/HADOOP-11152 Project: Hadoop Common Issue Type: Improvement

Re: Questions about hadoop-metrics2.properties

2013-10-23 Thread Luke Lu
1. File and Ganglia are the only bundled sinks, though there are socket/json (for chukwa) and graphite sinks patches in the works. 2. Hadoop metrics (and metrics2) is mostly designed for system/process metrics, which means you'll need to attach jconsole to your map/reduce task processes to see your

[jira] [Reopened] (HADOOP-10040) hadoop.cmd in UNIX format and would not run by default on Windows

2013-10-11 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-10040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu reopened HADOOP-10040: -- Woah, this completely mess up git. Short answer: you should svn propset windows file as eol-style

Re: [VOTE] Release Apache Hadoop 2.2.0

2013-10-09 Thread Luke Lu
+1. - Verified signatures and checksums of source and binary tarballs - Deployed binary tarball on a 4 node virtual cluster with simple auth - Ran a few hadoop-1 and 2 examples jobs successfully On Wed, Oct 9, 2013 at 2:34 PM, Roman Shaposhnik wrote: > On Mon, Oct 7, 2013 at 12:00 AM, Arun C M

Re: [UPDATE] Upgrade to protobuf 2.5.0 for the 2.1.0 release, HADOOP-9845

2013-08-13 Thread Luke Lu
I've verified that it's only a version issue (tested on a Ubuntu 12.04 VM) : as long as you have 2.5.0 protoc, it works. BTW, the version check is a little "too" strict. I had protobuf 2.5.1 (trunk) installed for 2.5 tests and the exact check broke my build. On Tue, Aug 13, 2013 at 3:29 PM, Steve

[jira] [Created] (HADOOP-9871) Fix intermittent findbug warnings in DefaultMetricsSystem

2013-08-13 Thread Luke Lu (JIRA)
Luke Lu created HADOOP-9871: --- Summary: Fix intermittent findbug warnings in DefaultMetricsSystem Key: HADOOP-9871 URL: https://issues.apache.org/jira/browse/HADOOP-9871 Project: Hadoop Common

[jira] [Resolved] (HADOOP-9785) LZ4 code may need upgrade (lz4.c embedded in libHadoop is r43 18 months ago, while latest version is r98)

2013-08-05 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu resolved HADOOP-9785. - Resolution: Duplicate Fix Version/s: (was: 2.0.4-alpha) (was: 3.0.0

Re: [VOTE] Hadoop 1.2.1 release candidate 0 -- stable release

2013-07-26 Thread Luke Lu
+1 (binding). Verified digests and gpg signature. Started a non-secure single node cluster; ran a few fs commands, some example mr jobs. Verified node-group topology functional tests on a 4 physical host 8 virtual node cluster. On Wed, Jul 24, 2013 at 2:08 PM, Matt Foley wrote: > Colleagues, >

[jira] [Created] (HADOOP-9683) Wrap IpcConnectionContext in RPC headers

2013-07-02 Thread Luke Lu (JIRA)
Luke Lu created HADOOP-9683: --- Summary: Wrap IpcConnectionContext in RPC headers Key: HADOOP-9683 URL: https://issues.apache.org/jira/browse/HADOOP-9683 Project: Hadoop Common Issue Type: Sub-task

Re: git line endings trouble since recent trunk

2013-06-29 Thread Luke Lu
BTW, I just checked in the eol fix for the releasenotes.html, so git users wouldn't be annoyed until the next relnotes.py run :) On Sat, Jun 29, 2013 at 5:18 PM, Luke Lu wrote: > The problem is due to relnotes.py generating the html containing some CRLF > (from JIRA) and the rele

Re: git line endings trouble since recent trunk

2013-06-29 Thread Luke Lu
The problem is due to relnotes.py generating the html containing some CRLF (from JIRA) and the release manager not using git-svn, which caused the html with mixed eol getting checked in. The problem would then manifest for git users due to text=auto in .gitattributes (see HADOOP-8912) that auto con

[jira] [Created] (HADOOP-9664) Documentation for RPC v9

2013-06-21 Thread Luke Lu (JIRA)
Luke Lu created HADOOP-9664: --- Summary: Documentation for RPC v9 Key: HADOOP-9664 URL: https://issues.apache.org/jira/browse/HADOOP-9664 Project: Hadoop Common Issue Type: Improvement

[jira] [Created] (HADOOP-9663) Nonblocking RPC client

2013-06-21 Thread Luke Lu (JIRA)
Luke Lu created HADOOP-9663: --- Summary: Nonblocking RPC client Key: HADOOP-9663 URL: https://issues.apache.org/jira/browse/HADOOP-9663 Project: Hadoop Common Issue Type: Improvement

[jira] [Created] (HADOOP-9662) More unit tests for RPC v9

2013-06-21 Thread Luke Lu (JIRA)
Luke Lu created HADOOP-9662: --- Summary: More unit tests for RPC v9 Key: HADOOP-9662 URL: https://issues.apache.org/jira/browse/HADOOP-9662 Project: Hadoop Common Issue Type: Improvement

[jira] [Created] (HADOOP-9630) Remove IpcSerializationType

2013-06-07 Thread Luke Lu (JIRA)
Luke Lu created HADOOP-9630: --- Summary: Remove IpcSerializationType Key: HADOOP-9630 URL: https://issues.apache.org/jira/browse/HADOOP-9630 Project: Hadoop Common Issue Type: Sub-task

Re: Heads up - 2.0.5-beta

2013-04-26 Thread Luke Lu
If protocol compatibility of v2 and v3 is a goal, HADOOP-8990 should be a blocker for v2. __Luke On Fri, Apr 26, 2013 at 12:07 PM, Eli Collins wrote: > On Fri, Apr 26, 2013 at 11:15 AM, Arun C Murthy > wrote: > > > > On Apr 25, 2013, at 7:31 PM, Roman Shaposhnik wrote: > > > >> On Thu, Apr 25,

[jira] [Resolved] (HADOOP-9434) Backport HADOOP-9267 to branch-1

2013-03-26 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu resolved HADOOP-9434. - Resolution: Fixed Hadoop Flags: Reviewed > Backport HADOOP-9267 to branc

[jira] [Resolved] (HADOOP-8817) Backport Network Topology Extension for Virtualization (HADOOP-8468) to branch-1

2013-03-19 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu resolved HADOOP-8817. - Resolution: Fixed This jira is covered by JIRAs it "contains". > Bac

Re: [VOTE] Plan to create release candidate Monday 3/18

2013-03-11 Thread Luke Lu
+1. On Mon, Mar 11, 2013 at 11:52 AM, Colin McCabe wrote: > +1 (non-binding) > > best, > Colin > > > On Sun, Mar 10, 2013 at 8:38 PM, Matt Foley wrote: > > > Hi all, > > I have created branch-1.2 from branch-1, and propose to cut the first > > release candidate for 1.2.0 on Monday 3/18 (a week

[jira] [Resolved] (HADOOP-9395) jetty7 and hadoop 1.1.x

2013-03-11 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu resolved HADOOP-9395. - Resolution: Duplicate Fix Version/s: (was: 1.1.3) (was: 1.2.0) Thanks

[jira] [Created] (HADOOP-9194) RPC Support for QoS

2013-01-09 Thread Luke Lu (JIRA)
Luke Lu created HADOOP-9194: --- Summary: RPC Support for QoS Key: HADOOP-9194 URL: https://issues.apache.org/jira/browse/HADOOP-9194 Project: Hadoop Common Issue Type: New Feature

[jira] [Created] (HADOOP-9160) Change management protocol to JMX

2012-12-20 Thread Luke Lu (JIRA)
Luke Lu created HADOOP-9160: --- Summary: Change management protocol to JMX Key: HADOOP-9160 URL: https://issues.apache.org/jira/browse/HADOOP-9160 Project: Hadoop Common Issue Type: Improvement

[jira] [Resolved] (HADOOP-8389) MetricsDynamicMBeanBase throws IllegalArgumentException for empty attribute list

2012-12-19 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu resolved HADOOP-8389. - Resolution: Fixed Fix Version/s: 1.0.0 0.23.0 2.0.0-alpha

[jira] [Resolved] (HADOOP-9128) MetricsDynamicMBeanBase can cause high cpu load

2012-12-19 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu resolved HADOOP-9128. - Resolution: Fixed Fix Version/s: 1.0.0 0.23.0 2.0.0-alpha

[jira] [Resolved] (HADOOP-9051) “ant test” will build failed for trying to delete a file

2012-12-14 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu resolved HADOOP-9051. - Resolution: Fixed Fix Version/s: 1.1.2 1.2.0 Committed trivial patch to

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-11-30 Thread Luke Lu
On Fri, Nov 30, 2012 at 5:29 AM, Steve Loughran wrote: > Yes, you need python at build time, but that's no worse than having a > protoc > compiler, gcc and the automake toolchain. > The problem is that python is known to have _backward_ compatibility issues on various platforms. It would be very

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-11-30 Thread Luke Lu
On Fri, Nov 30, 2012 at 5:29 AM, Steve Loughran wrote: > where do you set your env vars... and what about JAVA_HOME > There should be only two env vars (JAVA_HOME and HADOOP_HOME) to deal with in the native scripts (.bat on windows and .sh on unix platforms) to boostrap jruby scripts, which deal

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-11-30 Thread Luke Lu
v vars) to call the cross-platform jruby scripts. __Luke On Fri, Nov 30, 2012 at 3:21 AM, Luke Lu wrote: > Thanks for the voting thread. Otherwise, many committers would have missed > it. > > I agree that this is a superset of code change that has larger impact than > typical

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-11-30 Thread Luke Lu
Thanks for the voting thread. Otherwise, many committers would have missed it. I agree that this is a superset of code change that has larger impact than typical code change. On Thu, Nov 29, 2012 at 6:26 PM, Matt Foley wrote: > > Finally, this is code change, so I'm not sure why we are doing a

Re: [VOTE] Hadoop Release 1.1.1

2012-11-28 Thread Luke Lu
Another more serious issue is MAPREDUCE-4478. It manifests as some TTs burns CPU even if nothing is running. This can only be fixed by manually restart the affected TTs. This is a trivial patch. I think it would be good to include in all 1.x branches. Sorry for missing the vote. I was on vacation

Re: Refactor MetricsSystemImpl to allow for an on-demand publish system (HADOOP-9090)

2012-11-27 Thread Luke Lu
Thanks for the heads up Mostafa. I've added commment/questions on the JIRA. The main concern is that now you have to decide what metrics system to use depending on the process is long running or not. Why not just enhance the existing metrics system itself to support on-demand publishing? So that yo

Re: [VOTE] introduce Python as build-time and run-time dependency for Hadoop and throughout Hadoop stack

2012-11-26 Thread Luke Lu
-1, +1, -1. If we want to introduce a "platform independent" scripting language, we should not choose python, as it has a bad track record for compatibility (between versions/platforms). +1 to use groovy, as we can control the version of groovy jars included in our distribution. __Luke On Mon,

[jira] [Created] (HADOOP-8561) Introduce HADOOP_PROXY_USER for secure impersonation in child hadoop client processes

2012-07-05 Thread Luke Lu (JIRA)
Luke Lu created HADOOP-8561: --- Summary: Introduce HADOOP_PROXY_USER for secure impersonation in child hadoop client processes Key: HADOOP-8561 URL: https://issues.apache.org/jira/browse/HADOOP-8561 Project

[jira] [Created] (HADOOP-8560) Change TestFTPFileSystem to use non-SNAPSHOT dependencies

2012-07-05 Thread Luke Lu (JIRA)
Luke Lu created HADOOP-8560: --- Summary: Change TestFTPFileSystem to use non-SNAPSHOT dependencies Key: HADOOP-8560 URL: https://issues.apache.org/jira/browse/HADOOP-8560 Project: Hadoop Common

[jira] [Created] (HADOOP-8515) Upgrade Jetty to the current Jetty 7 release

2012-06-19 Thread Luke Lu (JIRA)
Luke Lu created HADOOP-8515: --- Summary: Upgrade Jetty to the current Jetty 7 release Key: HADOOP-8515 URL: https://issues.apache.org/jira/browse/HADOOP-8515 Project: Hadoop Common Issue Type

[jira] [Created] (HADOOP-8425) Upgrade commons-math version to 2.2

2012-05-22 Thread Luke Lu (JIRA)
Luke Lu created HADOOP-8425: --- Summary: Upgrade commons-math version to 2.2 Key: HADOOP-8425 URL: https://issues.apache.org/jira/browse/HADOOP-8425 Project: Hadoop Common Issue Type: Bug

[jira] [Created] (HADOOP-8419) GzipCodec NPE upon reset with IBM JDK

2012-05-19 Thread Luke Lu (JIRA)
Luke Lu created HADOOP-8419: --- Summary: GzipCodec NPE upon reset with IBM JDK Key: HADOOP-8419 URL: https://issues.apache.org/jira/browse/HADOOP-8419 Project: Hadoop Common Issue Type: Bug

[jira] [Created] (HADOOP-8418) Fix UGI for IBM JDK running on Windows

2012-05-19 Thread Luke Lu (JIRA)
Luke Lu created HADOOP-8418: --- Summary: Fix UGI for IBM JDK running on Windows Key: HADOOP-8418 URL: https://issues.apache.org/jira/browse/HADOOP-8418 Project: Hadoop Common Issue Type: Bug

Re: [VOTE] Hadoop-1.0.3-rc1

2012-05-15 Thread Luke Lu
Sorry, meant for Devaraj only :) On Tue, May 15, 2012 at 2:20 PM, Luke Lu wrote: > Hey Devaraj, > > Thanks for testing IBM JDK. Can you do the one line fix for IBM JDK as > well for HADOOP-8251, as Todd only fixed Sun JDK. It's not blocker for > 1.0.3. But much easier for y

Re: [VOTE] Hadoop-1.0.3-rc1

2012-05-15 Thread Luke Lu
Hey Devaraj, Thanks for testing IBM JDK. Can you do the one line fix for IBM JDK as well for HADOOP-8251, as Todd only fixed Sun JDK. It's not blocker for 1.0.3. But much easier for you to submit a patch. I already have 14 patches in the queue waiting for our legal approval. Doing a code scan for

[jira] [Resolved] (HADOOP-7211) Security uses proprietary Sun APIs

2012-04-05 Thread Luke Lu (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu resolved HADOOP-7211. - Resolution: Duplicate Target Version/s: 1.0.3, 2.0.0 This jira is incorporated by the patches

[jira] [Created] (HADOOP-8061) Back port trunk metrics2 changes to 1.x branch

2012-02-11 Thread Luke Lu (Created) (JIRA)
: metrics Affects Versions: 1.0.0 Reporter: Luke Lu Assignee: Luke Lu For hysterical raisins, metrics2 code in hadoop 1.x branch and trunk diverged. It looks like HBase needs to support both 1.x and 0.23+ for a while, hence the more urgent need to clean up the situation

Re: [VOTE] Hadoop-1.0.0 release candidate 3

2011-12-23 Thread Luke Lu
That's because of the missing jersey dependencies in hadoop-core pom and that you're using the minicluster stuff that will pull in the webhdfs classes. A work around would be adding jersey-* dependencies (cf. hadoop ivy.xml) to your pom in test scope. There is no perfect solution to this problem (

[jira] [Created] (HADOOP-7742) Evolve metrics2 in 0.23 and trunk to allow coexistence with 0.20-security releases

2011-10-13 Thread Luke Lu (Created) (JIRA)
: Hadoop Common Issue Type: Improvement Components: metrics Affects Versions: 0.23.0 Reporter: Luke Lu Fix For: 0.23.0 HADOOP-7734 expressed the desire to support downstream projects that depends on both 0.23+ and 0.20-security releases. In order to

Re: Hadoop on Eclipse

2011-10-04 Thread Luke Lu
Try to do a mvn install -DskipTests -P-cbuild before mvn eclipse:eclipse.. On Mon, Oct 3, 2011 at 10:08 PM, Alexandre de Assis Bento Lima wrote: > Hi, > > I'm following the steps suggested by the wiki page: > > EclipseEnvironment - Hadoop Wiki > (http://wiki.apache.org/hadoop/EclipseEnvironment)

Re: Artifact missing - org.apache.hadoop:hadoop-project:pom:0.24.0-SNAPSHOT

2011-10-03 Thread Luke Lu
To work around the hadoop-project pom issue. Just use mvn install ... instead of mvn package ... On Mon, Oct 3, 2011 at 1:38 AM, Ravi Teja wrote: > Hi Tim, > You have set your JAVA_HOME to JRE(Java Runtime env) instead of setting it > to JDK (Java Dev Kit). The tools jar is not available in the j

[jira] [Reopened] (HADOOP-7630) hadoop-metrics2.properties should have a property *.period set to a default value foe metrics

2011-09-18 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu reopened HADOOP-7630: - > hadoop-metrics2.properties should have a property *.period set to a default > value foe m

[jira] [Created] (HADOOP-7601) Move common fs implementations to a hadoop-fs module

2011-08-31 Thread Luke Lu (JIRA)
Components: fs Reporter: Luke Lu Fix For: 0.23.0 Much of the hadoop-common dependencies is from the fs implementations. We more fs implementations on the way (ceph, lafs etc). I propose that we move all the fs implementations to a hadoop-fs module under hadoop-common-project

[jira] [Created] (HADOOP-7600) Generalize HttpServer addServlet API

2011-08-31 Thread Luke Lu (JIRA)
Reporter: Luke Lu Fix For: 0.23.0 HttpServer is a wrapper for servlet containers (JSR-154), which jetty is the current implementation. HADOOP-7594 violates the abstraction by adding an implementation specific method addJerseyResource which is tied to a specific JSR-311 implementation

[jira] [Created] (HADOOP-7532) Hadoop web UI 2.0

2011-08-09 Thread Luke Lu (JIRA)
Hadoop web UI 2.0 - Key: HADOOP-7532 URL: https://issues.apache.org/jira/browse/HADOOP-7532 Project: Hadoop Common Issue Type: Improvement Affects Versions: 0.23.0 Reporter: Luke Lu Assignee: Luke

[jira] [Resolved] (HADOOP-7311) Port remaining metrics v1 from trunk to branch-0.20-security

2011-08-08 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu resolved HADOOP-7311. - Resolution: Duplicate Fix Version/s: 0.20.204.0 204 should be feature parity (and then some

[jira] [Created] (HADOOP-7502) Use canonical (IDE friendly) generated-sources directory for generated sources

2011-08-02 Thread Luke Lu (JIRA)
Common Issue Type: Improvement Reporter: Luke Lu Assignee: Luke Lu Fix For: 0.23.0 -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Created] (HADOOP-7368) Mechanism for providing version info of hadoop jars

2011-06-08 Thread Luke Lu (JIRA)
Components: build Affects Versions: 0.23.0 Reporter: Luke Lu Assignee: Luke Lu Fix For: 0.23.0 In 0.20.x, only one jar (hadoop-core-*.jar) really matters. The o.a.h.util.VersionInfo combined with saveVersion.sh script (generating a package level annotation

[jira] [Created] (HADOOP-7330) The metrics source mbean implementation should return the attribute value instead of the object

2011-05-25 Thread Luke Lu (JIRA)
-7330 Project: Hadoop Common Issue Type: Bug Components: metrics Affects Versions: 0.20.203.0 Reporter: Luke Lu Assignee: Luke Lu Fix For: 0.20.203.1 The MetricsSourceAdapter#getAttribute in 0.20.203 is returning the attribute

Re: commons-configuration parsing error with ivy

2011-05-25 Thread Luke Lu
Chris had the exact the same problem and we discovered the same reason/solution (ivy-2.0.0rc2.jar in $HOME/.ant/lib) by turning on ant debug (ant -d -v). I didn't know that it's a prevalent issue though. On Tue, May 24, 2011 at 10:50 PM, Todd Lipcon wrote: > Hey folks, > > I've seen this error po

[jira] [Created] (HADOOP-7324) Ganglia plugins for metrics v2

2011-05-23 Thread Luke Lu (JIRA)
: 0.20.203.0, 0.23.0 Reporter: Luke Lu Fix For: 0.20.204.0, 0.23.0 Although, all metrics in metrics v2 are exposed via the standard JMX mechanisms, there are a few users who prefer using Ganglia to collect metrics. -- This message is automatically generated by JIRA. For more

[jira] [Resolved] (HADOOP-6508) Incorrect values for metrics with CompositeContext

2011-05-23 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu resolved HADOOP-6508. - Resolution: Fixed Fix Version/s: 0.23.0 > Incorrect values for metrics with CompositeCont

[jira] [Created] (HADOOP-7306) Start metrics system even if config files are missing

2011-05-19 Thread Luke Lu (JIRA)
Components: metrics Affects Versions: 0.23.0 Reporter: Luke Lu Assignee: Luke Lu Fix For: 0.23.0 Per experience and discussion with HDFS-1922, it seems preferable to treat missing metrics config file as empty/default config, which is more compatible with

[jira] [Created] (HADOOP-7292) Metrics 2 TestSinkQueue is racy

2011-05-13 Thread Luke Lu (JIRA)
Reporter: Luke Lu Assignee: Luke Lu Priority: Minor Fix For: 0.23.0 The TestSinkQueue is racy (Thread.yield is not enough to guarantee other intended thread getting run), though it's the first time (from HADOOP-7289) I saw it manifested here. --

[jira] [Resolved] (HADOOP-6887) Need a separate metrics per garbage collector

2011-05-12 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu resolved HADOOP-6887. - Resolution: Fixed Fix Version/s: 0.23.0 > Need a separate metrics per garbage collec

[jira] [Resolved] (HADOOP-6921) metrics2: metrics plugins

2011-05-12 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu resolved HADOOP-6921. - Resolution: Fixed Fix Version/s: 0.23.0 Release Note: Metrics names are standardized to

[jira] [Created] (HADOOP-7273) Move JMXGet from hdfs to common

2011-05-10 Thread Luke Lu (JIRA)
Lu Assignee: Luke Lu Fix For: 0.23.0 JMXGet is generally useful especially for testing JMX attributes. Let's move it from o.a.h.hdfs.tools to o.a.h.tools. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassia

[jira] [Created] (HADOOP-7266) Deprecate metrics v1

2011-05-06 Thread Luke Lu (JIRA)
Deprecate metrics v1 Key: HADOOP-7266 URL: https://issues.apache.org/jira/browse/HADOOP-7266 Project: Hadoop Common Issue Type: Sub-task Reporter: Luke Lu Assignee: Luke Lu -- This message is

[jira] [Created] (HADOOP-7264) Bump avro version to at least 1.4.1

2011-05-06 Thread Luke Lu (JIRA)
: 0.21.0 Reporter: Luke Lu Fix For: 0.23.0 Needed by mapreduce 2.0 avro support. Maybe we could jump to Avro 1.5. There is incompatible API changes from 1.3x to 1.4x (Utf8 to CharSequence in user facing APIs) not sure about 1.5x though. -- This message is automatically

[jira] [Reopened] (HADOOP-6918) Make metrics naming consistent

2011-05-05 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu reopened HADOOP-6918: - > Make metrics naming consistent > -- > > Key:

[jira] [Resolved] (HADOOP-6918) Make metrics naming consistent

2011-05-05 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6918?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu resolved HADOOP-6918. - Resolution: Fixed Fix Version/s: 0.23.0 Release Note: Harmonizing metrics names Hadoop

[jira] Created: (HADOOP-7144) Expose JMX with something like JMXProxyServlet

2011-02-14 Thread Luke Lu (JIRA)
: Luke Lu Fix For: 0.23.0 Much of the Hadoop metrics and status info is available via JMX, especially since 0.20.100, and 0.22+ (HDFS-1318, HADOOP-6728 etc.) For operations staff not familiar JMX setup, especially JMX with SSL and firewall tunnelling, the usage can be daunting. Using a

Re: Add Guava as a dependency?

2011-02-11 Thread Luke Lu
+1. guava is the new apache commons, maintained by java experts with comprehensive test coverage. I also propose to deprecate any existing utils in hadoop-common with duplicate functionality. On Thu, Feb 10, 2011 at 10:25 PM, Jakob Homan wrote: > +1 > > On Thu, Feb 10, 2011 at 10:04 PM, Konstant

[jira] Created: (HADOOP-7068) Ivy resolve force mode should be turned off by default

2010-12-17 Thread Luke Lu (JIRA)
Reporter: Luke Lu Fix For: 0.22.0 The problem is introduced by HADOOP-6486. Which have caused a lot of mysterious artifact issues (unable to downgrade or do parallel dev, without wiping out both m2 and ivy caches etc.) wasting countless hours of dev (many people's) time to track dow

[jira] Created: (HADOOP-6921) metrics2: metrics plugins

2010-08-23 Thread Luke Lu (JIRA)
metrics2: metrics plugins - Key: HADOOP-6921 URL: https://issues.apache.org/jira/browse/HADOOP-6921 Project: Hadoop Common Issue Type: Sub-task Affects Versions: 0.20.2 Reporter: Luke Lu

[jira] Created: (HADOOP-6920) Metrics2: metrics instrumentation

2010-08-23 Thread Luke Lu (JIRA)
Lu Assignee: Luke Lu Fix For: 0.22.0 The jira tracks the metrics instrumentation for the new framework, i.e., porting jvm and rpc metrics to the new framework. This issue (esp. the "incompatible change flag") depends on the outcome of the discussion (proposed

[jira] Created: (HADOOP-6919) Metrics2: metrics framework

2010-08-23 Thread Luke Lu (JIRA)
Reporter: Luke Lu Assignee: Luke Lu Fix For: 0.22.0 The jira tracks the new metrics framework only changes, i.e., it doesn't track the instrumentation changes (and compatibility issues) to existing code. -- This message is automatically generated by JIRA. - Yo

[jira] Created: (HADOOP-6918) jjjjjjjjj

2010-08-23 Thread Luke Lu (JIRA)
j - Key: HADOOP-6918 URL: https://issues.apache.org/jira/browse/HADOOP-6918 Project: Hadoop Common Issue Type: Improvement Reporter: Luke Lu -- This message is automatically generated by JIRA. - You can

[jira] Created: (HADOOP-6787) Factor out glob pattern code from FileContext and Filesystem

2010-05-25 Thread Luke Lu (JIRA)
Reporter: Luke Lu The GlobFilter class (especially the error-prone setRegex method) is duplicated in both FileContext and Filesystem. And I'd like to be able to reuse the most of the setRegex code for glob pattern matching in metrics filter configurations. We could at least f

[jira] Created: (HADOOP-6747) TestNetUtils fails on Mac OS X

2010-05-03 Thread Luke Lu (JIRA)
(Leopard) Reporter: Luke Lu Fix For: 0.22.0 TestNetUtils fails consistently after HADOOP-6722 on Mac OS X Leopard 10.5.8: {{ - Standard Error - local address: /127.0.0.1 local port: 64991 - --- Testcase

[jira] Created: (HADOOP-6728) Overhaul metric framework

2010-04-27 Thread Luke Lu (JIRA)
Overhaul metric framework - Key: HADOOP-6728 URL: https://issues.apache.org/jira/browse/HADOOP-6728 Project: Hadoop Common Issue Type: Improvement Reporter: Luke Lu Fix For: 0.20.3 Per

[jira] Created: (HADOOP-6657) Common portion of MAPREDUCE-1545

2010-03-23 Thread Luke Lu (JIRA)
Common portion of MAPREDUCE-1545 Key: HADOOP-6657 URL: https://issues.apache.org/jira/browse/HADOOP-6657 Project: Hadoop Common Issue Type: Improvement Reporter: Luke Lu Assignee