Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Py4JJavaError: An error occurred while calling o115.showString
Labels:
- Labels:
-
Apache Spark
New Contributor
Created ‎05-21-2023 01:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
how to fix the error
Py4JJavaError: An error occurred while calling o115.showString.
it happens when i want to show first rows of table.
spark.sql("SELECT * FROM dMyTable LIMIT 10").show(10)
Regards,
1 REPLY 1
Community Manager
Created ‎05-22-2023 06:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Welcome to the community @HamTera. While you wait for a more knowledge member to respond, I'll ask if the size of the table is perhaps maxing out your memory? I did some looking around and that came up as a possibility in large tables. I hope it helps.
Cy Jervis, Manager, Community Program
Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
