infinite-monkeys

Results 4 comments of infinite-monkeys

Thanks. I think we ended up finding a different way to get what we wanted (requesting foo.js instead of foo.json)

> And when I tried: container-diff analyze benchmark:latest I get the 'error retrieving image' error, but if I try: container-diff analyze wichers/benchmark:latest it works. > **I tried: container-diff analyze daemon://benchmark:latest...

You need to have avro on your classpath. e.g. `HADOOP_CLASSPATH='/opt/cloudera/parcels/CDH/jars/avro-tools-1.7.6-cdh5.5.2.jar' hadoop jar filecrush-2.2.2-SNAPSHOT.jar com.m6d.filecrush.crush.Crush -libjars /opt/cloudera/parcels/CDH/jars/avro-tools-1.7.6-cdh5.5.2.jar --input-format="org.apache.avro.mapred.AvroInputFormat" --output-format="org.apache.avro.mapred.AvroOutputFormat" compact-test/2016/06/22 compact-test-out/06/22 $(date +%Y%m%d%H%M%S)` I'm now running into what appears to be...

Another solution for people who already have something like HAproxy set up is to point webhdfs to the HAproxy, and have HAproxy monitor the two namenodes to route to the...