Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic Spark code Fails validate #40

Open
alecuba16 opened this issue Apr 21, 2022 · 0 comments
Open

Dynamic Spark code Fails validate #40

alecuba16 opened this issue Apr 21, 2022 · 0 comments

Comments

@alecuba16
Copy link

When I create a pipeline in CDAP studio / data fusion and add a dynamic spark transformation with spark scala code inside. A simple

def transform(df: DataFrame) : DataFrame = {
  df
}

Fails the validation.

The validation error is:

Errors
org.apache.spark.api.java.function.Function

What is the problem?

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant