Return-Path: X-Original-To: apmail-incubator-bigtop-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-bigtop-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1D30775A0 for ; Sat, 19 Nov 2011 18:09:13 +0000 (UTC) Received: (qmail 13089 invoked by uid 500); 19 Nov 2011 18:09:13 -0000 Delivered-To: apmail-incubator-bigtop-dev-archive@incubator.apache.org Received: (qmail 13047 invoked by uid 500); 19 Nov 2011 18:09:13 -0000 Mailing-List: contact bigtop-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@incubator.apache.org Delivered-To: mailing list bigtop-dev@incubator.apache.org Received: (qmail 13039 invoked by uid 99); 19 Nov 2011 18:09:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Nov 2011 18:09:13 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Nov 2011 18:09:11 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 9D3DC90047 for ; Sat, 19 Nov 2011 18:08:51 +0000 (UTC) Date: Sat, 19 Nov 2011 18:08:51 +0000 (UTC) From: "Will McQueen (Closed) (JIRA)" To: bigtop-dev@incubator.apache.org Message-ID: <1495286800.47452.1321726131645.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1918056799.32594.1321393551822.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Closed] (BIGTOP-257) HBase test source files are in wrong dir, cause compiler errors within Eclipse 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/BIGTOP-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will McQueen closed BIGTOP-257. ------------------------------- > HBase test source files are in wrong dir, cause compiler errors within Eclipse > ------------------------------------------------------------------------------ > > Key: BIGTOP-257 > URL: https://issues.apache.org/jira/browse/BIGTOP-257 > Project: Bigtop > Issue Type: Bug > Components: Tests > Affects Versions: 0.1.0 > Environment: RHEL 6.1 Linux (64-bit) > Eclipse 3.7 SR1 > commit 06ae17445e44362b4972c40ca4a9ad37d64fd4fb > Reporter: Will McQueen > Assignee: Will McQueen > Attachments: BIGTOP-257.patch > > > 8 source files are located in the wrong dirs. The files need to be moved to the correct dir, according the package declaration statement contained within each source file. > Summary is below. Patch is att'd. > # renamed: bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/IncrementalPELoad.java -> bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/hbase/smoke/IncrementalPELoad.java > # renamed: bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBaseCompression.groovy -> bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/hbase/smoke/TestHBaseCompression.groovy > # renamed: bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBasePigSmoke.groovy -> bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/hbase/smoke/TestHBasePigSmoke.groovy > # renamed: bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHBaseSmoke.java -> bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/hbase/smoke/TestHBaseSmoke.java > # renamed: bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestHFileOutputFormat.java -> bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/hbase/smoke/TestHFileOutputFormat.java > # renamed: bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/smoke/TestLoadIncrementalHFiles.java -> bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/hbase/smoke/TestLoadIncrementalHFiles.java > # renamed: bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/system/TestLoadAndVerify.java -> bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/hbase/system/TestLoadAndVerify.java > # renamed: bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/util/HBaseTestUtil.java -> bigtop-tests/test-artifacts/hbase/src/main/groovy/org/apache/bigtop/itest/hbase/util/HBaseTestUtil.java -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira