Stratio / crossdata

DISCONTINUED - Easy access to big things. Library for Apache Spark extending and improving its capabilities
https://stratio.atlassian.net/wiki/display/PLATFORM/STRATIO+CROSSDATA
Apache License 2.0
169 stars 51 forks source link

[CROSSDATA-897] Fixed table model serialization runtime problems #823

Closed pfcoperez closed 7 years ago

pfcoperez commented 7 years ago

Description

This PR increases json4s version in order to catch up with Spark's dependencies. The mismatch between this artifact versions was the reason TableModel could not be serialized when persisting tables in the Zookeeper catalog

Testing