[
https://issues.apache.org/jira/browse/HIVE-10078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14380323#comment-14380323
]
Prasanth Jayachandran commented on HIVE-10078:
----------------------------------------------
[~hagleitn] Can you take a look at the failures? I suspect its because of
hiveconf.getLongVar(). The default value should be "0L" instead of "0" I guess.
Here is the exception
{code}
Caused by: java.lang.RuntimeException: Map operator initialization failed
at
org.apache.hadoop.hive.ql.exec.mr.ExecMapper.configure(ExecMapper.java:140)
... 23 more
Caused by: java.lang.AssertionError: hive.log.every.n.records
at org.apache.hadoop.hive.conf.HiveConf.getLongVar(HiveConf.java:2408)
at
org.apache.hadoop.hive.ql.exec.MapOperator.initializeMapOperator(MapOperator.java:432)
at
org.apache.hadoop.hive.ql.exec.mr.ExecMapper.configure(ExecMapper.java:119)
... 23 more
{code}
> Optionally allow logging of records processed in fixed intervals
> ----------------------------------------------------------------
>
> Key: HIVE-10078
> URL: https://issues.apache.org/jira/browse/HIVE-10078
> Project: Hive
> Issue Type: Bug
> Reporter: Gunther Hagleitner
> Assignee: Gunther Hagleitner
> Attachments: HIVE-10078.1.patch
>
>
> Tasks today log progress (records in/records out) on an exponential scale (1,
> 10, 100, ...). Sometimes it's helpful to be able to switch to fixed interval.
> That can help debugging certain issues that look like a hang, etc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)