Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5F29CF1D5 for ; Fri, 10 May 2013 07:27:25 +0000 (UTC) Received: (qmail 2923 invoked by uid 500); 10 May 2013 07:27:24 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 2093 invoked by uid 500); 10 May 2013 07:27:20 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 1767 invoked by uid 99); 10 May 2013 07:27:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 May 2013 07:27:17 +0000 Date: Fri, 10 May 2013 07:27:17 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8513) [0.94] Fix class files with CRLF endings MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-8513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13653614#comment-13653614 ] Hudson commented on HBASE-8513: ------------------------------- Integrated in HBase-0.94 #978 (See [https://builds.apache.org/job/HBase-0.94/978/]) HBASE-8513 [0.94] Fix class files with CRLF endings (Revision 1480887) Result = SUCCESS enis : Files : * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/client/coprocessor/BigDecimalColumnInterpreter.java * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/filter/FuzzyRowFilter.java * /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/filter/TestFuzzyRowFilter.java * /hbase/branches/0.94/src/test/java/org/apache/hadoop/hbase/zookeeper/TestRecoverableZooKeeper.java > [0.94] Fix class files with CRLF endings > ---------------------------------------- > > Key: HBASE-8513 > URL: https://issues.apache.org/jira/browse/HBASE-8513 > Project: HBase > Issue Type: Bug > Reporter: Enis Soztutar > Assignee: Enis Soztutar > Fix For: 0.94.8 > > Attachments: hbase-8513_v1.patch > > > In 0.94, there are files with CRLF endings. We should use the canonical LF endings. Trunk is fine, it has been cleaned some time ago. > {code} > find src -name "*.java" | xargs file | grep CRLF | cut -d ":" -f 1 | xargs dos2unix > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira