Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Different read and write number of rows #15

Open
@celoibarros

Description

@celoibarros

Hi there,

I am getting some differences when reading from BQ and writing to SQL Server.
I tried locally, if i set

.master("local") the read dataframe as 160k rows and after the dataframe write i only get 80k in SQL Server table.

If i run the same with .master("local[*]") and get the same number in the read and write.

But when i run the code in the cluster
--master "yarn"
--deploy_mode "cluster"
i am still getting differences.

Do you have any idea what is happening?
It looks like some "partitions" are not being write.

Best regards.

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