Exception with fields removed:
Error: java.lang.RuntimeException:
org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while
processing row {
at org.apache.hadoop.hive.ql.exec.MapOperator.process(MapOperator.java:544)
at org.apache.hadoop.hive.ql.exec.mr.ExecMapper.map(ExecMapper.
Hive .12 on Hadoop 2
I have a table with a mix of STRING and DECIMAL fields that is stored as
ORC no compression or partitions.
I wanted to create a copy of this table with CTAS, stored also as ORC.
The job fails with NumberFormatException at the HiveDecimal class but I
can't narrow it down the th