serializeToBundle object issue
- Dominant language
- Shell
- Stars
- 15
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
If running the code as above, there's an issue with featurePipeline.serializeToBundle("jar:file:/tmp/pyspark.example.zip"). AttributeError: 'Pipeline' object has no attribute 'serializeToBundle'.
If use the following code:
`featurePipeline2 = featurePipeline.fit(df2)
featurePipeline2.serializeToBundle("jar:file:/tmp/pyspark.example.zip")`
There is an error with self._java_obj = _jvm().ml.combust.mleap.spark.SimpleSparkSerializer(), saying "TypeError: 'JavaPackage' object is not callable"
How to solve it?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the Python pipeline calls to serializeToBundle and the SimpleSparkSerializer initialization shown in the issue. Review the surrounding comment thread for the supported MLeap/Spark setup and document the correct invocation and dependency guidance once the example works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, spark
- Domain
- data-engineering, documentation
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100