Skip to content

SangeetaGulia/activator-hadoop-filesystem-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Activator-Hadoop-Filesystem-Api

This is an activator template that is designed to demonstrate how you can read and write files to/from hadoop to/from your system.

Steps to run this Project

  1. Install Hadoop : One good link to do that is : Installation Steps - Hadoop

  2. Start Hadoop by running command:

cd $HADOOP_HOME
./sbin/start-all.sh
  1. Set variables in Launcher.java class as specified below :

After hadoop server is running configure core-site.xml path and hdfs-site.xml path as per your hadoop setup on your local machine. Also set your storeLocation on hadoop as per your filestructure on hdfs.

  1. Clone project and Run
git clone git@github.com:SangeetaGulia/activator-hadoop-filesystem-api.git
  1. Run Project
cd activator-hadoop-filesystem-api
bin/activator "run-main com.knoldus.Launcher"

For any issue please raise a ticket @ Github Issue

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published