Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Switch to other serialization format #42

Open
adersberger opened this issue Apr 24, 2016 · 0 comments
Open

Switch to other serialization format #42

adersberger opened this issue Apr 24, 2016 · 0 comments
Milestone

Comments

@adersberger
Copy link
Contributor

  • Allow serialization in memory or on disk
  • Use Kryo as tried before or use another format like ByteArray or Apache Arrow.

conf.set("spark.serializer", "org.apache.spark.serializer.KryoSerializer"); conf.registerKryoClasses(new Class[]{ MetricTimeSeries.class, MetricObservation.class, MetricDimensions.class, MetricTimeSeriesKey.class, MetricTimeSeriesOrdering.class, FilterObservationByTimestamp.class, ChronixRDD.class, ChronixSparkContext.class, ChronixSolrCloudStorage.class});

@adersberger adersberger added this to the 0.4 milestone Apr 24, 2016
@adersberger adersberger modified the milestones: 1.0, 0.4 Jul 20, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant