I am used to old version where I could use the typical hadoop-examples-*.jar with wordcount, sort or any other.
Recently I am using the latest version (2.7.1) but as can I see, there is no this dot jar file with examples. After a search over the Internet, I saw that there is a hadoop-mapreduce-examples jar file. Where I can find usage help for this examples? Available examples, etc.
I am focused on the HiBench tool (which use those examples) that Im using to test some modifications on the source code of Hadoop.