Apache Hadoop is a collection of open-source software utilities that facilitate using a network of many computers to solve problems involving massive amounts of data and computation. It provides a software framework for distributed storage and processing of big data using the MapReduce programming model. Originally designed for computer clusters built from commodity hardware—still the common use—it has also found use on clusters of higher-end hardware. All the modules in Hadoop are designed with a fundamental assumption that hardware failures are common occurrences and should be automatically handled by the framework.
Key | Description |
---|---|
Name | Bayu Dwiyan Satria - Apache Hadoop Libraries |
Description | Bayu Dwiyan Satria For Apache Hadoop Environment. |
Site | Site Page |
For more information see : The Central Repository.
Maven Central :
Name | Group | Artifact | Version |
---|---|---|---|
JUnit | junit | junit | 4.12 |
SLF4j | org.slf4j | slf4j-simple | 1.7.25 |
SLF4j | org.slf4j | slf4j-api | 1.7.25 |
Ham Crest | org.hamcrest | hamcrest-core | 1.3 |
Ham Crest | org.hamcrest | hamcrest-library | 1.3 |
Bayu Dwiyan Satria | com.bayudwiyansatria | core | 1.1.8 |
Log4j | org.apache.logging.log4j | log4j-api | 2.11.12 |
Apache Hadoop | org.apache.hadoop | hadoop-client | 2.6.5 |
Apache Hadoop | org.apache.hadoop | hadoop-hdfs | 2.6.5 |
Apache Hadoop | org.apache.hadoop | hadoop-yarn-server-nodemanager | 2.6.5 |
Install the dependencies :
Maven :
Configure the following dependency in the pom file:
<dependency>
<groupId>com.bayudwiyansatria</groupId>
<artifactId>apache-hadoop</artifactId>
<version>${bayudwiyansatria.apache-hadoop.version}</version>
</dependency>
Gradle :
Configure the following dependency in the build.gradle file:
implementation='com.bayudwiyansatria:apache-hadoop:${bayudwiyansatria.apache-hadoop.version}'
SBT
libraryDependencies += "com.bayudwiyansatria" % "apache-hadoop" % "${bayudwiyansatria.apache-hadoop.version}"
Important ! This will update from to your local repository . Be sure to swap out ${bayudwiyansatria.apache-hadoop.version}
with the actual version of hadoop Libraries.
For more information see : The Central Repository.
-Release 1.0 : 2019, Sept.
-Release 1.1 : 2019, Nov.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Looking to contribute to our code but need some help? There's a few ways to get information:
- Connect with us on Twitter
- Like us on Facebook
- Follow us on LinkedIn
- Subscribe us on Youtube
- Log an issue here on github
Copyright © 2017 - 2019 Bayu Dwiyan Satria. All Rights Reserved.