[
https://issues.apache.org/jira/browse/SQOOP-2849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15169854#comment-15169854
]
Sqoop QA bot commented on SQOOP-2849:
-------------------------------------
Testing file
[SQOOP-2849.patch|https://issues.apache.org/jira/secure/attachment/12790191/SQOOP-2849.patch]
against branch sqoop2 took 1:22:12.028297.
{color:green}Overall:{color} +1 all checks pass
{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:green}SUCCESS:{color} All unit tests passed (executed 1702 tests)
{color:green}SUCCESS:{color} Test coverage did not decreased
([report|https://builds.apache.org/job/PreCommit-SQOOP-Build/2251/artifact/patch-process/cobertura_report.txt])
{color:green}SUCCESS:{color} No new findbugs warnings
([report|https://builds.apache.org/job/PreCommit-SQOOP-Build/2251/artifact/patch-process/findbugs_report.txt])
{color:green}SUCCESS:{color} All integration tests passed (executed 211 tests)
Console output is available
[here|https://builds.apache.org/job/PreCommit-SQOOP-Build/2251/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)