You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Sqoop QA bot (JIRA)" <ji...@apache.org> on 2016/02/26 07:35:18 UTC

[jira] [Commented] (SQOOP-2849) Sqoop2: Job failure when writing parquet in hdfs with data coming from mysql

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

Sqoop QA bot commented on SQOOP-2849:
-------------------------------------

Testing file [SQOOP-2849.patch|https://issues.apache.org/jira/secure/attachment/12790065/SQOOP-2849.patch] against branch sqoop2 took 1:23:38.370607.

{color:red}Overall:{color} -1 due to an error(s), see details below:

{color:green}SUCCESS:{color} Clean was successful
{color:green}SUCCESS:{color} Patch applied correctly
{color:green}SUCCESS:{color} Patch add/modify test case
{color:green}SUCCESS:{color} License check passed
{color:green}SUCCESS:{color} Patch compiled
{color:red}ERROR:{color} Some of unit tests failed ([report|https://builds.apache.org/job/PreCommit-SQOOP-Build/2250/artifact/patch-process/test_unit.txt], executed 1623 tests)
* Test {{org.apache.sqoop.shell.TestShowCommand}}


{color:green}SUCCESS:{color} Test coverage did not decreased ([report|https://builds.apache.org/job/PreCommit-SQOOP-Build/2250/artifact/patch-process/cobertura_report.txt])
{color:green}SUCCESS:{color} No new findbugs warnings ([report|https://builds.apache.org/job/PreCommit-SQOOP-Build/2250/artifact/patch-process/findbugs_report.txt])
{color:red}ERROR:{color} Some of integration tests failed ([report|https://builds.apache.org/job/PreCommit-SQOOP-Build/2250/artifact/patch-process/test_integration.txt], executed 0 tests)
* Test {{org.apache.sqoop.shell.TestShowCommand}}



Console output is available [here|https://builds.apache.org/job/PreCommit-SQOOP-Build/2250/console].

This message is automatically generated.

> Sqoop2: Job failure when writing parquet in hdfs with data coming from mysql
> ----------------------------------------------------------------------------
>
>                 Key: SQOOP-2849
>                 URL: https://issues.apache.org/jira/browse/SQOOP-2849
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.99.6
>            Reporter: Abraham Fine
>            Assignee: Abraham Fine
>         Attachments: SQOOP-2849.patch
>
>
> stack trace:
> {code}
> org.apache.sqoop.common.SqoopException: CORE_0000:An unknown error has occurred
> 	at org.apache.sqoop.utils.ClassUtils.executeWithClassLoader(ClassUtils.java:286)
> 	at org.apache.sqoop.job.mr.SqoopOutputFormatLoadExecutor$ConsumerThread.run(SqoopOutputFormatLoadExecutor.java:256)
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> 	at java.lang.Thread.run(Thread.java:745)
> Caused by: org.apache.avro.SchemaParseException: Illegal initial character: `service_point`
> 	at org.apache.avro.Schema.validateName(Schema.java:1138)
> 	at org.apache.avro.Schema.access$200(Schema.java:80)
> 	at org.apache.avro.Schema$Name.<init>(Schema.java:486)
> 	at org.apache.avro.Schema.createRecord(Schema.java:160)
> 	at org.apache.sqoop.connector.common.SqoopAvroUtils.createAvroSchema(SqoopAvroUtils.java:50)
> 	at org.apache.sqoop.connector.idf.AVROIntermediateDataFormat.<init>(AVROIntermediateDataFormat.java:74)
> 	at org.apache.sqoop.connector.hdfs.hdfsWriter.HdfsParquetWriter.initialize(HdfsParquetWriter.java:40)
> 	at org.apache.sqoop.connector.hdfs.HdfsLoader$1.run(HdfsLoader.java:93)
> 	at org.apache.sqoop.connector.hdfs.HdfsLoader$1.run(HdfsLoader.java:60)
> 	at java.security.AccessController.doPrivileged(Native Method)
> 	at javax.security.auth.Subject.doAs(Subject.java:415)
> 	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1671)
> 	at org.apache.sqoop.connector.hdfs.HdfsLoader.load(HdfsLoader.java:60)
> 	at org.apache.sqoop.connector.hdfs.HdfsLoader.load(HdfsLoader.java:45)
> 	at org.apache.sqoop.job.mr.SqoopOutputFormatLoadExecutor$ConsumerThread$1.call(SqoopOutputFormatLoadExecutor.java:276)
> 	at org.apache.sqoop.job.mr.SqoopOutputFormatLoadExecutor$ConsumerThread$1.call(SqoopOutputFormatLoadExecutor.java:257)
> 	at org.apache.sqoop.utils.ClassUtils.executeWithClassLoader(ClassUtils.java:281)
> 	... 6 more
> {code}



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