扫二维码与项目经理沟通
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流
IDEA 开发 WordCount(Spark)报错
从事服务器托管,服务器租用,云主机,虚拟空间,国际域名空间,CDN,网络代维等服务。
WordCount { } WordCount{ (args: Array[]) { hadoopAddr = conf = SparkConf().setAppName() sc = SparkContext(conf) mapRdd = sc.textFile(hadoopAddr) result = mapRdd.flatMap(_.split()).map((_)).reduceByKey(_ + _).collect() } }
Using Spark's default log4j profile: org/apache/spark/log4j-defaults.properties
15/12/08 22:07:16 INFO SparkContext: Running Spark version 1.4.0
15/12/08 22:07:17 WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
15/12/08 22:07:18 ERROR Shell: Failed to locate the winutils binary in the hadoop binary path
java.io.IOException: Could not locate executable null\bin\winutils.exe in the Hadoop binaries.
at org.apache.hadoop.util.Shell.getQualifiedBinPath(Shell.java:355)
at org.apache.hadoop.util.Shell.getWinUtilsPath(Shell.java:370)
at org.apache.hadoop.util.Shell.
at org.apache.hadoop.util.StringUtils.
at org.apache.hadoop.security.Groups.parseStaticMapping(Groups.java:104)
at org.apache.hadoop.security.Groups.
at org.apache.hadoop.security.Groups.
at org.apache.hadoop.security.Groups.getUserToGroupsMappingService(Groups.java:280)
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流