[ 
https://issues.apache.org/jira/browse/PHOENIX-1248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14299623#comment-14299623
 ] 

James Taylor commented on PHOENIX-1248:
---------------------------------------

Something is wrong on your end, [~nagab]. Here's what I did:
{code}
git clone https://git-wip-us.apache.org/repos/asf/phoenix.git
cd phoenix
git checkout 4.0
mvn -DskipTests package
ls phoenix-assembly/target/

archive-tmp                                     
phoenix-4.3.0-SNAPSHOT-server-without-antlr.jar
maven-archiver                                  
phoenix-4.3.0-SNAPSHOT-server.jar
maven-shared-archive-resources                  
phoenix-4.3.0-SNAPSHOT-source.tar.gz
phoenix-4.3.0-SNAPSHOT-client-minimal.jar       phoenix-4.3.0-SNAPSHOT.tar.gz
phoenix-4.3.0-SNAPSHOT-client-without-hbase.jar 
phoenix-assembly-4.3.0-SNAPSHOT-tests.jar
phoenix-4.3.0-SNAPSHOT-client.jar
{code}

Output is here:

{code}
jtaylor-ltm3:dev jtaylor$ git clone 
https://git-wip-us.apache.org/repos/asf/phoenix.git
Cloning into 'phoenix'...
remote: Counting objects: 38075, done.
remote: Compressing objects: 100% (18864/18864), done.
remote: Total 38075 (delta 19468), reused 30332 (delta 14069)
Receiving objects: 100% (38075/38075), 7.39 MiB | 6.05 MiB/s, done.
Resolving deltas: 100% (19468/19468), done.
Checking connectivity... done.
jtaylor-ltm3:dev jtaylor$ cd phoenix
jtaylor-ltm3:phoenix jtaylor$ git checkout 4.0
Branch 4.0 set up to track remote branch 4.0 from origin.
Switched to a new branch '4.0'
jtaylor-ltm3:phoenix jtaylor$ mvn -DskipTests package
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for 
org.apache.phoenix:phoenix-core:jar:4.3.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found 
duplicate declaration of plugin 
org.apache.maven.plugins:maven-dependency-plugin @ line 204, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten 
the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support 
building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Phoenix
[INFO] Phoenix Core
[INFO] Phoenix - Flume
[INFO] Phoenix - Pig
[INFO] Phoenix Assembly
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Phoenix 4.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ phoenix ---
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ phoenix ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ phoenix ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: 
/Users/jtaylor/dev/phoenix/target/phoenix-4.3.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ 
phoenix ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Phoenix Core 4.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-test-source (add-test-source) @ 
phoenix-core ---
[INFO] Test Source directory: 
/Users/jtaylor/dev/phoenix/phoenix-core/src/it/java added.
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-test-resource 
(add-test-resource) @ phoenix-core ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-source (add-source) @ 
phoenix-core ---
[INFO] Source directory: 
/Users/jtaylor/dev/phoenix/phoenix-core/target/generated-sources/antlr3 added.
[INFO] Source directory: 
/Users/jtaylor/dev/phoenix/phoenix-core/src/main/antlr3 added.
[INFO] 
[INFO] --- antlr3-maven-plugin:3.5:antlr (default) @ phoenix-core ---
[INFO] ANTLR: Processing source directory 
/Users/jtaylor/dev/phoenix/phoenix-core/src/main/antlr3
ANTLR Parser Generator  Version 3.5
Output file 
/Users/jtaylor/dev/phoenix/phoenix-core/target/generated-sources/antlr3/org/apache/phoenix/parse/PhoenixSQLParser.java
 does not exist: must build 
/Users/jtaylor/dev/phoenix/phoenix-core/src/main/antlr3/PhoenixSQL.g
PhoenixSQL.g
[INFO] 
[INFO] --- maven-dependency-plugin:2.1:build-classpath 
(create-phoenix-generated-classpath) @ phoenix-core ---
[INFO] Wrote classpath file 
'/Users/jtaylor/dev/phoenix/phoenix-core/target/cached_classpath.txt'.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ phoenix-core 
---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
phoenix-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource to META-INF/services
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ phoenix-core 
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 754 source files to 
/Users/jtaylor/dev/phoenix/phoenix-core/target/classes
[WARNING] 
/Users/jtaylor/dev/phoenix/phoenix-core/src/main/java/org/apache/phoenix/mapreduce/CsvBulkLoadTool.java:
 Some input files use or override a deprecated API.
[WARNING] 
/Users/jtaylor/dev/phoenix/phoenix-core/src/main/java/org/apache/phoenix/mapreduce/CsvBulkLoadTool.java:
 Recompile with -Xlint:deprecation for details.
[WARNING] 
/Users/jtaylor/dev/phoenix/phoenix-core/src/main/java/org/apache/phoenix/schema/types/PDataType.java:
 Some input files use unchecked or unsafe operations.
[WARNING] 
/Users/jtaylor/dev/phoenix/phoenix-core/src/main/java/org/apache/phoenix/schema/types/PDataType.java:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-dependency-plugin:2.1:build-classpath 
(create-mrapp-generated-classpath) @ phoenix-core ---
[INFO] Wrote classpath file 
'/Users/jtaylor/dev/phoenix/phoenix-core/target/classes/mrapp-generated-classpath'.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
phoenix-core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ 
phoenix-core ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 273 source files to 
/Users/jtaylor/dev/phoenix/phoenix-core/target/test-classes
[WARNING] 
/Users/jtaylor/dev/phoenix/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/DropViewIT.java:
 Some input files use or override a deprecated API.
[WARNING] 
/Users/jtaylor/dev/phoenix/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/DropViewIT.java:
 Recompile with -Xlint:deprecation for details.
[WARNING] 
/Users/jtaylor/dev/phoenix/phoenix-core/src/test/java/org/apache/phoenix/query/BaseTest.java:
 Some input files use unchecked or unsafe operations.
[WARNING] 
/Users/jtaylor/dev/phoenix/phoenix-core/src/test/java/org/apache/phoenix/query/BaseTest.java:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.18:test (default-test) @ phoenix-core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ 
phoenix-core ---
[INFO] Building jar: 
/Users/jtaylor/dev/phoenix/phoenix-core/target/phoenix-core-4.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ phoenix-core ---
[INFO] Building jar: 
/Users/jtaylor/dev/phoenix/phoenix-core/target/phoenix-core-4.3.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ phoenix-core ---
[INFO] Building jar: 
/Users/jtaylor/dev/phoenix/phoenix-core/target/phoenix-core-4.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ 
phoenix-core ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.5.2:single (core) @ phoenix-core ---
[INFO] Reading assembly descriptor: src/build/phoenix-core.xml
[WARNING] Artifact: org.apache.phoenix:phoenix-core:jar:4.3.0-SNAPSHOT 
references the same file as the assembly destination file. Moving it to a 
temporary location for inclusion.
[INFO] Building jar: 
/Users/jtaylor/dev/phoenix/phoenix-core/target/phoenix-core-4.3.0-SNAPSHOT.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Phoenix - Flume 4.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-test-source (add-test-source) @ 
phoenix-flume ---
[INFO] Test Source directory: 
/Users/jtaylor/dev/phoenix/phoenix-flume/src/it/java added.
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-test-resource 
(add-test-resource) @ phoenix-flume ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ phoenix-flume 
---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
phoenix-flume ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/Users/jtaylor/dev/phoenix/phoenix-flume/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ phoenix-flume 
---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to 
/Users/jtaylor/dev/phoenix/phoenix-flume/target/classes
[INFO] 
[INFO] --- maven-dependency-plugin:2.1:build-classpath 
(create-mrapp-generated-classpath) @ phoenix-flume ---
[INFO] Wrote classpath file 
'/Users/jtaylor/dev/phoenix/phoenix-flume/target/classes/mrapp-generated-classpath'.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
phoenix-flume ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/Users/jtaylor/dev/phoenix/phoenix-flume/src/test/resources
[INFO] skip non existing resourceDirectory 
/Users/jtaylor/dev/phoenix/phoenix-flume/src/it/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ 
phoenix-flume ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to 
/Users/jtaylor/dev/phoenix/phoenix-flume/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.18:test (default-test) @ phoenix-flume ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ 
phoenix-flume ---
[INFO] Building jar: 
/Users/jtaylor/dev/phoenix/phoenix-flume/target/phoenix-flume-4.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ phoenix-flume ---
[INFO] Building jar: 
/Users/jtaylor/dev/phoenix/phoenix-flume/target/phoenix-flume-4.3.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ phoenix-flume ---
[INFO] Building jar: 
/Users/jtaylor/dev/phoenix/phoenix-flume/target/phoenix-flume-4.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ 
phoenix-flume ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Phoenix - Pig 4.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-test-source (add-test-source) @ 
phoenix-pig ---
[INFO] Test Source directory: 
/Users/jtaylor/dev/phoenix/phoenix-pig/src/it/java added.
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:add-test-resource 
(add-test-resource) @ phoenix-pig ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ phoenix-pig ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ 
phoenix-pig ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/Users/jtaylor/dev/phoenix/phoenix-pig/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:compile (default-compile) @ phoenix-pig ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 8 source files to 
/Users/jtaylor/dev/phoenix/phoenix-pig/target/classes
[INFO] 
[INFO] --- maven-dependency-plugin:2.1:build-classpath 
(create-mrapp-generated-classpath) @ phoenix-pig ---
[INFO] Wrote classpath file 
'/Users/jtaylor/dev/phoenix/phoenix-pig/target/classes/mrapp-generated-classpath'.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ 
phoenix-pig ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
/Users/jtaylor/dev/phoenix/phoenix-pig/src/test/resources
[INFO] skip non existing resourceDirectory 
/Users/jtaylor/dev/phoenix/phoenix-pig/src/it/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.0:testCompile (default-testCompile) @ 
phoenix-pig ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to 
/Users/jtaylor/dev/phoenix/phoenix-pig/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.18:test (default-test) @ phoenix-pig ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ phoenix-pig 
---
[INFO] Building jar: 
/Users/jtaylor/dev/phoenix/phoenix-pig/target/phoenix-pig-4.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ phoenix-pig ---
[INFO] Building jar: 
/Users/jtaylor/dev/phoenix/phoenix-pig/target/phoenix-pig-4.3.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ phoenix-pig ---
[INFO] Building jar: 
/Users/jtaylor/dev/phoenix/phoenix-pig/target/phoenix-pig-4.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ 
phoenix-pig ---
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Phoenix Assembly 4.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ 
phoenix-assembly ---
[INFO] 
[INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ 
phoenix-assembly ---
[INFO] 
[INFO] --- maven-jar-plugin:2.4:test-jar (default) @ phoenix-assembly ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: 
/Users/jtaylor/dev/phoenix/phoenix-assembly/target/phoenix-assembly-4.3.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- maven-assembly-plugin:2.5.2:single (client) @ phoenix-assembly ---
[INFO] Reading assembly descriptor: src/build/client.xml
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:4.3.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:4.3.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:4.3.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:4.3.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:4.3.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[INFO] Building jar: 
/Users/jtaylor/dev/phoenix/phoenix-assembly/target/phoenix-4.3.0-SNAPSHOT-client.jar
[INFO] 
[INFO] --- maven-assembly-plugin:2.5.2:single (package-to-tar) @ 
phoenix-assembly ---
[INFO] Reading assembly descriptor: src/build/package-to-tar-all.xml
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:4.3.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:4.3.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:4.3.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[INFO] Building tar: 
/Users/jtaylor/dev/phoenix/phoenix-assembly/target/phoenix-4.3.0-SNAPSHOT.tar.gz
[INFO] 
[INFO] --- maven-assembly-plugin:2.5.2:single (package-to-source-tar) @ 
phoenix-assembly ---
[INFO] Reading assembly descriptor: src/build/src.xml
[INFO] Processing sources for module project: 
org.apache.phoenix:phoenix-core:jar:4.3.0-SNAPSHOT
[INFO] Processing sources for module project: 
org.apache.phoenix:phoenix-flume:jar:4.3.0-SNAPSHOT
[INFO] Processing sources for module project: 
org.apache.phoenix:phoenix-pig:jar:4.3.0-SNAPSHOT
[INFO] Processing sources for module project: 
org.apache.phoenix:phoenix-assembly:pom:4.3.0-SNAPSHOT
[INFO] Building tar: 
/Users/jtaylor/dev/phoenix/phoenix-assembly/target/phoenix-4.3.0-SNAPSHOT-source.tar.gz
[INFO] 
[INFO] --- maven-assembly-plugin:2.5.2:single (client-minimal) @ 
phoenix-assembly ---
[INFO] Reading assembly descriptor: src/build/client-without-hbase.xml
[INFO] Reading assembly descriptor: src/build/client-minimal.xml
[INFO] Reading assembly descriptor: src/build/server.xml
[INFO] Reading assembly descriptor: src/build/server-without-antlr.xml
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:4.3.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:4.3.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:4.3.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[INFO] Building jar: 
/Users/jtaylor/dev/phoenix/phoenix-assembly/target/phoenix-4.3.0-SNAPSHOT-client-without-hbase.jar
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:4.3.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:4.3.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[INFO] Building jar: 
/Users/jtaylor/dev/phoenix/phoenix-assembly/target/phoenix-4.3.0-SNAPSHOT-client-minimal.jar
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:4.3.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:4.3.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[INFO] Building jar: 
/Users/jtaylor/dev/phoenix/phoenix-assembly/target/phoenix-4.3.0-SNAPSHOT-server.jar
[WARNING] Cannot include project artifact: 
org.apache.phoenix:phoenix-assembly:pom:4.3.0-SNAPSHOT; it doesn't have an 
associated file or directory.
[INFO] Building jar: 
/Users/jtaylor/dev/phoenix/phoenix-assembly/target/phoenix-4.3.0-SNAPSHOT-server-without-antlr.jar
[INFO] 
[INFO] --- maven-site-plugin:3.2:attach-descriptor (attach-descriptor) @ 
phoenix-assembly ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Phoenix .................................... SUCCESS [1.523s]
[INFO] Phoenix Core ...................................... SUCCESS [24.479s]
[INFO] Phoenix - Flume ................................... SUCCESS [1.453s]
[INFO] Phoenix - Pig ..................................... SUCCESS [1.018s]
[INFO] Phoenix Assembly .................................. SUCCESS [15.858s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 44.695s
[INFO] Finished at: Fri Jan 30 19:23:57 PST 2015
[INFO] Final Memory: 92M/887M
[INFO] ------------------------------------------------------------------------
jtaylor-ltm3:phoenix jtaylor$ ls phoenix-assembly/target/
archive-tmp                                     
phoenix-4.3.0-SNAPSHOT-server-without-antlr.jar
maven-archiver                                  
phoenix-4.3.0-SNAPSHOT-server.jar
maven-shared-archive-resources                  
phoenix-4.3.0-SNAPSHOT-source.tar.gz
phoenix-4.3.0-SNAPSHOT-client-minimal.jar       phoenix-4.3.0-SNAPSHOT.tar.gz
phoenix-4.3.0-SNAPSHOT-client-without-hbase.jar 
phoenix-assembly-4.3.0-SNAPSHOT-tests.jar
phoenix-4.3.0-SNAPSHOT-client.jar
{code}

> CsvBulkLoadTool is failing with IAE when local index specified for 
> --index-table parameter
> ------------------------------------------------------------------------------------------
>
>                 Key: PHOENIX-1248
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1248
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.1
>            Reporter: rajeshbabu
>            Assignee: Rajeshbabu Chintaguntla
>             Fix For: 5.0.0, 4.3
>
>         Attachments: PHOENIX-1248.patch, p1248_0.log
>
>
> {code}
> 14/09/11 22:38:11 INFO mapreduce.HFileOutputFormat2: Writing partition 
> information to /tmp/partitions_81e2ee23-836c-4eae-b413-ac6bd6a96623
> 14/09/11 22:38:11 ERROR mapreduce.CsvBulkLoadTool: Import job on 
> table=TEST_IDX failed due to exception:java.lang.IllegalArgumentException: No 
> regions passed
> 14/09/11 22:38:11 INFO client.HConnectionManager$HConnectionImplementation: 
> Closing zookeeper sessionid=0x148123145090287
> {code}



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

Reply via email to