[
https://issues.apache.org/jira/browse/PHOENIX-3346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15833166#comment-15833166
]
Josh Elser commented on PHOENIX-3346:
-------------------------------------
bq. 3. Added tez support to IT tests. Now we have a single set of tests that
executed for both MR and Tez.
This is pretty awesome!
I tried running the new tests {{mvn clean verify -Dit.test="Hive*IT"}} and they
are not passing. The JVM appears to be crashing:
{noformat}
Caused by: java.lang.RuntimeException: The forked VM terminated without
properly saying goodbye. VM crash or System.exit called?
Command was /bin/sh -c cd /Users/jelser/projects/phoenix.git/phoenix-hive &&
/Library/Java/JavaVirtualMachines/jdk1.8.0_45.jdk/Contents/Home/jre/bin/java
-enableassertions -Xmx2000m -XX:MaxPermSize=256m
-Djava.security.egd=file:/dev/./urandom
'-Djava.library.path=${hadoop.library.path}:/Users/jelser/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.'
-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./target/ -jar
/Users/jelser/projects/phoenix.git/phoenix-hive/target/surefire/surefirebooter1033061363721012190.jar
/Users/jelser/projects/phoenix.git/phoenix-hive/target/surefire/surefire4036485710539380932tmp
/Users/jelser/projects/phoenix.git/phoenix-hive/target/surefire/surefire_14462149970274711357tmp
at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:590)
at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:460)
at
org.apache.maven.plugin.surefire.booterclient.ForkStarter.access$400(ForkStarter.java:110)
at
org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:379)
at
org.apache.maven.plugin.surefire.booterclient.ForkStarter$2.call(ForkStarter.java:356)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
{noformat}
+1 from me regardless. We can deal with test-failures later -- it might just be
my machine.
> Hive PhoenixStorageHandler doesn't work well with column mapping
> ----------------------------------------------------------------
>
> Key: PHOENIX-3346
> URL: https://issues.apache.org/jira/browse/PHOENIX-3346
> Project: Phoenix
> Issue Type: Bug
> Reporter: Sergey Soldatov
> Assignee: Sergey Soldatov
> Labels: HivePhoenix
> Attachments: PHOENIX-3346-1.patch
>
>
> If column mapping is used during table creation, the hive table becomes
> unusable and throws UnknownColumn exception.
> There are several issues in the current implementation:
> 1. During table creation mapping doesn't applies to primary keys
> 2. During select query building no mapping happen
> 3. PhoenixRow should have backward mapping from phoenix column names to hive
> names.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)