Scribe is now hosted on GitHub. Please update your bookmarks:
http://github.com/facebook/scribe
To keep up to date on Scribe development, join the Scribe Discussion Group:
http://groups.google.com/group/scribe-server/
Scribe trunk now contains support for logging messages to Hadoop. Hadoop version 0.21 is required (this version is not yet released, so you’ll need to use Hadoop trunk for now).
To log messages to a Hadoop instance, configure Scribe to use a File Store with fs_type=hdfs. See examples/hdfs_example.conf for a simple example. More documentation will be coming soon.
To build Scribe with Hadoop support, you need to configure with --enable-hdfs and build/link with Java and Hdfs. Eg:... read more
Thrift is now under the apache namespace. All references to thrift have been updated in Scribe trunk.