I am receiving the below error when I run Zingg on Microsoft Fabric environment on the execution of line zingg.initAndExecute().
To Reproduce
Steps to reproduce the behavior:
-
Start executing the Zingg code on Fabric environment.
-
Keep on executing till you reach the following code.
options = ClientOptions([ClientOptions.PHASE,"findTrainingData"])
#Zingg execution for the given phase
zingg = ZinggWithSpark(args, options)
print(args)
print(options)
print(zingg)
zingg.initAndExecute()
-
The execution of above code gives the following error
Py4JJavaError: An error occurred while calling o6675.execute.
: scala.NotImplementedError: an implementation is missing
Screenshots
Environment Used
- Fabric Spark Runtime: 1.3
- Zingg 0.5.0.jar
- Zingg 0.5.0
- Tabulate 0.9