Re: [VOTE] Moving Submarine to a separate Apache project proposal

2019-09-07 Thread Varun Saxena
Belated +1.
I too am interested in the project. Please include me.

Regards,
Varun Saxena

On Sat, Sep 7, 2019 at 9:35 PM Sunil Govindan  wrote:

> +1 to the proposal.
> Thanks to the community for the great response.
>
> - Sunil
>
> On Sun, Sep 1, 2019 at 10:49 AM Wangda Tan  wrote:
>
> > Hi all,
> >
> > As we discussed in the previous thread [1],
> >
> > I just moved the spin-off proposal to CWIKI and completed all TODO parts.
> >
> >
> >
> https://cwiki.apache.org/confluence/display/HADOOP/Submarine+Project+Spin-Off+to+TLP+Proposal
> >
> > If you have interests to learn more about this. Please review the
> proposal
> > let me know if you have any questions/suggestions for the proposal. This
> > will be sent to board post voting passed. (And please note that the
> > previous voting thread [2] to move Submarine to a separate Github repo
> is a
> > necessary effort to move Submarine to a separate Apache project but not
> > sufficient so I sent two separate voting thread.)
> >
> > Please let me know if I missed anyone in the proposal, and reply if you'd
> > like to be included in the project.
> >
> > This voting runs for 7 days and will be concluded at Sep 7th, 11 PM PDT.
> >
> > Thanks,
> > Wangda Tan
> >
> > [1]
> >
> >
> https://lists.apache.org/thread.html/4a2210d567cbc05af92c12aa6283fd09b857ce209d537986ed800029@%3Cyarn-dev.hadoop.apache.org%3E
> > [2]
> >
> >
> https://lists.apache.org/thread.html/6e94469ca105d5a15dc63903a541bd21c7ef70b8bcff475a16b5ed73@%3Cyarn-dev.hadoop.apache.org%3E
> >
>


Re: [VOTE] Release Apache Hadoop 2.9.0 (RC3)

2017-11-15 Thread Varun Saxena
 +1.

Built from source.

- Deployed a 2-node non-secure cluster.
- Ran a few sample MR jobs with ATSv2 enabled. Also verified job submission
across RM and NM restarts.
- Tested ATSv2 with HBase as backend.Checked few of the REST endpoints.
- Verified new YARN UI and accessed a few pages.

Regards,
Varun.

On Tue, Nov 14, 2017 at 5:40 AM, Arun Suresh  wrote:

> Hi Folks,
>
> Apache Hadoop 2.9.0 is the first release of Hadoop 2.9 line and will be the
> starting release for Apache Hadoop 2.9.x line - it includes 30 New Features
> with 500+ subtasks, 407 Improvements, 790 Bug fixes new fixed issues since
> 2.8.2.
>
> More information about the 2.9.0 release plan can be found here:
> *https://cwiki.apache.org/confluence/display/HADOOP/
> Roadmap#Roadmap-Version2.9
>  Roadmap#Roadmap-Version2.9>*
>
> New RC is available at: *https://home.apache.org/~
> asuresh/hadoop-2.9.0-RC3/
> *
>
> The RC tag in git is: release-2.9.0-RC3, and the latest commit id is:
> 756ebc8394e473ac25feac05fa493f6d612e6c50.
>
> The maven artifacts are available via repository.apache.org at:
>  apache.org%2Fcontent%2Frepositories%2Forgapachehadoop-1066=D&
> sntz=1=AFQjCNFcern4uingMV_sEreko_zeLlgdlg>*https://
> repository.apache.org/content/repositories/orgapachehadoop-1068/
>  >*
>
> We are carrying over the votes from the previous RC given that the delta is
> the license fix.
>
> Given the above - we are also going to stick with the original deadline for
> the vote : ending on Friday 17th November 2017 2pm PT time.
>
> Thanks,
> -Arun/Subru
>


[jira] [Created] (HADOOP-14863) branch-2 native compilation broken in hadoop-yarn-server-nodemanager

2017-09-12 Thread Varun Saxena (JIRA)
Varun Saxena created HADOOP-14863:
-

 Summary: branch-2 native compilation broken in 
hadoop-yarn-server-nodemanager
 Key: HADOOP-14863
 URL: https://issues.apache.org/jira/browse/HADOOP-14863
 Project: Hadoop Common
  Issue Type: Bug
Reporter: Varun Saxena


{noformat}
[WARNING] make[2]: Leaving directory 
`/home/root1/Projects/Branch2/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/target/native'
[WARNING] make[1]: Leaving directory 
`/home/root1/Projects/Branch2/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/target/native'
[WARNING] 
/home/root1/Projects/Branch2/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/utils/string-utils.c:
 In function ‘all_numbers’:
[WARNING] 
/home/root1/Projects/Branch2/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/utils/string-utils.c:33:3:
 error: ‘for’ loop initial declarations are only allowed in C99 mode
[WARNING]for (int i = 0; i < strlen(input); i++) {
[WARNING]^
[WARNING] 
/home/root1/Projects/Branch2/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/utils/string-utils.c:33:3:
 note: use option -std=c99 or -std=gnu99 to compile your code
[WARNING] make[2]: *** 
[CMakeFiles/container.dir/main/native/container-executor/impl/utils/string-utils.c.o]
 Error 1
[WARNING] make[2]: *** Waiting for unfinished jobs
[WARNING] 
/home/root1/Projects/Branch2/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/container-executor.c:
 In function ‘tokenize_docker_command’:
[WARNING] 
/home/root1/Projects/Branch2/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/native/container-executor/impl/container-executor.c:1193:7:
 warning: unused variable ‘c’ [-Wunused-variable]
[WARNING]int c = 0;
[WARNING]^
[WARNING] make[1]: *** [CMakeFiles/container.dir/all] Error 2
[WARNING] make: *** [all] Error 2
{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org



Re: Different JIRA permissions for HADOOP and HDFS

2016-05-17 Thread Varun Saxena
Hi,

I do not have permissions for any project other than YARN as well. Unable
to assign a JIRA in MAPREDUCE for instance.
Can somebody give me permission ?

Regards,
Varun Saxena.


On Tue, May 17, 2016 at 11:03 AM, Vinayakumar B <
vinayakumarb.apa...@gmail.com> wrote:

> Thanks Akira.
> On 17 May 2016 10:59, "Akira Ajisaka" <aajis...@apache.org> wrote:
>
> > Hi Vinay,
> >
> > Added you into committer roles for HADOOP/MAPREDUCE/YARN.
> >
> > Regards,
> > Akira
> >
> > On 5/17/16 13:45, Vinayakumar B wrote:
> >
> >> Hi Junping,
> >>
> >> It looks like, I too dont have permissions in projects except HDFS.
> >>
> >> Please grant me also to the group.
> >>
> >> Thanks in advance,
> >> -Vinay
> >> On 17 May 2016 6:10 a.m., "Sangjin Lee" <sj...@apache.org> wrote:
> >>
> >> Thanks Junping! It seems to work now.
> >>
> >> On Mon, May 16, 2016 at 5:22 PM, Junping Du <j...@hortonworks.com>
> wrote:
> >>
> >> Someone fix the permission issue so that Administrator, committer and
> >>> reporter can edit the issue now.
> >>>
> >>> Sangjin, it sounds like you were not in JIRA's committer list before
> and
> >>> I
> >>> just add you into committer roles for 4 projects. Hope it works for
> >>> you now.​
> >>>
> >>>
> >>> Thanks,
> >>>
> >>>
> >>> Junping
> >>> --
> >>> *From:* sjl...@gmail.com <sjl...@gmail.com> on behalf of Sangjin Lee <
> >>> sj...@apache.org>
> >>> *Sent:* Monday, May 16, 2016 11:43 PM
> >>> *To:* Zhihai Xu
> >>> *Cc:* Junping Du; Arun Suresh; Zheng, Kai; Andrew Wang;
> >>> common-dev@hadoop.apache.org; yarn-...@hadoop.apache.org
> >>>
> >>> *Subject:* Re: Different JIRA permissions for HADOOP and HDFS
> >>>
> >>> I also find myself unable to edit most of the JIRA fields, and that is
> >>> across projects (HADOOP, YARN, MAPREDUCE, and HDFS). Commenting and the
> >>> workflow buttons seem to work, however.
> >>>
> >>> On Mon, May 16, 2016 at 8:14 AM, Zhihai Xu <zhi...@uber.com> wrote:
> >>>
> >>> Great, Thanks Junping! Yes, the JIRA assignment works for me now.
> >>>>
> >>>> zhihai
> >>>>
> >>>> On Mon, May 16, 2016 at 5:29 AM, Junping Du <j...@hortonworks.com>
> >>>> wrote:
> >>>>
> >>>> Zhihai, I just set you with committer permissions on MAPREDUCE JIRA.
> >>>>>
> >>>> Would
> >>>>
> >>>>> you try if the JIRA assignment works now? I cannot help on Hive
> >>>>>
> >>>> project. It
> >>>>
> >>>>> is better to ask hive project community for help.
> >>>>> For Arun's problem. from my check, the Edit permission on JIRA only
> >>>>> authorized to Administrator only. I don't know if this setting is by
> >>>>> intention but it was not like this previously.
> >>>>> Can someone who make the change to clarify why we need this change or
> >>>>> revert to whatever it used to be?
> >>>>>
> >>>>> Thanks,
> >>>>>
> >>>>> Junping
> >>>>> 
> >>>>> From: Arun Suresh <asur...@apache.org>
> >>>>> Sent: Monday, May 16, 2016 9:42 AM
> >>>>> To: Zhihai Xu
> >>>>> Cc: Zheng, Kai; Andrew Wang; common-dev@hadoop.apache.org;
> >>>>> yarn-...@hadoop.apache.org
> >>>>> Subject: Re: Different JIRA permissions for HADOOP and HDFS
> >>>>>
> >>>>> Not sure if this is related.. but It also looks like I am now no
> longer
> >>>>> allowed to modify description and headline of JIRAs anymore..
> >>>>> Would appreciate greatly if someone can help revert this !
> >>>>>
> >>>>> Cheers
> >>>>> -Arun
> >>>>>
> >>>>> On Mon, May 16, 2016 at 1:21 AM, Zhihai Xu <zhi...@uber.com> wrote:
> >>>>>
> >>>>> Currently I also have permission issue to access the JIRA. I can't
> >>>>>>
> >>>>> assign
> >>>

Re: [VOTE] Release Apache Hadoop 2.6.3 RC0

2015-12-16 Thread Varun Saxena
+1 (non-binding)

- Downloaded the source and built locally.
- Set up a 2 node cluster.
- Ran a few mapreduce jobs successfully.

Regards,
Varun Saxena.

On Thu, Dec 17, 2015 at 12:06 AM, Tsuyoshi Ozawa <oz...@apache.org> wrote:

> +1 (binding)
>
> - verified checksums
> - built Spark and Tez with -Dhadoop.version=2.6.3. About Tez, ran
> tests and all of them passed.
>
> Thanks,
> - Tsuyoshi
>
> On Thu, Dec 17, 2015 at 1:30 AM, Sangjin Lee <sj...@apache.org> wrote:
> > +1 (non-binding)
> >
> > - downloaded source and binary and verified the signatures (although I
> > didn't connect with Junping via web of trust)
> > - started a pseudo-distributed cluster and ran test jobs
> > - browsed the RM and NN UI
> > - looked through the daemon logs
> >
> > Thanks Junping.
> >
> > Sangjin
> >
> > On Wed, Dec 16, 2015 at 5:11 AM, Brahma Reddy Battula <
> > brahmareddy.batt...@huawei.com> wrote:
> >
> >> +1 (non-binding)
> >>
> >> -- Downloaded both source and binary tarballs successfully.
> >> --Set up a pseudo-distributed cluster and Distributed HA Cluster
> >> --Ran Several jobs Slive,Terasort and pi.
> >> --All are working fine.
> >>
> >>
> >> Thanks & Regards
> >>  Brahma Reddy Battula
> >> 
> >> From: Steve Loughran [ste...@hortonworks.com]
> >> Sent: Wednesday, December 16, 2015 5:58 PM
> >> To: mapreduce-...@hadoop.apache.org
> >> Cc: Hadoop Common; hdfs-...@hadoop.apache.org;
> yarn-...@hadoop.apache.org;
> >> junping...@apache.org
> >> Subject: Re: [VOTE] Release Apache Hadoop 2.6.3 RC0
> >>
> >> +1, binding
> >>
> >>
> >> Did a build and test with slider with the build set to
> >> -Dhadoop.version=2.6.3
> >>
> >> this does a D/L and test from the staging repo. All artifacts were
> >> located, and the tests completed
> >>
> >> > On 12 Dec 2015, at 00:16, Junping Du <j...@hortonworks.com> wrote:
> >> >
> >> >
> >> > Hi all developers in hadoop community,
> >> >   I've created a release candidate RC0 for Apache Hadoop 2.6.3 (the
> next
> >> maintenance release to follow up 2.6.2.) according to email thread of
> >> release plan 2.6.3 [1]. Sorry for this RC coming a bit late as several
> >> blocker issues were getting committed until yesterday. Below is the
> details:
> >> >
> >> > The RC is available for validation at:
> >> > *http://people.apache.org/~junping_du/hadoop-2.6.3-RC0/
> >> > <http://people.apache.org/~junping_du/hadoop-2.6.3-RC0/>*
> >> >
> >> > The RC tag in git is: release-2.6.3-RC0
> >> >
> >> > The maven artifacts are staged via repository.apache.org at:
> >> > *
> >>
> https://repository.apache.org/content/repositories/orgapachehadoop-1025/?
> >> > <
> >>
> https://repository.apache.org/content/repositories/orgapachehadoop-1025/>*
> >> >
> >> > You can find my public key at:
> >> > http://svn.apache.org/repos/asf/hadoop/common/dist/KEYS
> >> >
> >> > Please try the release and vote. The vote will run for the usual 5
> days.
> >> >
> >> > Thanks and happy weekend!
> >> >
> >> >
> >> > Cheers,
> >> >
> >> > Junping
> >> >
> >> >
> >> > [1]: 2.6.3 release plan: http://markmail.org/thread/nc2jogbgni37vu6y
> >> >
> >>
> >>
>


RE: [VOTE] Release Apache Hadoop 2.6.2

2015-10-27 Thread Varun saxena
+1

Downloaded the package and installed a 2 node cluster.
Ran a few jobs successfully.

Regards,
Varun Saxena.

-Original Message-
From: sjl...@gmail.com [mailto:sjl...@gmail.com] On Behalf Of Sangjin Lee
Sent: 23 October 2015 05:14
To: common-dev@hadoop.apache.org; yarn-...@hadoop.apache.org; 
hdfs-...@hadoop.apache.org; mapreduce-...@hadoop.apache.org
Cc: Vinod Kumar Vavilapalli
Subject: [VOTE] Release Apache Hadoop 2.6.2

Hi all,

I have created a release candidate (RC0) for Hadoop 2.6.2.

The RC is available at: http://people.apache.org/~sjlee/hadoop-2.6.2-RC0/

The RC tag in git is: release-2.6.2-RC0

The list of JIRAs committed for 2.6.2:
https://issues.apache.org/jira/browse/YARN-4101?jql=project%20in%20(HADOOP%2C%20HDFS%2C%20YARN%2C%20MAPREDUCE)%20AND%20fixVersion%20%3D%202.6.2

The maven artifacts are staged at
https://repository.apache.org/content/repositories/orgapachehadoop-1022/

Please try out the release candidate and vote. The vote will run for 5 days.

Thanks,
Sangjin


[jira] [Resolved] (HADOOP-12312) Findbugs HTML report link shows 0 warnings despite errors

2015-08-16 Thread Varun Saxena (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-12312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Varun Saxena resolved HADOOP-12312.
---
Resolution: Duplicate

 Findbugs HTML report link shows 0 warnings despite errors
 -

 Key: HADOOP-12312
 URL: https://issues.apache.org/jira/browse/HADOOP-12312
 Project: Hadoop Common
  Issue Type: Sub-task
  Components: yetus
Reporter: Varun Saxena

 Refer to Hadoop QA report below :
 https://issues.apache.org/jira/browse/YARN-3232?focusedCommentId=14679146page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14679146
 The report shows -1 for findbugs because there have been 7 findbugs warnings 
 introduced. But the HTML report in link is showing 0 findbugs warnings.
 I verified locally and the warnings did indeed exist.
 So there must be some problem in findbugs HTML report generation in 
 test-patch.sh
 This inconsistency between -1 for findbugs and HTML report lead to these 
 findbugs warnings being leaked to trunk.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HADOOP-12312) Findbugs HTML report link shows 0 warnings despite errors

2015-08-10 Thread Varun Saxena (JIRA)
Varun Saxena created HADOOP-12312:
-

 Summary: Findbugs HTML report link shows 0 warnings despite errors
 Key: HADOOP-12312
 URL: https://issues.apache.org/jira/browse/HADOOP-12312
 Project: Hadoop Common
  Issue Type: Bug
Reporter: Varun Saxena


Refer to Hadoop QA report below :

https://issues.apache.org/jira/browse/YARN-3232?focusedCommentId=14679146page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14679146

The report shows -1 for findbugs because there have been 7 findbugs warnings 
introduced. But the HTML report in link is showing 0 findbugs warnings.
I verified locally and the warnings did indeed exist.
So there must be some problem in findbugs HTML report generation in 
test-patch.sh

This inconsistency between -1 for findbugs and HTML report lead to these 
findbugs warnings being leaked to trunk.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HADOOP-12254) test-patch.sh should run findbugs if ony findbugs-exclude.xml has changed

2015-07-22 Thread Varun Saxena (JIRA)
Varun Saxena created HADOOP-12254:
-

 Summary: test-patch.sh should run findbugs if ony 
findbugs-exclude.xml has changed
 Key: HADOOP-12254
 URL: https://issues.apache.org/jira/browse/HADOOP-12254
 Project: Hadoop Common
  Issue Type: Bug
 Environment: We can run findbugs for all the submodules.
Reporter: Varun Saxena






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HADOOP-12098) Unnecessary dependencies in Hadoop Archives

2015-06-17 Thread Varun Saxena (JIRA)
Varun Saxena created HADOOP-12098:
-

 Summary: Unnecessary dependencies in Hadoop Archives
 Key: HADOOP-12098
 URL: https://issues.apache.org/jira/browse/HADOOP-12098
 Project: Hadoop Common
  Issue Type: Bug
Reporter: Varun Saxena
Assignee: Varun Saxena
Priority: Minor


hadoop-mapreduce-client-hs and hadoop-mapreduce-client-jobclient dependencies 
are not required in Hadoop archives



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HADOOP-12097) Allow port range to be specified while starting webapp

2015-06-17 Thread Varun Saxena (JIRA)
Varun Saxena created HADOOP-12097:
-

 Summary: Allow port range to be specified while starting webapp 
 Key: HADOOP-12097
 URL: https://issues.apache.org/jira/browse/HADOOP-12097
 Project: Hadoop Common
  Issue Type: Improvement
Affects Versions: 2.7.0
Reporter: Varun Saxena
Assignee: Varun Saxena


This will be useful and can be used by AM while starting its webapp.
Currently a random port is chosen, which is never a good idea.
 
And {{Webapps}} has facility to allow only a specific port to be configured 
which may be occupied. A port range in case of AM, hence will be useful.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (HADOOP-10363) Closing of SequenceFile.Reader / SequenceFile.Writer in DistCh should check against null

2015-05-08 Thread Varun Saxena (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-10363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Varun Saxena resolved HADOOP-10363.
---
Resolution: Not A Problem

Closing this. This issue no longer exists as DistCh now uses try with resources 
construct. Feel free to reopen if you think otherwise

 Closing of SequenceFile.Reader / SequenceFile.Writer in DistCh should check 
 against null
 

 Key: HADOOP-10363
 URL: https://issues.apache.org/jira/browse/HADOOP-10363
 Project: Hadoop Common
  Issue Type: Bug
Reporter: Ted Yu
Priority: Minor
 Attachments: HADOOP-10363.patch


 Here is related code:
 {code}
   try {
 for(in = new SequenceFile.Reader(fs, srcs, job); in.next(key, value); 
 ) {
 ...
   finally {
 in.close();
   }
 {code}
 {code}
 SequenceFile.Writer opWriter = null;
 try {
   opWriter = SequenceFile.createWriter(fs, jobconf, opList, Text.class,
   FileOperation.class, SequenceFile.CompressionType.NONE);
 ...
 } finally {
   opWriter.close();
 }
 {code}
 If ctor of Reader / Writer throws exception, the close() would be called on 
 null object.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Reopened] (HADOOP-11635) bug

2015-02-25 Thread Varun Saxena (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Varun Saxena reopened HADOOP-11635:
---

 bug
 ---

 Key: HADOOP-11635
 URL: https://issues.apache.org/jira/browse/HADOOP-11635
 Project: Hadoop Common
  Issue Type: Bug
Reporter: ankush

 solved



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (HADOOP-11635) bug

2015-02-25 Thread Varun Saxena (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-11635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Varun Saxena resolved HADOOP-11635.
---
Resolution: Invalid

 bug
 ---

 Key: HADOOP-11635
 URL: https://issues.apache.org/jira/browse/HADOOP-11635
 Project: Hadoop Common
  Issue Type: Bug
Reporter: ankush

 solved



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HADOOP-11373) Fix new findbugs warnings in hadoop-yarn-nodemanager

2014-12-09 Thread Varun Saxena (JIRA)
Varun Saxena created HADOOP-11373:
-

 Summary: Fix new findbugs warnings in hadoop-yarn-nodemanager
 Key: HADOOP-11373
 URL: https://issues.apache.org/jira/browse/HADOOP-11373
 Project: Hadoop Common
  Issue Type: Improvement
Reporter: Varun Saxena
Assignee: Varun Saxena






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HADOOP-11374) Fix new findbugs warnings in hadoop-yarn-common

2014-12-09 Thread Varun Saxena (JIRA)
Varun Saxena created HADOOP-11374:
-

 Summary: Fix new findbugs warnings in hadoop-yarn-common
 Key: HADOOP-11374
 URL: https://issues.apache.org/jira/browse/HADOOP-11374
 Project: Hadoop Common
  Issue Type: Improvement
Reporter: Varun Saxena
Assignee: Li Lu






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (HADOOP-11376) Fix new findbugs warnings in rest of the hadoop-yarn modules

2014-12-09 Thread Varun Saxena (JIRA)
Varun Saxena created HADOOP-11376:
-

 Summary: Fix new findbugs warnings in rest of the hadoop-yarn 
modules
 Key: HADOOP-11376
 URL: https://issues.apache.org/jira/browse/HADOOP-11376
 Project: Hadoop Common
  Issue Type: Improvement
Reporter: Varun Saxena
Assignee: Li Lu






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)