[jira] [Updated] (HADOOP-9821) ClientId should have getMsb/getLsb methods

2013-08-01 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9821: --- Attachment: HADOOP-9821.1.patch > ClientId should have getMsb/getLsb methods > -

[jira] [Created] (HADOOP-9821) ClientId should have getMsb/getLsb methods

2013-08-01 Thread Tsuyoshi OZAWA (JIRA)
Tsuyoshi OZAWA created HADOOP-9821: -- Summary: ClientId should have getMsb/getLsb methods Key: HADOOP-9821 URL: https://issues.apache.org/jira/browse/HADOOP-9821 Project: Hadoop Common Issue

[jira] [Resolved] (HADOOP-9779) create constant RpcConstants.CLIENT_ID_LENGTH rather than hard-coding 16 everywhere

2013-08-01 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA resolved HADOOP-9779. Resolution: Duplicate Close as a duplicated issue of HDFS-5025. > create

[jira] [Updated] (HADOOP-9779) create constant RpcConstants.CLIENT_ID_LENGTH rather than hard-coding 16 everywhere

2013-08-01 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9779: --- Status: Open (was: Patch Available) > create constant RpcConstants.CLIENT_ID_LENGTH rat

[jira] [Commented] (HADOOP-9779) create constant RpcConstants.CLIENT_ID_LENGTH rather than hard-coding 16 everywhere

2013-08-01 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13727192#comment-13727192 ] Tsuyoshi OZAWA commented on HADOOP-9779: Yes, I agree with you.

[jira] [Updated] (HADOOP-9779) create constant RpcConstants.CLIENT_ID_LENGTH rather than hard-coding 16 everywhere

2013-08-01 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9779: --- Attachment: HADOOP-9779.2.patch Updated the patch based on HDFS-5025's patch. Changes are as

[jira] [Commented] (HADOOP-9779) create constant RpcConstants.CLIENT_ID_LENGTH rather than hard-coding 16 everywhere

2013-08-01 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13726213#comment-13726213 ] Tsuyoshi OZAWA commented on HADOOP-9779: OK, I'll check Jing's patch.

[jira] [Updated] (HADOOP-9779) create constant RpcConstants.CLIENT_ID_LENGTH rather than hard-coding 16 everywhere

2013-07-29 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9779: --- Target Version/s: 3.0.0, 2.1.0-beta Status: Patch Available (was: Open) >

[jira] [Updated] (HADOOP-9779) create constant RpcConstants.CLIENT_ID_LENGTH rather than hard-coding 16 everywhere

2013-07-29 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9779: --- Attachment: HADOOP-9779.1.patch Added RpcConstants.CLIENT_ID_LENGTH and changed RetryCache t

[jira] [Updated] (HADOOP-9779) create constant RpcConstants.CLIENT_ID_LENGTH rather than hard-coding 16 everywhere

2013-07-29 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9779: --- Assignee: Tsuyoshi OZAWA > create constant RpcConstants.CLIENT_ID_LENGTH rather than har

[jira] [Updated] (HADOOP-9776) HarFileSystem.listStatus() returns "har://-localhost:/..." if port number is empty

2013-07-26 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9776: --- Status: Patch Available (was: Open) > HarFileSystem.listStatus() returns "har://-localh

[jira] [Updated] (HADOOP-9187) FileUtil.CopyMerge should handle compressed input and output

2013-07-17 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9187: --- Attachment: HADOOP-9187.1.patch Support to handle compressed input and output.

[jira] [Updated] (HADOOP-9187) FileUtil.CopyMerge should handle compressed input and output

2013-07-17 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9187: --- Affects Version/s: 2.1.0-beta Status: Patch Available (was: Open) > File

[jira] [Updated] (HADOOP-9187) FileUtil.CopyMerge should handle compressed input and output

2013-07-17 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9187: --- Assignee: Tsuyoshi OZAWA > FileUtil.CopyMerge should handle compressed input and output

[jira] [Updated] (HADOOP-9703) org.apache.hadoop.ipc.Client leaks threads on stop.

2013-07-12 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9703: --- Attachment: HADOOP-9703.3.patch Thanks for reviewing, Colin. Yes, I agree with the point you

[jira] [Commented] (HADOOP-9440) Unit Test: hadoop-common2.0.3 TestIPC fails on protobuf2.5.0

2013-07-11 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13705765#comment-13705765 ] Tsuyoshi OZAWA commented on HADOOP-9440: And, let me know if I am wrong. Thanks!

[jira] [Updated] (HADOOP-9440) Unit Test: hadoop-common2.0.3 TestIPC fails on protobuf2.5.0

2013-07-11 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9440: --- Status: Open (was: Patch Available) > Unit Test: hadoop-common2.0.3 TestIPC fails on pr

[jira] [Commented] (HADOOP-9440) Unit Test: hadoop-common2.0.3 TestIPC fails on protobuf2.5.0

2013-07-11 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13705677#comment-13705677 ] Tsuyoshi OZAWA commented on HADOOP-9440: I've tried to compile hadoop-commons' tr

[jira] [Updated] (HADOOP-9703) org.apache.hadoop.ipc.Client leaks threads on stop.

2013-07-11 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9703: --- Attachment: HADOOP-9703.2.patch Thanks for reviewing, Colin. I attached the fixed patch to

[jira] [Commented] (HADOOP-9703) org.apache.hadoop.ipc.Client leaks threads on stop.

2013-07-09 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13704186#comment-13704186 ] Tsuyoshi OZAWA commented on HADOOP-9703: I think the warning generated by findbug

[jira] [Updated] (HADOOP-9703) org.apache.hadoop.ipc.Client leaks threads on stop.

2013-07-09 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9703: --- Status: Patch Available (was: Open) > org.apache.hadoop.ipc.Client leaks threads on sto

[jira] [Updated] (HADOOP-9703) org.apache.hadoop.ipc.Client leaks threads on stop.

2013-07-09 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9703: --- Attachment: HADOOP-9703.1.patch Attached a patch for stopping SEND_PARAM_EXECUTOR when all c

[jira] [Commented] (HADOOP-9703) org.apache.hadoop.ipc.Client leaks threads on stop.

2013-07-08 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13702885#comment-13702885 ] Tsuyoshi OZAWA commented on HADOOP-9703: [~cmccabe], thanks for comments, and I a

[jira] [Updated] (HADOOP-9703) org.apache.hadoop.ipc.Client leaks threads on stop.

2013-07-04 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9703: --- Assignee: Tsuyoshi OZAWA > org.apache.hadoop.ipc.Client leaks threads on stop. > ---

[jira] [Updated] (HADOOP-9692) sequencefile reader throws EOFException on zero-length file

2013-07-03 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9692: --- Hadoop Flags: Incompatible change,Reviewed > sequencefile reader throws EOFException on

[jira] [Commented] (HADOOP-9692) sequencefile reader throws EOFException on zero-length file

2013-07-03 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13699768#comment-13699768 ] Tsuyoshi OZAWA commented on HADOOP-9692: +1 for the latest patch.

[jira] [Updated] (HADOOP-9692) sequencefile reader throws EOFException on zero-length file

2013-07-03 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9692: --- Affects Version/s: 2.0.5-alpha 2.1.0-beta > sequencefile reader t

[jira] [Updated] (HADOOP-9692) sequencefile reader throws EOFException on zero-length file

2013-07-02 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9692: --- Status: Open (was: Patch Available) > sequencefile reader throws EOFException on zero-l

[jira] [Commented] (HADOOP-9692) sequencefile reader throws EOFException on zero-length file

2013-07-02 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13698658#comment-13698658 ] Tsuyoshi OZAWA commented on HADOOP-9692: Thanks for contributing, [~stayhf]! I re

[jira] [Resolved] (HADOOP-9602) Trash#moveToAppropriateTrash should output logs of execution instead of STDOUT

2013-06-03 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA resolved HADOOP-9602. Resolution: Not A Problem [~daryn]: Thank for your review. One of our use case is to reuse

[jira] [Updated] (HADOOP-9602) Trash#moveToAppropriateTrash should output logs of execution instead of STDOUT

2013-06-03 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9602: --- Status: Open (was: Patch Available) > Trash#moveToAppropriateTrash should output logs o

[jira] [Commented] (HADOOP-9602) Trash#moveToAppropriateTrash should output logs of execution instead of STDOUT

2013-05-26 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13667478#comment-13667478 ] Tsuyoshi OZAWA commented on HADOOP-9602: I think this change doesn't need tests.

[jira] [Updated] (HADOOP-9602) Trash#moveToAppropriateTrash should output logs of execution instead of STDOUT

2013-05-26 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9602: --- Attachment: HADOOP-9602.1.patch Fixed to use commons-logging instead of STDOUT.

[jira] [Updated] (HADOOP-9602) Trash#moveToAppropriateTrash should output logs of execution instead of STDOUT

2013-05-26 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9602: --- Status: Patch Available (was: Open) > Trash#moveToAppropriateTrash should output logs o

[jira] [Created] (HADOOP-9602) Trash#moveToAppropriateTrash should output logs of execution instead of STDOUT

2013-05-26 Thread Tsuyoshi OZAWA (JIRA)
Tsuyoshi OZAWA created HADOOP-9602: -- Summary: Trash#moveToAppropriateTrash should output logs of execution instead of STDOUT Key: HADOOP-9602 URL: https://issues.apache.org/jira/browse/HADOOP-9602 Pr

[jira] [Commented] (HADOOP-9560) metrics2#JvmMetrics should have max memory size of JVM

2013-05-14 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13657133#comment-13657133 ] Tsuyoshi OZAWA commented on HADOOP-9560: Thank you too, Suresh!

[jira] [Commented] (HADOOP-9560) metrics2#JvmMetrics should have max memory size of JVM

2013-05-12 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13655809#comment-13655809 ] Tsuyoshi OZAWA commented on HADOOP-9560: The current TestJvmMetrics is enough to

[jira] [Updated] (HADOOP-9560) metrics2#JvmMetrics should have max memory size of JVM

2013-05-12 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9560: --- Status: Patch Available (was: Open) > metrics2#JvmMetrics should have max memory size o

[jira] [Updated] (HADOOP-9560) metrics2#JvmMetrics should have max memory size of JVM

2013-05-12 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9560: --- Description: metrics#JvmMetrics have the max memory size of JVM specified by -Xmx option. me

[jira] [Updated] (HADOOP-9560) metrics2#JvmMetrics should have max memory size of JVM

2013-05-12 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9560: --- Attachment: HADOOP-9560.1.patch > metrics2#JvmMetrics should have max memory size of JVM

[jira] [Created] (HADOOP-9560) metrics2#JvmMetrics should have max memory size of JVM

2013-05-12 Thread Tsuyoshi OZAWA (JIRA)
Tsuyoshi OZAWA created HADOOP-9560: -- Summary: metrics2#JvmMetrics should have max memory size of JVM Key: HADOOP-9560 URL: https://issues.apache.org/jira/browse/HADOOP-9560 Project: Hadoop Common

[jira] [Commented] (HADOOP-9287) Parallel testing hadoop-common

2013-03-18 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13604925#comment-13604925 ] Tsuyoshi OZAWA commented on HADOOP-9287: Andrey, I reviewed your patch after atta

[jira] [Updated] (HADOOP-9287) Parallel testing hadoop-common

2013-03-18 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9287: --- Attachment: HADOOP-9287--N3.patch Thanks for your work, Andrey! The attached patch is exact

[jira] [Updated] (HADOOP-9279) Compile failure when hadoop-maven-plugins doesn't exist in local repository

2013-02-19 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9279: --- Attachment: HADOOP-9279.3.patch Updated the patch with Alejandro's comment.

[jira] [Commented] (HADOOP-9287) Parallel testing hadoop-common

2013-02-12 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13576455#comment-13576455 ] Tsuyoshi OZAWA commented on HADOOP-9287: Andrey, Your experience is very helpful

[jira] [Updated] (HADOOP-9287) Parallel testing hadoop-common

2013-02-12 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9287: --- Summary: Parallel testing hadoop-common (was: Parallel testing hadoop-auth and hadoop-commo

[jira] [Updated] (HADOOP-9287) Parallel testing hadoop-auth and hadoop-common

2013-02-11 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9287: --- Assignee: Andrey Klochkov (was: Tsuyoshi OZAWA) > Parallel testing hadoop-auth and hado

[jira] [Resolved] (HADOOP-9288) Parallel test execution of hadoop-mapreduce-client-core

2013-02-05 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA resolved HADOOP-9288. Resolution: Duplicate Release Note: This component is not related to hadoop-common p

[jira] [Created] (HADOOP-9288) Parallel test execution of hadoop-mapreduce-client-core

2013-02-05 Thread Tsuyoshi OZAWA (JIRA)
Tsuyoshi OZAWA created HADOOP-9288: -- Summary: Parallel test execution of hadoop-mapreduce-client-core Key: HADOOP-9288 URL: https://issues.apache.org/jira/browse/HADOOP-9288 Project: Hadoop Common

[jira] [Updated] (HADOOP-9287) Parallel testing hadoop-auth and hadoop-common

2013-02-05 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9287: --- Attachment: HADOOP-9287.1.patch Supports parallel testing. > Parallel testi

[jira] [Created] (HADOOP-9287) Parallel testing hadoop-auth and hadoop-common

2013-02-05 Thread Tsuyoshi OZAWA (JIRA)
Tsuyoshi OZAWA created HADOOP-9287: -- Summary: Parallel testing hadoop-auth and hadoop-common Key: HADOOP-9287 URL: https://issues.apache.org/jira/browse/HADOOP-9287 Project: Hadoop Common Is

[jira] [Updated] (HADOOP-9279) Compile failure when hadoop-maven-plugins doesn't exist in local repository

2013-02-05 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9279: --- Attachment: HADOOP-9279.2.patch Updated the patch. > Compile failure when h

[jira] [Commented] (HADOOP-9279) Compile failure when hadoop-maven-plugins doesn't exist in local repository

2013-02-05 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13571968#comment-13571968 ] Tsuyoshi OZAWA commented on HADOOP-9279: Thanks for your comment, Chris and Sures

[jira] [Updated] (HADOOP-9279) Compile failure when hadoop-maven-plugins doesn't exist in local repository

2013-02-04 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9279: --- Description: In current hadoop-trunk, compile fails when hadoop-maven-plugins-3.0.0-SNAPSHO

[jira] [Updated] (HADOOP-9279) Compile failure when hadoop-maven-plugins doesn't exist in local repository

2013-02-04 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9279: --- Issue Type: Improvement (was: Bug) > Compile failure when hadoop-maven-plugins doesn't

[jira] [Updated] (HADOOP-9279) Compile failure when hadoop-maven-plugins doesn't exist in local repository

2013-02-04 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9279: --- Attachment: HADOOP-9279.patch Updated BUILDING.txt. > Compile failure when

[jira] [Updated] (HADOOP-9279) Compile failure when hadoop-maven-plugins doesn't exist in local repository

2013-02-04 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9279: --- Assignee: Tsuyoshi OZAWA > Compile failure when hadoop-maven-plugins doesn't exist in lo

[jira] [Created] (HADOOP-9279) Compile failure when hadoop-maven-plugins doesn't exist in local repository

2013-02-04 Thread Tsuyoshi OZAWA (JIRA)
Tsuyoshi OZAWA created HADOOP-9279: -- Summary: Compile failure when hadoop-maven-plugins doesn't exist in local repository Key: HADOOP-9279 URL: https://issues.apache.org/jira/browse/HADOOP-9279 Proje

[jira] [Updated] (HADOOP-9216) CompressionCodecFactory#getCodecClasses should trim the result of parsing by Configuration.

2013-01-15 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9216: --- Description: CompressionCodecFactory#getCodecClasses doesn't trim its input. This can confus

[jira] [Updated] (HADOOP-9216) CompressionCodecFactory#getCodecClasses should trim the result of parsing by Configuration.

2013-01-15 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-9216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-9216: --- Attachment: HADOOP-9216.patch Attach test and fix. > CompressionCodecFactor

[jira] [Created] (HADOOP-9216) CompressionCodecFactory#getCodecClasses should trim the result of parsing by Configuration.

2013-01-15 Thread Tsuyoshi OZAWA (JIRA)
Tsuyoshi OZAWA created HADOOP-9216: -- Summary: CompressionCodecFactory#getCodecClasses should trim the result of parsing by Configuration. Key: HADOOP-9216 URL: https://issues.apache.org/jira/browse/HADOOP-9216

[jira] [Updated] (HADOOP-8630) rename isSingleSwitch() methods in new topo base class to isFlatTopology()

2012-08-08 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-8630: --- Attachment: HADOOP-8630.2.patch Attached patch is the patch based on trunk by using git form

[jira] [Commented] (HADOOP-8630) rename isSingleSwitch() methods in new topo base class to isFlatTopology()

2012-08-03 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428207#comment-13428207 ] Tsuyoshi OZAWA commented on HADOOP-8630: Steve, Thank you for you review. Okey,

[jira] [Updated] (HADOOP-8630) rename isSingleSwitch() methods in new topo base class to isFlatTopology()

2012-07-31 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tsuyoshi OZAWA updated HADOOP-8630: --- Attachment: HADOOP-8630.patch Renamed AbstractDNSToSwitchMapping to AbstractTopologyMapping

[jira] [Commented] (HADOOP-8630) rename isSingleSwitch() methods in new topo base class to isFlatTopology()

2012-07-30 Thread Tsuyoshi OZAWA (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8630?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13424734#comment-13424734 ] Tsuyoshi OZAWA commented on HADOOP-8630: There are some files and methods which i

<    9   10   11   12   13   14