Questions tagged [wandisco]

2 questions
2
votes
0 answers

Spark submit on Yarn failing with: LeaseExpiredException No lease on /user/ck/.sparkStaging does not have open files

I'm launching a spark app on Yarn using spark-submit. It is failing with leaseExpiredException with the below stack trace for the keytab used to launch spark app. Cluster is Kerberos and Wandisco enabled. Any ideas on what could've caused this?…
chanakya
  • 21
  • 3
0
votes
1 answer

Wandisco: Creating a new replication rule via REST

How can I make an http POST request to create a new replication rule using the Wandisco REST API? The link to the documentation is here. The endpoint might look similar to this: http://wandiscofusionURL.com:8083/fusion/ .... I don't need help with…
user10364045