- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2019 07:31 AM
Hi Folks,
We are working on production Databricks project using Mleap.
when run below code on databricks, it throws error like " 'JavaPackage' object is not callable"
code :
import mleap.pyspark from mleap.pyspark.spark_support import SimpleSparkSerializer model.serializeToBundle("jar:file:/databricks/mleap_python_model_export/20news_pipeline-json.zip", sparkTransformed)Error:
TypeError: 'JavaPackage' object is not callablePlease help me with this.
Thanks
Srinivas
- Labels:
-
Data Ingestion & connectivity
-
Python
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2019 11:14 PM
Hi @Seenu45 ,
Please go through this GitHub issue, it is also same issue,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2019 11:14 PM
Hi @Seenu45 ,
Please go through this GitHub issue, it is also same issue,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2019 01:41 AM
Thanks syamspr. it is working now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2020 04:04 AM
How did you solve it? It seems the link did not provide any good answers.

