You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by lk_spark <lk...@163.com> on 2017/05/15 07:52:33 UTC

spark on yarn cluster model can't use saveAsTable ?

hi,all:
        I have a test under spark2.1.0 , which read txt files as DataFrame and save to hive . When I submit the app jar with yarn client model it works well , but If I submit with cluster model , it will not create table and write data , and I didn't find any error log ... can anybody give me some clue?

2017-05-15


lk_spark