It looks like you're not actually adding the files to hdfs, you're just putting them in the datanode block directories and expecting them to show up. Look into http://hadoop.apache.org/docs/r2.2.0/api/org/apache/hadoop/fs/FileSystem.html
On Tue, Apr 8, 2014 at 12:48 PM, pdread <[email protected]> wrote: > Josh > > So what you're telling me there is no programmatic way to add files to HDFS > except via the command line? > > If thats the case then its a pretty sad system. The world doesn't run on > the > command line. > > Thanks > > Paul > > > > -- > View this message in context: > http://apache-accumulo.1065345.n5.nabble.com/bulk-ingest-without-mapred-tp8904p8916.html > Sent from the Users mailing list archive at Nabble.com. >
