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

whitelist sparkdl #2087

Merged
merged 5 commits into from
Jul 10, 2024
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 89 additions & 0 deletions src/databricks/labs/ucx/source_code/known.json
Original file line number Diff line number Diff line change
Expand Up @@ -25511,6 +25511,95 @@
"spark-ocr": {
"sparkocr": []
},
"sparkdl": {
"sparkdl": [],
"sparkdl.estimators": [],
"sparkdl.estimators.keras_image_file_estimator": [
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ericvergnaud : I saw you removing this in another PR. Should it be here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What has been removed is:

  • 'not computed' advices
  • test modules
    So yes I believe it should be there

"code": "legacy-context-in-shared-clusters",
"message": "sc is not supported on UC Shared Clusters. Rewrite it using spark"
},
{
"code": "rdd-in-shared-clusters",
"message": "RDD APIs are not supported on UC Shared Clusters. Rewrite it using DataFrame API"
}
],
"sparkdl.estimators.msg_queue": [],
"sparkdl.estimators.text_estimator": [
{
"code": "legacy-context-in-shared-clusters",
"message": "sc and _conf are not supported on UC Shared Clusters. Rewrite it using spark.conf"
},
{
"code": "legacy-context-in-shared-clusters",
"message": "sc is not supported on UC Shared Clusters. Rewrite it using spark"
},
{
"code": "rdd-in-shared-clusters",
"message": "RDD APIs are not supported on UC Shared Clusters. Rewrite it using DataFrame API"
}
],
"sparkdl.exmaples.TFoSExample": [],
"sparkdl.exmaples": [],
"sparkdl.exmaples.sk_learn_example": [],
"sparkdl.graph": [],
"sparkdl.graph.builder": [],
"sparkdl.graph.pieces": [],
"sparkdl.graph.tensorframes_udf": [],
"sparkdl.graph.utils": [],
"sparkdl.image": [],
"sparkdl.image.imageIO": [
{
"code": "legacy-context-in-shared-clusters",
"message": "sc is not supported on UC Shared Clusters. Rewrite it using spark"
},
{
"code": "rdd-in-shared-clusters",
"message": "RDD APIs are not supported on UC Shared Clusters. Rewrite it using DataFrame API"
}
],
"sparkdl.nlp": [],
"sparkdl.nlp.model": [],
"sparkdl.nlp.model.text_cnn": [],
"sparkdl.nlp.text_analysis": [],
"sparkdl.param": [],
"sparkdl.param.image_params": [],
"sparkdl.param.shared_params": [],
"sparkdl.tf": [],
"sparkdl.tf.focal_loss": [],
"sparkdl.transformers": [],
"sparkdl.transformers.easy_feature": [],
"sparkdl.transformers.keras_applications": [],
"sparkdl.transformers.keras_image": [],
"sparkdl.transformers.keras_utils": [],
"sparkdl.transformers.named_image": [],
"sparkdl.transformers.tf_image": [],
"sparkdl.transformers.tf_text": [
{
"code": "legacy-context-in-shared-clusters",
"message": "sc and _conf are not supported on UC Shared Clusters. Rewrite it using spark.conf"
},
{
"code": "legacy-context-in-shared-clusters",
"message": "sc is not supported on UC Shared Clusters. Rewrite it using spark"
},
{
"code": "rdd-in-shared-clusters",
"message": "RDD APIs are not supported on UC Shared Clusters. Rewrite it using DataFrame API"
}
],
"sparkdl.transformers.utils": [],
"sparkdl.udf": [],
"sparkdl.udf.keras_image_model": [],
"sparkdl.utils": [],
"sparkdl.utils.jvmapi": [
{
"code": "jvm-access-in-shared-clusters",
"message": "Cannot access Spark Driver JVM on UC Shared Clusters"
}
],
"sparkdl.utils.keras_model": []
},
"spark-price-transparency": {
"spark_price_transparency": [],
"spark_price_transparency.allowed_amounts": [],
Expand Down
Loading