Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KryoSerializer doesn't work in LDADriver #25

Closed
bhoppi opened this issue Aug 20, 2015 · 3 comments
Closed

KryoSerializer doesn't work in LDADriver #25

bhoppi opened this issue Aug 20, 2015 · 3 comments

Comments

@bhoppi
Copy link
Contributor

bhoppi commented Aug 20, 2015

No description provided.

@bhoppi
Copy link
Contributor Author

bhoppi commented Sep 11, 2015

It is done.

@hucheng
Copy link
Contributor

hucheng commented Sep 12, 2015

Great. Please share here the root cause analysis and the corresponding fix.

@bhoppi
Copy link
Contributor Author

bhoppi commented Sep 16, 2015

The Spark conf setting "spark.kryo.classesToRegister" does not work. We call:

val conf: SparkConf
conf.registerKryoClasses(Array(classOf[BSV], classOf[BDV], ...))

which works.

@bhoppi bhoppi closed this as completed Jul 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants