java.lang.VerifyError: class scala.collection.mutable.WrappedArray overrides final method(已解決)
java.lang.VerifyError: class scala.collection.mutable.WrappedArray overrides final method toBuffer.()Lscala/collection/mutable/Buffer;
出現這個原因是因為spark版本與scala-sdk版本不一致導致的
解決辦法:首先找到和自己spark對應的scala-sdk版本,我的spark是2.1,因此對應2.11
然後去官網下載對應的zip包
https://www.scala-lang.org/download/
下載完成後解壓到指定目錄,我這裡是
然後開啟idea的專案結構設定
browse到你剛剛解壓的目錄
新增成功後記得把上個版本刪乾淨,有可能還有存留的依賴
然後再次執行scala,成功
相關文章
- 反射--Class物件功能--獲取Method反射物件
- Method ReflectionParameter::getClass() 解決方法
- SSH auth method: private key 的解決方案
- No virtual method setOutputFile Ljava/io/File V in class Landroid/media/MediaRecorderJavaAndroid
- Method Swizzling 為什麼要先呼叫 class_addMethod?
- Method breakpoints may dramatically slow down debugging情況解決
- MIT6.0001 筆記,LECTURE 8:Object Oriented Programming (class,object,method)MIT筆記Object
- 【已解決】Error filter ListenerStartErrorFilter
- lombok 註解無效 已解決Lombok
- Library source does not match the bytecode for class 最佳解決方案
- linux inode已滿解決方法Linux
- java.lang.IllegalArgumentException: Could not find class異常解決方式JavaException
- Could not initialize class sun.awt.X11GraphicsEnvironment解決方案
- 【已解決】挖礦病毒 logrotate 185.196.8.123logrotate
- onMounted is called when there is no active component 已解決
- java.lang.IllegalArgumentException: Unsupported class file major version xx解決之道JavaException
- 異常解決——Failed to introspect Class [com.github.pagehelper.autoconfigure.PageHelperAutoConfiguration]AIROSGithub
- redis lRem 刪除失敗?(已解決)RedisREM
- 【已解決】IDEA 2020.3 java.lang.UnsupportedClassVersionErrorIdeaJavaError
- 《FINAL FANTASY VIII》自 1999 年至今已賣出 960 萬套
- el-autocomplete的popper-class不生效的解決辦法?
- Laravel 6 ignition 解決 Class 'xxx' not found 載入緩慢問題Laravel
- iOS 開發:『Runtime』詳解(二)Method SwizzlingiOS
- 報錯(已解決)Command timed out after no timeout
- Numerical Results of RhDYas CG method and RhLHas CG method
- Final Cut Pro X已更新,工作流程有了重大改進
- java class檔案詳解Java
- Class 檔案格式詳解
- Kernel Method
- Swizzling Method
- Greedy Method
- final
- Mac啟動磁碟已滿該怎麼解決Mac
- Hive多視窗啟動異常(已解決!)Hive
- 圖解 | 原來這就是 class圖解
- Two Pointer Method
- 伺服器事務日誌已滿解決方法伺服器
- [已解決]Mac下Anaconda-Navigator閃退問題Mac