[jira] [Commented] (HBASE-11666) Enforce JDK7 javac for builds on branch-1 and master

2014-08-05 Thread Jonathan Hsieh (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14086283#comment-14086283
 ] 

Jonathan Hsieh commented on HBASE-11666:


+1

 Enforce JDK7 javac for builds on branch-1 and master
 

 Key: HBASE-11666
 URL: https://issues.apache.org/jira/browse/HBASE-11666
 Project: HBase
  Issue Type: Task
  Components: build, documentation
Affects Versions: 1.0.0, 2.0.0
Reporter: Sean Busbey
Assignee: Sean Busbey
Priority: Minor
 Attachments: HBASE_11666-v1.patch, HBASE_11666-v2.patch


 Per [the discussion on JDK versions|http://search-hadoop.com/m/DHED4Zlz0R1], 
 we require Java 7 for 1.0+ (also we have code that only compiles under Java 
 7).
 Right now, if you attempt to build with JDK6, Maven will happily oblige and 
 then give you a cannot find symbol error about a Java 7 class we use.
 We should
 * update the Build HBase guide to reference our supported Java versions docs
 * update our pom so that Maven will correctly complain about jdk versions.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11666) Enforce JDK7 javac for builds on branch-1 and master

2014-08-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14086359#comment-14086359
 ] 

Hudson commented on HBASE-11666:


FAILURE: Integrated in HBase-TRUNK #5370 (See 
[https://builds.apache.org/job/HBase-TRUNK/5370/])
HBASE-11666 Enforce JDK7 javac for builds on branch-1 and master (Sean Busbey) 
(tedyu: rev b158900b682888f88f74537c43032be36e567b04)
* bin/hbase-config.sh
* pom.xml
* conf/hbase-env.sh
* conf/hbase-env.cmd
* src/main/docbkx/developer.xml


 Enforce JDK7 javac for builds on branch-1 and master
 

 Key: HBASE-11666
 URL: https://issues.apache.org/jira/browse/HBASE-11666
 Project: HBase
  Issue Type: Task
  Components: build, documentation
Affects Versions: 1.0.0, 2.0.0
Reporter: Sean Busbey
Assignee: Sean Busbey
Priority: Minor
 Fix For: 0.99.0, 2.0.0

 Attachments: HBASE_11666-v1.patch, HBASE_11666-v2.patch, 
 HBASE_11666-v3.patch


 Per [the discussion on JDK versions|http://search-hadoop.com/m/DHED4Zlz0R1], 
 we require Java 7 for 1.0+ (also we have code that only compiles under Java 
 7).
 Right now, if you attempt to build with JDK6, Maven will happily oblige and 
 then give you a cannot find symbol error about a Java 7 class we use.
 We should
 * update the Build HBase guide to reference our supported Java versions docs
 * update our pom so that Maven will correctly complain about jdk versions.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11666) Enforce JDK7 javac for builds on branch-1 and master

2014-08-05 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14086411#comment-14086411
 ] 

Hadoop QA commented on HBASE-11666:
---

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12659892/HBASE_11666-v3.patch
  against trunk revision .
  ATTACHMENT ID: 12659892

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+0 tests included{color}.  The patch appears to be a 
documentation patch that doesn't require tests.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:green}+1 javadoc{color}.  The javadoc tool did not generate any 
warning messages.

{color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 2.0.3) warnings.

{color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

{color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

  {color:green}+1 site{color}.  The mvn site goal succeeds with this patch.

 {color:red}-1 core tests{color}.  The patch failed these unit tests:
   
org.apache.hadoop.hbase.regionserver.TestEndToEndSplitTransaction
  org.apache.hadoop.hbase.regionserver.TestRegionReplicas
  org.apache.hadoop.hbase.client.TestReplicasClient
  org.apache.hadoop.hbase.master.TestRestartCluster
  org.apache.hadoop.hbase.regionserver.TestHRegionBusyWait
  org.apache.hadoop.hbase.TestIOFencing

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10298//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10298//artifact/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10298//artifact/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10298//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10298//artifact/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10298//artifact/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10298//artifact/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10298//artifact/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10298//artifact/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10298//artifact/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/10298//console

This message is automatically generated.

 Enforce JDK7 javac for builds on branch-1 and master
 

 Key: HBASE-11666
 URL: https://issues.apache.org/jira/browse/HBASE-11666
 Project: HBase
  Issue Type: Task
  Components: build, documentation
Affects Versions: 1.0.0, 2.0.0
Reporter: Sean Busbey
Assignee: Sean Busbey
Priority: Minor
 Fix For: 0.99.0, 2.0.0

 Attachments: HBASE_11666-v1.patch, HBASE_11666-v2.patch, 
 HBASE_11666-v3.patch


 Per [the discussion on JDK versions|http://search-hadoop.com/m/DHED4Zlz0R1], 
 we require Java 7 for 1.0+ (also we have code that only compiles under Java 
 7).
 Right now, if you attempt to build with JDK6, Maven will happily oblige and 
 then give you a cannot find symbol error about a Java 7 class we use.
 We should
 * update the Build HBase guide to reference our supported Java versions docs
 * update our pom so that Maven will correctly complain about jdk versions.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11666) Enforce JDK7 javac for builds on branch-1 and master

2014-08-05 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14086602#comment-14086602
 ] 

Hudson commented on HBASE-11666:


FAILURE: Integrated in HBase-1.0 #86 (See 
[https://builds.apache.org/job/HBase-1.0/86/])
HBASE-11666 Enforce JDK7 javac for builds on branch-1 and master (Sean Busbey) 
(tedyu: rev 17c869d54310889b300915de5cbe82163db1c35d)
* pom.xml
* conf/hbase-env.cmd
* src/main/docbkx/developer.xml
* conf/hbase-env.sh
* bin/hbase-config.sh


 Enforce JDK7 javac for builds on branch-1 and master
 

 Key: HBASE-11666
 URL: https://issues.apache.org/jira/browse/HBASE-11666
 Project: HBase
  Issue Type: Task
  Components: build, documentation
Affects Versions: 1.0.0, 2.0.0
Reporter: Sean Busbey
Assignee: Sean Busbey
Priority: Minor
 Fix For: 0.99.0, 2.0.0

 Attachments: HBASE_11666-v1.patch, HBASE_11666-v2.patch, 
 HBASE_11666-v3.patch


 Per [the discussion on JDK versions|http://search-hadoop.com/m/DHED4Zlz0R1], 
 we require Java 7 for 1.0+ (also we have code that only compiles under Java 
 7).
 Right now, if you attempt to build with JDK6, Maven will happily oblige and 
 then give you a cannot find symbol error about a Java 7 class we use.
 We should
 * update the Build HBase guide to reference our supported Java versions docs
 * update our pom so that Maven will correctly complain about jdk versions.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11666) Enforce JDK7 javac for builds on branch-1 and master

2014-08-04 Thread Ted Yu (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14085497#comment-14085497
 ] 

Ted Yu commented on HBASE-11666:


Should priority for this issue be minor ?

 Enforce JDK7 javac for builds on branch-1 and master
 

 Key: HBASE-11666
 URL: https://issues.apache.org/jira/browse/HBASE-11666
 Project: HBase
  Issue Type: Task
  Components: build, documentation
Affects Versions: 1.0.0, 2.0.0
Reporter: Sean Busbey
Assignee: Sean Busbey
 Attachments: HBASE_11666-v1.patch, HBASE_11666-v2.patch


 Per [the discussion on JDK versions|http://search-hadoop.com/m/DHED4Zlz0R1], 
 we require Java 7 for 1.0+ (also we have code that only compiles under Java 
 7).
 Right now, if you attempt to build with JDK6, Maven will happily oblige and 
 then give you a cannot find symbol error about a Java 7 class we use.
 We should
 * update the Build HBase guide to reference our supported Java versions docs
 * update our pom so that Maven will correctly complain about jdk versions.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11666) Enforce JDK7 javac for builds on branch-1 and master

2014-08-04 Thread Ted Yu (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14085558#comment-14085558
 ] 

Ted Yu commented on HBASE-11666:


Ping [~enis] for branch-1

 Enforce JDK7 javac for builds on branch-1 and master
 

 Key: HBASE-11666
 URL: https://issues.apache.org/jira/browse/HBASE-11666
 Project: HBase
  Issue Type: Task
  Components: build, documentation
Affects Versions: 1.0.0, 2.0.0
Reporter: Sean Busbey
Assignee: Sean Busbey
Priority: Minor
 Attachments: HBASE_11666-v1.patch, HBASE_11666-v2.patch


 Per [the discussion on JDK versions|http://search-hadoop.com/m/DHED4Zlz0R1], 
 we require Java 7 for 1.0+ (also we have code that only compiles under Java 
 7).
 Right now, if you attempt to build with JDK6, Maven will happily oblige and 
 then give you a cannot find symbol error about a Java 7 class we use.
 We should
 * update the Build HBase guide to reference our supported Java versions docs
 * update our pom so that Maven will correctly complain about jdk versions.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11666) Enforce JDK7 javac for builds on branch-1 and master

2014-08-04 Thread Andrew Purtell (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14085600#comment-14085600
 ] 

Andrew Purtell commented on HBASE-11666:


+1

 Enforce JDK7 javac for builds on branch-1 and master
 

 Key: HBASE-11666
 URL: https://issues.apache.org/jira/browse/HBASE-11666
 Project: HBase
  Issue Type: Task
  Components: build, documentation
Affects Versions: 1.0.0, 2.0.0
Reporter: Sean Busbey
Assignee: Sean Busbey
Priority: Minor
 Attachments: HBASE_11666-v1.patch, HBASE_11666-v2.patch


 Per [the discussion on JDK versions|http://search-hadoop.com/m/DHED4Zlz0R1], 
 we require Java 7 for 1.0+ (also we have code that only compiles under Java 
 7).
 Right now, if you attempt to build with JDK6, Maven will happily oblige and 
 then give you a cannot find symbol error about a Java 7 class we use.
 We should
 * update the Build HBase guide to reference our supported Java versions docs
 * update our pom so that Maven will correctly complain about jdk versions.



--
This message was sent by Atlassian JIRA
(v6.2#6252)