Re: OptionalDataException in spark

2019-12-13 Thread Ravi Aggarwal
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

Unsubscribe

2019-12-13 Thread Amit Jain
Unsubscribe

Hive External Table Partiton Data Type.

2019-12-13 Thread SB M
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