[
https://issues.apache.org/jira/browse/PHOENIX-3134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15782359#comment-15782359
]
Hadoop QA commented on PHOENIX-3134:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12844890/PHOENIX-3134.patch
against master branch at commit 07f92732f9c6d2d9464012cebeb4cefc10da95d5.
ATTACHMENT ID: 12844890
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 9 new
or modified tests.
{color:red}-1 javac{color}. The patch appears to cause mvn compile goal to
fail .
Compilation errors resume:
[ERROR] COMPILATION ERROR :
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-PHOENIX-Build/phoenix-core/src/test/java/org/apache/phoenix/mapreduce/CsvBulkImportUtilTest.java:[44,26]
method initCsvImportJob in class
org.apache.phoenix.mapreduce.CsvBulkImportUtil cannot be applied to given types;
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.0:testCompile
(default-testCompile) on project phoenix-core: Compilation failure
[ERROR]
/home/jenkins/jenkins-slave/workspace/PreCommit-PHOENIX-Build/phoenix-core/src/test/java/org/apache/phoenix/mapreduce/CsvBulkImportUtilTest.java:[44,26]
method initCsvImportJob in class
org.apache.phoenix.mapreduce.CsvBulkImportUtil cannot be applied to given types;
[ERROR] required:
org.apache.hadoop.conf.Configuration,char,char,char,java.lang.String,java.lang.String
[ERROR] found: org.apache.hadoop.conf.Configuration,char,char,char,<nulltype>
[ERROR] reason: actual and formal argument lists differ in length
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :phoenix-core
Console output:
https://builds.apache.org/job/PreCommit-PHOENIX-Build/710//console
This message is automatically generated.
> varbinary fields bulk load difference between MR/psql and upserts
> -----------------------------------------------------------------
>
> Key: PHOENIX-3134
> URL: https://issues.apache.org/jira/browse/PHOENIX-3134
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Sergey Soldatov
> Assignee: Ankit Singhal
> Fix For: 4.10.0
>
> Attachments: PHOENIX-3134.patch
>
>
> At the moment we have strange difference between how MR/psql upload and
> upsert handles varbinary. MR/ psql expects that it's base64 encoded whereas
> upsert takes input as a string. Should we add an option to load it as a plain
> data or base64 in MR/psql?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)