[
https://issues.apache.org/jira/browse/HIVE-12432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15008386#comment-15008386
]
Nemon Lou commented on HIVE-12432:
----------------------------------
Spark log shows that the counters for output has been ignored :
{code}
counter[HIVE, RECORDS_OUT_1_default.test] has not initialized before. |
org.apache.hive.spark.counter.SparkCounters.increment(SparkCounters.java:81)
{code}
> Hive on Spark Counter "RECORDS_OUT" always be zero
> ---------------------------------------------------
>
> Key: HIVE-12432
> URL: https://issues.apache.org/jira/browse/HIVE-12432
> Project: Hive
> Issue Type: Bug
> Components: Spark, Statistics
> Affects Versions: 1.2.1
> Reporter: Nemon Lou
> Assignee: Nemon Lou
>
> A simple way to reproduce :
> set hive.execution.engine=spark;
> CREATE TABLE test(id INT);
> insert into test values (1) (2);
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)