Skip to content

Commit

Permalink
Algolia Spark task serialization fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brainoutsource committed Aug 29, 2017
1 parent dc53164 commit f45d43a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class AlgoliaDataImportHandler(
override val configRelativeDir: File,

targetAlgolia: AlgoliaTargetConnection
) : StatementDataImportHandler {
) : StatementDataImportHandler, Serializable {

val options = mapOf(
"algolia.write.applicationid" to targetAlgolia.applicationId,
Expand Down

0 comments on commit f45d43a

Please sign in to comment.