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

Chapter 9: DataSources - Partitioning based on a sliding window section - python #69

Open
shanmugavel04 opened this issue Aug 4, 2021 · 0 comments

Comments

@shanmugavel04
Copy link

The below piece of code when run on a spark 3 cluster

in python

colName = "count"
upperBound = 348113L
numPartitions = 10
lowerBound = 0L

fails with File "", line 2
upperBound = 348113L
^
SyntaxError: invalid syntax
_

Below is the correct code
colName = "count"
upperBound = 348113
numPartitions = 10
lowerBound = 0

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