Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try to workaround: java.lang.UnsupportedOperationException: sun.misc.…
…Unsafe or java.nio.DirectByteBuffer.<init>(long, int) not available
  • Loading branch information
wangyum committed Nov 15, 2019
commit a95e8bf68981fd182dc442f323093d845604f659
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2399,6 +2399,7 @@
<spark.ui.enabled>false</spark.ui.enabled>
<spark.ui.showConsoleProgress>false</spark.ui.showConsoleProgress>
<spark.unsafe.exceptionOnMemoryLeak>true</spark.unsafe.exceptionOnMemoryLeak>
<io.netty.tryReflectionSetAccessible>true</io.netty.tryReflectionSetAccessible>
<!-- Needed by sql/hive tests. -->
<test.src.tables>__not_used__</test.src.tables>
</systemProperties>
Expand Down