splunk / splunk-shuttl

Splunk app for archive management, including HDFS support.
Apache License 2.0
36 stars 19 forks source link

Test with FUSE #49

Open borischen opened 12 years ago

borischen commented 12 years ago

see: http://wiki.apache.org/hadoop/MountableHDFS/

perhaps simplifies the setup of contacting the name node direct, and then could use hdfs in mounted disk mode

esatterly commented 12 years ago

We tried this a month or so back, and it made HDFS way too slow to work with at the time. I doesn't look like any of the bugs were fixed since. You will want to be careful what this will do to your test cases.

Thanks,

Eddie Satterly Chief Big Data Evangelist, Office of CTO Splunk Inc. Office: 720.432.4276 Mobile: 425.748.4276 Email: esatterly@splunk.commailto:esatterly@splunk.com San Francisco | Cupertino | London | Hong Kong | Washington D.C. | Seattle | Plano | Singapore

[http://www.splunk.com/web_assets/v5/promos/email_sig_promo_conf2012.png]http://www.splunk.com/goto/conf

This message is intended only for the personal, confidential, and authorized use of the recipient(s) named above. If you are not that person, you are not authorized to review, use, copy, forward, distribute or otherwise disclose the information contained in the message.

From: borischen reply@reply.github.com<mailto:reply@reply.github.com> Date: Monday, July 2, 2012 7:38 PM To: Eddie Satterly esatterly@splunk.com<mailto:esatterly@splunk.com> Subject: [splunk-shuttl] Test with FUSE (#49)

see: http://wiki.apache.org/hadoop/MountableHDFS/

perhaps simplifies the setup of contacting the name node direct, and then could use hdfs in mounted disk mode


Reply to this email directly or view it on GitHub: https://github.com/splunk/splunk-shuttl/issues/49

borischen commented 12 years ago

thx, good to know