各种报错信息如下:

java.lang.NoClassDefFoundError: scala/Function0
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
at java.lang.Class.getMethod0(Class.java:3018)
at java.lang.Class.getMethod(Class.java:1784)
at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544)
at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526)
Caused by: java.lang.ClassNotFoundException: scala.Function0
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 7 more
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main"

Exception in thread "main" java.lang.NoClassDefFoundError: scala/Predef$
at com.atguigu.wordcount.CustomerPartitioner$.main(CustomerPartitioner.scala:5)
at com.atguigu.wordcount.CustomerPartitioner.main(CustomerPartitioner.scala)
Caused by: java.lang.ClassNotFoundException: scala.Predef$
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 2 more

解决方案

去掉maven中的provided配置

最新文章

  1. JavaScript常用技术总结!~~
  2. IOS多媒体
  3. [nginx] connect() failed (111: Connection refused) while connecting to upstream, client: 101.18.123.107, server: localhost,
  4. tomcat十大安全优化措施
  5. linux运维的认知及RHEL7 Unix/Linux 系统 介绍和安装
  6. Win7下安装git
  7. Hamilton回路的判定与构造
  8. DataTable使用总结
  9. [Ruby on Rails系列]1、开发环境准备:Vmware和Linux的安装
  10. 【Linux】Vim编辑器-批量注释与反注释
  11. JavaScript易错点转载
  12. js 判断当前是什么浏览器
  13. net.at.json.JSONException
  14. java 1.7新特性
  15. SOFA 源码分析 — 调用方式
  16. SSM框架完成Ajax简单用户登录验证
  17. maven pom文件
  18. Docker 微服务教程(搭建真正的网站)
  19. a标签伪元素选择器
  20. SVN的正确提交方式

热门文章

  1. hashchange事件
  2. Web模板引擎—Mustache
  3. 踏破铁鞋无觅处,从AsyncTask学Android线程池
  4. String、Stringbuffer、Stringbuilder三者之间的区别
  5. Windows Phone 8.1不完全体验报告
  6. 《SQL必知必会》笔记
  7. pickle 继承
  8. 主题模型之潜在语义分析(Latent Semantic Analysis)
  9. 微信小程序-flex布局中align-items和align-self区别
  10. HDU2159_二维完全背包问题