Collection of java example(s) and related technologies
10K+
Java is Simple, Object Oriented, Distributed, Multithreaded, Dynamic, Architecture neutral, Portable, High performance, Robust, Secure. The Java tutorial are practical guides for programmers who want to use the Java programming language to create applications.
GUI).WordCount example reads text files and counts how often words occur. To run mapreduce Hadoop environment is required. Read more To run example:
Run mvn clean verify for java-technologies project
Optional: Copy .jar file to server which is connected to Hadoop
scp -p target/*.jar [server-name]:Assume hdfs location is /user/[user-name]/java-mapreduce
Copy resource(s) file to hdfs: hdfs dfs -put /user/[user-name]/java-mapreduce
Run command below:
# syntax: hadoop jar [jar-name].jar [java-class] [input-files] [output-dir]
hadoop jar java-technologies-0.0.1-SNAPSHOT.jar com.samovich.specialized.mapreduce.WordCount /user/WDPRO-CUSTANALYTICS-PROD/java-mapreduce/*.txt /user/WDPRO-CUSTANALYTICS-PROD/java-mapreduce/output
JSON with tree view.JSON Validator.JSON Path evaluator.Content type
Image
Digest
Size
243.8 MB
Last updated
almost 10 years ago
docker pull vsamov/java-technologies