You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Rui Li (JIRA)" <ji...@apache.org> on 2016/11/07 08:52:58 UTC

[jira] [Created] (HIVE-15139) HoS local mode fails with NumberFormatException

Rui Li created HIVE-15139:
-----------------------------

             Summary: HoS local mode fails with NumberFormatException
                 Key: HIVE-15139
                 URL: https://issues.apache.org/jira/browse/HIVE-15139
             Project: Hive
          Issue Type: Bug
            Reporter: Rui Li
            Assignee: Rui Li


It's because we store {{stageId_attemptNum}} in JobMetricsListener but expect only {{stageId}} in LocalSparkJobStatus.
{noformat}
java.lang.NumberFormatException: For input string: "0_0"
	at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
	at java.lang.Integer.parseInt(Integer.java:580)
	at java.lang.Integer.parseInt(Integer.java:615)
	at org.apache.hadoop.hive.ql.exec.spark.status.impl.LocalSparkJobStatus.getSparkStatistics(LocalSparkJobStatus.java:146)
	at org.apache.hadoop.hive.ql.exec.spark.SparkTask.execute(SparkTask.java:104)
	at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:199)

{noformat}



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