Menu

Scribe / News: Recent posts

Scribe is moving!

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/

Posted by Anthony Giardullo 2009-10-14

Scribe trunk now supports Hadoop

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

Posted by Anthony Giardullo 2009-06-06

Scribe trunk updated to work with latest version of Thrift

Thrift is now under the apache namespace. All references to thrift have been updated in Scribe trunk.

Posted by Anthony Giardullo 2009-02-11