A simple command line interface for building high load cluster jobs.
License
cwensel/cascading.load
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Welcome This is the Cascading.Load application. It provides a simple command line interface for building high load cluster jobs. This application is built with Cascading. Cascading is a feature rich API for defining and executing complex, scale-free, and fault tolerant data processing workflows on a Hadoop cluster. It can be found at the following location: http://www.cascading.org/ Installing This step is not necessary if you wish to run Load directly from the uncompressed distribution folder or Load was pre-installed with your Hadoop distribution. Type, > which cascading.load to see if it is already been added to your PATH. Installed for all users into "/usr/local/bin": > sudo ./bin/cascading.load install or for the current user only into "~/.cascading.load": > ./bin/cascading.load install For detailed instructions: > ./bin/cascading.load help install Choose the method that best suites your environment. If you are running Load on AWS Elastic MapReduce, you need to follow the Elastic MapReduce instructions on the AWS site, which typically expect the cascading.load-<release-date>.jar to be uploaded to AWS S3. Using The environment variable HADOOP_HOME should always be set to use Cascading.Load. To run from the command line with the jar, Hadoop should be in the path: > hadoop jar cascading.load-<release-date>.jar <args> If no args are given, a comprehensive list of commands will be printed. Or if Load has been installed from above: > cascading.load <args> Building This release requires at least Cascading 1.2.x and will pull all dependencies from the relevant maven repos, including conjars.org. To build a jar, > ant retrieve jar To test, > ant test License See LICENSE.txt
About
A simple command line interface for building high load cluster jobs.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published