Thanks Abhishek.
Will it work on hive acid table which is not compacted ? i.e table having
base and delta files?
Let’s say hive acid table customer
Create table customer(customer_id int, customer_name string, customer_email
string) cluster by customer_id buckets 10 location ‘/test/customer’
tabl
What are you doing? Give more details o what are you doing
On Wed, May 30, 2018 at 12:58 PM Arun Hive
wrote:
>
> Hi
>
> While running my spark job component i am getting the following exception.
> Requesting for your help on this:
> Spark core version -
> spark-core_2.10-2.1.1
>
> Spark streamin