您好,登錄后才能下訂單哦!
IDEA 開發 WordCount(Spark)報錯
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.<clinit>(Shell.java:363)
at org.apache.hadoop.util.StringUtils.<clinit>(StringUtils.java:79)
at org.apache.hadoop.security.Groups.parseStaticMapping(Groups.java:104)
at org.apache.hadoop.security.Groups.<init>(Groups.java:86)
at org.apache.hadoop.security.Groups.<init>(Groups.java:66)
at org.apache.hadoop.security.Groups.getUserToGroupsMappingService(Groups.java:280)
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。