-
Notifications
You must be signed in to change notification settings - Fork 32
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
download_sql does not return more than 1000 rows #98
Comments
I am having the same issue, and I would like to download as many rows as needed. |
I too faced the same and figured out that Livy is restricting it to 1000 records. Spark explain plan shows a global limit of 1000 and I am trying to find how to bump that up. |
Would anyone be interested in an s3/hdfs redirect download feature (@acroz not sure if this would be within the scope of this project)? Users could provide the following additional params to session constructor:
The download method could have an optional flag for overriding default behavior. Instead of writing out rows, dataframe is saved to temp storage at generated uri |
|
is there a way I can download 100K rows using download_sql?
The text was updated successfully, but these errors were encountered: