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

Creates entity for each file from a source directory is it normal behaviour? #291

Open
alexey-artemov opened this issue Feb 19, 2020 · 0 comments

Comments

@alexey-artemov
Copy link

I used SAC for select -> inser stament at Spark, like:

val df = spark.read.parquet(source_path)
df.write.parquet(target_path)

as a result at the Atlas I have a tons of hdfs_path entities (for each file from "source_path"- this is folder) and just one entity for "target_path"(just folder).
Is it normal behaviour?

Spark version 2.4.4
Scala version 2.11.12
Atlas: Version : 1.1.0.3.1.0.0-78
SAC: spark-atlas-connector-assembly-0.1.0-SNAPSHOT.jar

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