Github user scwf commented on the pull request:
https://github.com/apache/spark/pull/2685#issuecomment-61040412
yeah, in hive-0.13.1
https://github.com/apache/hive/blob/release-0.13.1/ql/src/java/org/apache/hadoop/hive/ql/exec/Utilities.java#L186
using
```com.esotericsoftware.shaded.org.objenesis.strategy.InstantiatorStrategy```,
while in com.twitter:chill_2.10:0.3.6 using
```org.objenesis.strategy.InstantiatorStrategy```
```
class EmptyScalaKryoInstantiator extends KryoInstantiator {
override def newKryo = {
val k = new KryoBase
k.setRegistrationRequired(false)
k.setInstantiatorStrategy(new
org.objenesis.strategy.StdInstantiatorStrategy)
k
}
}
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]