- 博客(6)
- 收藏
- 关注
原创 Maven项目下update maven后Eclipse报错:java.lang.ClassNotFoundException: ContextLoaderL
Maven项目下update maven后Eclipse报错:java.lang.ClassNotFoundException: ContextLoaderL (2014-02-28 14:24:56)转载▼标签: 文化 分类: java严重: Error configuring application listener of class org.springframework.web....
2016-05-18 19:24:33 125
原创 安装hive1..21
hive1.2.1apache-hive-1.2.1-bin.tar.gzwget http://mirrors.cnnic.cn/apache/hive/hive-1.2.1/apache-hive-1.2.1-bin.tar.gz tar xzvf apache-hive-1.2.1-bin.tar.gz -C /home/pipstat/yarn/
2016-03-23 18:32:02 155
原创 hadoop启动时为什么要输入密码
[pipstat@PIPtest58 hadoop]$ sbin/start-all.sh This script is Deprecated. Instead use start-dfs.sh and start-yarn.sh16/03/15 20:10:15 WARN util.NativeCodeLoader: Unable to load native-hadoop librar...
2016-03-15 20:17:11 614
原创 hadoop异常java.net.ConnectException: 拒绝连接
[pipstat@PIPtest58 hadoop]$ bin/hadoop jar share/hadoop/mapreduce/sources/hadoop-mapreduce-examples-2.5.2-sources.jar org.apache.hadoop.examples.WordCount input output16/03/15 20:14:25 WARN util.Nat...
2016-03-15 20:16:08 6929 2
原创 hadoop如何将本地磁盘文件上传到服务器
package com.pip.data.hadoop.util.test;import java.io.File;import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.conf.Configured;import org.apache.hadoop.fs.FileSystem;impo...
2015-03-17 13:49:33 860
原创 hadoop中文乱码问题
1.hadoop默认编码上utf-82.如果输入文件如果是保存成utf-8格式,则wordcount.java程序中不需要转码,输出文件也是uft-8文件格式;如果输出文件格式为其他格式,则在wordcount.java程序中需要对其转码,如果不转换编码,在程序打钱出输入文件内容时中文显示为乱码,转到GBK后,输出文件中的内容自动生成到输出文件时格式为utf-8.3.在Xshell中查...
2015-03-17 13:44:21 1912
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人