The janusgraph user forum was moved to:
https://lists.lfaidata.foundation/g/janusgraph-users
You have to fill an e-mail address and acknowledge a request sent to that address.
Regarding the code lines of the mapreduce index:
// Run a JanusGraph-Hadoop job to reindex
mgmt = graph.openManagement()
mr = new MapReduceIndexManagement(graph)
mr.updateIndex(mgmt.getGraphIndex("mixedExample"), SchemaAction.REINDEX).get()
As far as I know this runs on your local machine and all dependencies are present in the JanusGraph distribution. In other words, no need for an hadoop or spark cluster for this.
Cheers, Marc