全部博文(22)
分类: 云计算
2012-04-06 14:23:40
点击(此处)折叠或打开
点击(此处)折叠或打开
点击(此处)折叠或打开
loogn_qiang2012-10-29 09:40:56
xin_jmail2012-10-26 20:08:31
我的代码如下,我从远程可以访问192.168.1.135机子上的数据
package hadoop.test;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.apache.hadoop.filecache.DistributedCache;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.Text;
import o
xin_jmail2012-10-26 20:06:43
大哥,我的错误如下,求帮助啊!
12/10/26 05:01:10 WARN conf.Configuration: DEPRECATED: hadoop-site.xml found in the classpath. Usage of hadoop-site.xml is deprecated. Instead use core-site.xml, mapred-site.xml and hdfs-site.xml to override properties of core-default.xml, mapred-default.xml and hdfs-default.xml respectively
12/10/26 05:01:16 WARN mapred.JobClient: Use GenericOptionsParser for parsing the arguments. Applications should implement Tool for the same.
12/10/26 05:01:46 INFO mapre