Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Fastutil | 1,618 | 1,122 | 482 | 2 months ago | 73 | March 07, 2023 | 29 | apache-2.0 | Java | |
fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues. | ||||||||||
Xjar | 1,142 | a year ago | 91 | apache-2.0 | Java | |||||
Spring Boot JAR 安全加密运行工具,支持的原生JAR。 | ||||||||||
Xowa | 238 | 3 years ago | 392 | other | Java | |||||
xowa offline wiki application | ||||||||||
Javasysmon | 227 | 15 | 1 | 5 years ago | 1 | December 13, 2013 | 22 | other | Java | |
Manage OS processes and get cpu and memory stats cross-platform in Java. | ||||||||||
Jffi | 162 | 92 | 96 | 19 days ago | 38 | March 11, 2023 | 42 | apache-2.0 | Roff | |
Java Foreign Function Interface | ||||||||||
Jide Oss | 160 | 210 | 17 | a year ago | 157 | February 04, 2017 | 21 | other | Java | |
JIDE Common Layer | ||||||||||
Fb Contrib | 138 | 24 | 10 | 6 months ago | 54 | October 20, 2019 | 79 | lgpl-2.1 | Java | |
a FindBugs/SpotBugs plugin for doing static code analysis for java code bases | ||||||||||
Splunk Sdk Java | 134 | 4 months ago | 8 | apache-2.0 | Java | |||||
Splunk Software Development Kit for Java | ||||||||||
Cofoja | 126 | 2 | 4 years ago | 1 | October 16, 2016 | 14 | lgpl-3.0 | Java | ||
Contracts for Java | ||||||||||
Bigdatascript | 90 | 3 years ago | 11 | apache-2.0 | Shell | |||||
BigDataScript: Scirpting language for big data |
This is a simple library demonstrating the analysis of the CommonCrawl dataset through implementing the canonical Hadoop Hello World program, a simple word counter.
You'll need to have Apache Ant (http://ant.apache.org/manual/install.html) installed, and once you do, just run a:
This step will compile the libraries and Hadoop code into an Elastic MapReduce- friendly JAR at dist/lib/HelloWorld.jar, suitable for use as a custom JAR-based Elastic MapReduce workflow.
You'll need to be running Hadoop, and if you don't have it installed, Cloudera provides a useful set of OS-specific Hadoop packages which will make it easy. Check out their site:
https://ccp.cloudera.com/display/SUPPORT/Downloads
Once you've got Hadoop installed, you can use the 'hadoop jar' task to execute the tutorial code. Here's the pattern:
hadoop jar