[
https://issues.apache.org/jira/browse/HIVE-22207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16941718#comment-16941718
]
Hive QA commented on HIVE-22207:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12981847/HIVE-22207.2.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 17016 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/18807/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/18807/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-18807/
Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.YetusPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12981847 - PreCommit-HIVE-Build
> Tez: SplitGenerator throws NumberFormatException when "dfs.block.size" on
> cluster is "128m"
> -------------------------------------------------------------------------------------------
>
> Key: HIVE-22207
> URL: https://issues.apache.org/jira/browse/HIVE-22207
> Project: Hive
> Issue Type: Bug
> Components: Hive, Tez
> Affects Versions: 2.1.0, 3.1.0
> Reporter: Praneet Sharma
> Assignee: Naresh P R
> Priority: Major
> Attachments: HIVE-22207.1.patch, HIVE-22207.2.patch, HIVE-22207.patch
>
>
> When the value of "dfs.block.size" on the cluster is "128m" in place of
> actual bytes as Long, then Tez job fails with NumberFormatException:
> {code:java}
> java.lang.NumberFormatException: For input string: "128m" at
> java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
> at java.lang.Long.parseLong(Long.java:589) at
> java.lang.Long.parseLong(Long.java:631) at
> org.apache.hadoop.conf.Configuration.getLong(Configuration.java:1539) at
> org.apache.hadoop.hive.ql.exec.tez.HiveSplitGenerator.initialize(HiveSplitGenerator.java:194)
> at
> org.apache.tez.dag.app.dag.RootInputInitializerManager$InputInitializerCallable$1.run(RootInputInitializerManager.java:278)
> at
> org.apache.tez.dag.app.dag.RootInputInitializerManager$InputInitializerCallable$1.run(RootInputInitializerManager.java:269)
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)