Skip to content

Error while running Zingg on Fabric (An error occurred while calling o6675.execute.) #1209

@mandeepsb

Description

@mandeepsb

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:

  1. Start executing the Zingg code on Fabric environment.

  2. 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()

  3. The execution of above code gives the following error
    Py4JJavaError: An error occurred while calling o6675.execute.
    : scala.NotImplementedError: an implementation is missing

Screenshots

Image Image

Environment Used

  • Fabric Spark Runtime: 1.3
  • Zingg 0.5.0.jar
  • Zingg 0.5.0
  • Tabulate 0.9

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions