This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
forked from thinkaurelius/faunus
-
Notifications
You must be signed in to change notification settings - Fork 2
Release Notes
okram edited this page Apr 20, 2013
·
8 revisions
Faunus: Graph Analytics Engine
http://faunus.thinkaurelius.com
<dependency>
<groupId>com.thinkaurelius.faunus</groupId>
<artifactId>faunus</artifactId>
<version>0.3.0</version>
</dependency>
- Skipped Faunus 0.2.y line in order to synchronize with Titan 0.3.z
- Bumped to support Titan 0.3.0
- Bumped to support Hadoop 1.1.2
- Moved
IdentityMap
to base directory as changed in Pipes 2.3.0 - Refactored the means by which MapReduce test cases are written
-
FaunusVertex
property value serialization support using Kryo 2.2.1 -
FaunusVertex01
provides history deserialization support for Faunus 0.1.z → Faunus 0.3.z conversion - Moved
util.MicroElement
classes into respectiveFaunusElement
inner classes - Added numerous test cases for file-based
RecordReader
formats - Added
ScriptInputFormat
to support the arbitrary reading of an HDFS file lines into aFaunusVertex
- Added
ScriptOutputFormat
to support the arbitrary writing of an HDFS file line from aFaunusVertex
- Introduced the
faunus.pipeline
property namespace for properties that are global to the pipeline - Added support for vertex-centric “filters” for isolating subsets of a graph
InputFormat
- Fixed a severe bug in the propagation of
Configurations
throughout a Faunus job sequence (EmptyConfiguration
) - Renamed
GraphSONUtility
toFaunusGraphSONUtility
to avoid name conflicts with Blueprints - Added
EdgeCopyMapReduce
to support graph transpose for bidirectional edges -
FaunusGraph
now implementsConfigurable
and thusgetConf()
instead ofgetConfiguration()
- Removed unnecessary combiner steps when the combiner only groups messages without compressing them
<dependency>
<groupId>com.thinkaurelius.faunus</groupId>
<artifactId>faunus</artifactId>
<version>0.1.1</version>
</dependency>
-
OrderMapReduce
semantics updated for number based properties (multiply by path count for efficiency) - Improved the memory consumption and speed of
MemoryMapper
- Bumped to support Hadoop 1.1.1
- Bumped to support Titan 0.2.1
- Bumped to support OpenRDF 2.6.10
- Bumped to support TinkerPop 2.3.0
- Added
script
-step which allows for arbitrary Gremlin/Groovy script executions on Faunus vertices - Removed
step
-step as it was not clearly defined and difficult to use (seescript
-step) - Fixed job jar finding issue by introducing
FAUNUS_HOME
system property - Complete refactoring of
FaunusCompiler
andFaunusPipeline
- Added support for user defined
Input
- andOutputFormats
- Added
MapReduceFormat
which allows an arbitrary number of MapReduce jobs after/before input/output - Added configuration to allow Faunus to get the actual vertex count from Rexster when determining split size
- Added configuration to allow Faunus to authenticate to Rexster, if Rexster security is turned on
- Removed dependency on
Tokens.F
with the inclusion of ordering in TinkerPop Pipes
<dependency>
<groupId>com.thinkaurelius.faunus</groupId>
<artifactId>faunus</artifactId>
<version>0.1.0</version>
</dependency>
- First release and therefore, no changes.