/target/ops/code/scribe/bin/scribed -c ~/FromFtp/repo/scribe/examples/maprfs_example.conf
[Wed Apr 11 02:04:32 2012] "setrlimit error (setting max fd size)"
[Wed Apr 11 02:04:32 2012] "STATUS: STARTING"
[Wed Apr 11 02:04:32 2012] "STATUS: configuring"
[Wed Apr 11 02:04:32 2012] "got configuration data from file </target/home/bensix/FromFtp/repo/scribe/examples/maprfs_example.conf>"
[Wed Apr 11 02:04:32 2012] "CATEGORY : default"
[Wed Apr 11 02:04:32 2012] "Creating default store"
[Wed Apr 11 02:04:32 2012] "configured <1> stores"
[Wed Apr 11 02:04:32 2012] "STATUS: "
[Wed Apr 11 02:04:32 2012] "STATUS: ALIVE"
[Wed Apr 11 02:04:32 2012] "Starting scribe server on port 1463"
Thrift: Wed Apr 11 02:04:32 2012 libevent 1.4.14b-stable method epoll
[Wed Apr 11 02:04:45 2012] "[test8] Creating new category store from model default"
[Wed Apr 11 02:04:45 2012] "store thread starting"
[Wed Apr 11 02:04:45 2012] "[hdfs] Connecting to HDFS for maprfs:///ben6/scribe/test8/hk-support-01"
[Wed Apr 11 02:04:46 2012] "[hdfs] disconnecting fileSys for maprfs:///ben6/scribe/test8/hk-support-01"
[Wed Apr 11 02:04:46 2012] "[hdfs] disconnected fileSys for maprfs:///ben6/scribe/test8/hk-support-01"
[Wed Apr 11 02:04:46 2012] "[hdfs] Connecting to HDFS for maprfs:///ben6/scribe/test8/hk-support-01/test8-2012-04-11_00000"
[Wed Apr 11 02:04:47 2012] "[hdfs] opened for append maprfs:///ben6/scribe/test8/hk-support-01/test8-2012-04-11_00000"
[Wed Apr 11 02:04:47 2012] "[test8] Opened file <maprfs:///ben6/scribe/test8/hk-support-01/test8-2012-04-11_00000> for writing"
[Wed Apr 11 02:04:47 2012] "[test8] Opened file </target/home/bensix/FromFtp/tmp/test5/test8/test8_00000> for writing"
[Wed Apr 11 02:04:47 2012] "[test8] Changing state from <DISCONNECTED> to <SENDING_BUFFER>"
[Wed Apr 11 02:04:47 2012] "[test8] read <0> entries of <0> bytes from file </target/home/bensix/FromFtp/tmp/test5/test8/test8_00000>"
[Wed Apr 11 02:04:47 2012] "[test8] No more buffer files to send, switching to streaming mode"
[Wed Apr 11 02:04:47 2012] "[test8] Changing state from <SENDING_BUFFER> to <STREAMING>"
then it hangs.
port=1463
max_msg_per_second=2000000
check_interval=1
max_queue_size=100000000
num_thrift_server_threads=2
# DEFAULT - write all messages to hadoop
<store>
category=default
type=buffer
target_write_size=20480
max_write_interval=1
buffer_send_rate=1
retry_interval=30
retry_interval_range=10
<primary>
type=file
fs_type=maprfs
file_path=maprfs:///ben6/scribe
create_symlink=no
use_hostname_sub_directory=yes
base_filename=thisisoverwritten
max_size=1000000000
rotate_period=daily
rotate_hour=0
rotate_minute=5
add_newlines=1
</primary>
<secondary>
type=file
fs_type=std
file_path=/target/home/bensix/FromFtp/tmp/test5
base_filename=thisisoverwritten
max_size=3000000
</secondary>
</store>