> On 20 Jun 2015, at 17:37, Ashish Soni <asoni.le...@gmail.com> wrote:
> 
> Can any one help i am getting below error when i try to start the History 
> Server 
> I do not see any org.apache.spark.deploy.yarn.history.pakage inside the 
> assembly jar not sure how to get that.... 
> 
> java.lang.ClassNotFoundException: 
> org.apache.spark.deploy.yarn.history.YarnHistoryProvider
> 
> 
> Thanks,
> Ashish

That new class comes when the SPARK-1537 patch comes in...it's getting close. 
What's probably happening is that you've got a configuration with 
"spark.history.provider" set to that class, but not the implementation in your 
JAR. Unset that property in your spark configuration and all should be well.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to