Skip to content

Commit

Permalink
Try to workaround: java.lang.UnsupportedOperationException: sun.misc.…
Browse files Browse the repository at this point in the history
…Unsafe or java.nio.DirectByteBuffer.<init>(long, int) not available
  • Loading branch information
wangyum committed Nov 15, 2019
1 parent 275390f commit a95e8bf
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit a95e8bf

Please sign in to comment.