zingg-0.3.4-SNAPSHOT-spark-3.1.2 #419
Replies: 4 comments 3 replies
-
|
@sonalgoyal Following the (https://www.zingg.ai/documentation-article/identity-resolution-on-databricks-for-customer-360) blog and when running the jar in the end for trainMatch phase. It is failing with below error. props={location=models/100/trainingData//marked/} is not correct path. It seems when this path is getting generated using the jar code is adding extra slash between trainingData and marked. |
Beta Was this translation helpful? Give feedback.
-
|
check https://github.com/zinggAI/zingg/blob/main/examples/databricks/FebrlExample.ipynb using Zingg 0.4.0 and DBR 14.2 |
Beta Was this translation helpful? Give feedback.
-
|
@sonalgoyal Tried running the notebook with DBR 14.2 and the notebooks is failing where the arguments object to be created with the below error.- TypeError: 'JavaPackage' object is not callableTypeError Traceback (most recent call last) |
Beta Was this translation helpful? Give feedback.
-
|
Java package is not callable happens when the Zingg python api can not find the Zingg jar. Please check if the jar is part of the cluster library |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Release with
a. Python interface
b. Stopwords
c. New match types - email, pin etc
d. Support for integers, doubles and dates
This discussion was created from the release zingg-0.3.4-SNAPSHOT-spark-3.1.2.
Beta Was this translation helpful? Give feedback.
All reactions