Attempts to create hadoop jobs from other processes
hadoop jar hadoopifications-1.0-SNAPSHOT-hadoop.jar \
dk.kb.hadoop.nark.CDXJob \
inputfile \
outputFolderinputfile is a test file consisting of warc-file addresses. Remember to use the prefix file:// as the addresses
are resolved on HDFS per default. This goes both for the inputfile and the lines in inputfile.
Note that inputfile and outputFolder must be available on all nodes in the cluster, so it is probably wise to use
HDFS for these.
Get the result like this
hdfs dfs -ls outputFolder/
hdfs dfs -cat 'outputFolder/part-r-*'Run this on the server dkm_eld@narcana-suite01.statsbiblioteket.dk. The netarchive files are available on TODO