In java I would use:
MultipleInputs.addInputPath(conf, path, inputFormatClass, mapperClass)
to add multiple inputs with a differ
You can use multiple -input options to specify multiple input paths:
hadoop jar hadoop-streaming.jar -input foo.txt -input bar.txt ...