Skip to content

Instantly share code, notes, and snippets.

View newbiecihuy's full-sized avatar
🏠
Working from home

newbiecihuy newbiecihuy

🏠
Working from home
View GitHub Profile
@newbiecihuy
newbiecihuy / FIleSystemOperations.java
Created January 18, 2019 08:14 — forked from ashrithr/FIleSystemOperations.java
HDFS FileSystems API example
package com.cloudwick.mapreduce.FileSystemAPI;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;