Hi,
We are encountering java OptionalDataException in one of our spark jobs.
All the tasks of a stage passes (or atleast we do not see any error), but stage
fails with above exception while getting task result.
And and this exception gets printed on driver.
Any pointers in this regard would be h
Unsubscribe
Hi All,
Am trying to create a dynamic partition with external table on hive
metastore using spark sql.
when am trying to create a partition column data type as bigint, partition
is not working even i tried with repair table. data is not shown when i ran
sample query select * from table.
but i