• 大小: 6KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 语言: 其他
  • 标签: 云计算  hadoop  

资源简介

这是在自学的时候,当时所想到而写出来的小东西,功能是能把文件上传到hdfs上,并且能够下载下来.只有源码,hadoop环境要自己配置

资源截图

代码片段和文件信息

import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.net.URI;

import javax.swing.*;

import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.*;
import org.apache.hadoop.io.IOUtils;



public class NetDisk extends Jframe{
public static String HDFS_Address = new String(“hdfs://localhost:9000/user/Administrator/“);

TextField file1 = new TextField(20);//C:\project\firsthadoop\src\WordCount.java
TextField file2 = new TextField(20);//hdfs://localhost:9000/user/Administrator/...
TextField file3 = new TextField(20);
JButton submit = new JButton(“上传“);
JButton chooser1 = new JButton(“浏览“);
JButton chooser2 = new JButton(“浏览“);
JButton chooser3 = new JButton(“浏览“);
JButton down = new JButton(“下载“);
JFileChooser jfc = new JFil

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2305  2012-05-26 18:03  netdisk0.3\.classpath

     文件        439  2012-05-28 21:24  netdisk0.3\.project

     文件       4647  2012-05-29 17:59  netdisk0.3\src\NetDisk.java

     文件       3437  2012-05-29 17:59  netdisk0.3\bin\NetDisk$lisB.class

     文件       2642  2012-05-29 17:59  netdisk0.3\bin\NetDisk.class

     目录          0  2012-10-22 17:55  netdisk0.3\src

     目录          0  2012-10-22 17:55  netdisk0.3\bin

     目录          0  2012-10-22 17:55  netdisk0.3

----------- ---------  ---------- -----  ----

                13470                    8


评论

共有 条评论