Download giraph-core-1.1.0.jar file

Introduction

You can download giraph-core-1.1.0.jar in this page.

License

Apache License

Type List

giraph-core-1.1.0.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.giraph/giraph-core/pom.properties
META-INF/maven/org.apache.giraph/giraph-core/pom.xml
com.yammer.metrics.core.NoOpCounter.class
com.yammer.metrics.core.NoOpExecutorService.class
com.yammer.metrics.core.NoOpGuage.class
com.yammer.metrics.core.NoOpHistogram.class
com.yammer.metrics.core.NoOpMeter.class
com.yammer.metrics.core.NoOpTimer.class
org.apache.giraph.Algorithm.class
org.apache.giraph.GiraphRunner.class
org.apache.giraph.aggregators.Aggregator.class
org.apache.giraph.aggregators.AggregatorUsage.class
org.apache.giraph.aggregators.AggregatorWriter.class
org.apache.giraph.aggregators.BasicAggregator.class
org.apache.giraph.aggregators.BooleanAndAggregator.class
org.apache.giraph.aggregators.BooleanOrAggregator.class
org.apache.giraph.aggregators.BooleanOverwriteAggregator.class
org.apache.giraph.aggregators.DoubleMaxAggregator.class
org.apache.giraph.aggregators.DoubleMinAggregator.class
org.apache.giraph.aggregators.DoubleOverwriteAggregator.class
org.apache.giraph.aggregators.DoubleProductAggregator.class
org.apache.giraph.aggregators.DoubleSumAggregator.class
org.apache.giraph.aggregators.FloatMaxAggregator.class
org.apache.giraph.aggregators.FloatMinAggregator.class
org.apache.giraph.aggregators.FloatOverwriteAggregator.class
org.apache.giraph.aggregators.FloatProductAggregator.class
org.apache.giraph.aggregators.FloatSumAggregator.class
org.apache.giraph.aggregators.IntMaxAggregator.class
org.apache.giraph.aggregators.IntMinAggregator.class
org.apache.giraph.aggregators.IntOverwriteAggregator.class
org.apache.giraph.aggregators.IntProductAggregator.class
org.apache.giraph.aggregators.IntSumAggregator.class
org.apache.giraph.aggregators.LongMaxAggregator.class
org.apache.giraph.aggregators.LongMinAggregator.class
org.apache.giraph.aggregators.LongOverwriteAggregator.class
org.apache.giraph.aggregators.LongProductAggregator.class
org.apache.giraph.aggregators.LongSumAggregator.class
org.apache.giraph.aggregators.TextAggregatorWriter.class
org.apache.giraph.aggregators.TextAppendAggregator.class
org.apache.giraph.aggregators.matrix.MatrixSumAggregator.class
org.apache.giraph.aggregators.matrix.dense.DoubleDenseMatrix.class
org.apache.giraph.aggregators.matrix.dense.DoubleDenseMatrixSumAggregator.class
org.apache.giraph.aggregators.matrix.dense.DoubleDenseVector.class
org.apache.giraph.aggregators.matrix.dense.DoubleDenseVectorSumAggregator.class
org.apache.giraph.aggregators.matrix.dense.FloatDenseMatrix.class
org.apache.giraph.aggregators.matrix.dense.FloatDenseMatrixSumAggregator.class
org.apache.giraph.aggregators.matrix.dense.FloatDenseVector.class
org.apache.giraph.aggregators.matrix.dense.FloatDenseVectorSumAggregator.class
org.apache.giraph.aggregators.matrix.dense.IntDenseMatrix.class
org.apache.giraph.aggregators.matrix.dense.IntDenseMatrixSumAggregator.class
org.apache.giraph.aggregators.matrix.dense.IntDenseVector.class
org.apache.giraph.aggregators.matrix.dense.IntDenseVectorSumAggregator.class
org.apache.giraph.aggregators.matrix.dense.LongDenseMatrix.class
org.apache.giraph.aggregators.matrix.dense.LongDenseMatrixSumAggregator.class
org.apache.giraph.aggregators.matrix.dense.LongDenseVector.class
org.apache.giraph.aggregators.matrix.dense.LongDenseVectorSumAggregator.class
org.apache.giraph.aggregators.matrix.sparse.DoubleSparseMatrix.class
org.apache.giraph.aggregators.matrix.sparse.DoubleSparseMatrixSumAggregator.class
org.apache.giraph.aggregators.matrix.sparse.DoubleSparseVector.class
org.apache.giraph.aggregators.matrix.sparse.DoubleSparseVectorSumAggregator.class
org.apache.giraph.aggregators.matrix.sparse.FloatSparseMatrix.class
org.apache.giraph.aggregators.matrix.sparse.FloatSparseMatrixSumAggregator.class
org.apache.giraph.aggregators.matrix.sparse.FloatSparseVector.class
org.apache.giraph.aggregators.matrix.sparse.FloatSparseVectorSumAggregator.class
org.apache.giraph.aggregators.matrix.sparse.IntSparseMatrix.class
org.apache.giraph.aggregators.matrix.sparse.IntSparseMatrixSumAggregator.class
org.apache.giraph.aggregators.matrix.sparse.IntSparseVector.class
org.apache.giraph.aggregators.matrix.sparse.IntSparseVectorSumAggregator.class
org.apache.giraph.aggregators.matrix.sparse.LongSparseMatrix.class
org.apache.giraph.aggregators.matrix.sparse.LongSparseMatrixSumAggregator.class
org.apache.giraph.aggregators.matrix.sparse.LongSparseVector.class
org.apache.giraph.aggregators.matrix.sparse.LongSparseVectorSumAggregator.class
org.apache.giraph.benchmark.AggregatorsBenchmark.class
org.apache.giraph.benchmark.BenchmarkOption.class
org.apache.giraph.benchmark.GiraphBenchmark.class
org.apache.giraph.benchmark.PageRankBenchmark.class
org.apache.giraph.benchmark.PageRankComputation.class
org.apache.giraph.benchmark.RandomMessageBenchmark.class
org.apache.giraph.benchmark.ReducersBenchmark.class
org.apache.giraph.benchmark.ShortestPathsBenchmark.class
org.apache.giraph.benchmark.ShortestPathsComputation.class
org.apache.giraph.benchmark.WeightedPageRankBenchmark.class
org.apache.giraph.benchmark.WeightedPageRankComputation.class
org.apache.giraph.bsp.ApplicationState.class
org.apache.giraph.bsp.BspInputFormat.class
org.apache.giraph.bsp.BspInputSplit.class
org.apache.giraph.bsp.BspOutputFormat.class
org.apache.giraph.bsp.BspRecordReader.class
org.apache.giraph.bsp.BspRecordWriter.class
org.apache.giraph.bsp.BspService.class
org.apache.giraph.bsp.CentralizedService.class
org.apache.giraph.bsp.CentralizedServiceMaster.class
org.apache.giraph.bsp.CentralizedServiceWorker.class
org.apache.giraph.bsp.CheckpointStatus.class
org.apache.giraph.bsp.ImmutableOutputCommitter.class
org.apache.giraph.bsp.SuperstepState.class
org.apache.giraph.combiner.DoubleSumMessageCombiner.class
org.apache.giraph.combiner.FloatSumMessageCombiner.class
org.apache.giraph.combiner.MessageCombiner.class
org.apache.giraph.combiner.MinimumDoubleMessageCombiner.class
org.apache.giraph.combiner.MinimumIntMessageCombiner.class
org.apache.giraph.combiner.SimpleSumMessageCombiner.class
org.apache.giraph.comm.GlobalCommType.class
org.apache.giraph.comm.MasterClient.class
org.apache.giraph.comm.MasterServer.class
org.apache.giraph.comm.SendDataCache.class
org.apache.giraph.comm.SendEdgeCache.class
org.apache.giraph.comm.SendMessageCache.class
org.apache.giraph.comm.SendMutationsCache.class
org.apache.giraph.comm.SendOneMessageToManyCache.class
org.apache.giraph.comm.SendPartitionCache.class
org.apache.giraph.comm.SendVertexIdDataCache.class
org.apache.giraph.comm.ServerData.class
org.apache.giraph.comm.WorkerClient.class
org.apache.giraph.comm.WorkerClientRequestProcessor.class
org.apache.giraph.comm.WorkerServer.class
org.apache.giraph.comm.aggregators.AggregatorUtils.class
org.apache.giraph.comm.aggregators.AllAggregatorServerData.class
org.apache.giraph.comm.aggregators.CountingCache.class
org.apache.giraph.comm.aggregators.CountingOutputStream.class
org.apache.giraph.comm.aggregators.GlobalCommValueOutputStream.class
org.apache.giraph.comm.aggregators.OwnerAggregatorServerData.class
org.apache.giraph.comm.aggregators.SendGlobalCommCache.class
org.apache.giraph.comm.aggregators.WorkerAggregatorRequestProcessor.class
org.apache.giraph.comm.messages.AbstractListPerVertexStore.class
org.apache.giraph.comm.messages.ByteArrayMessagesPerVertexStore.class
org.apache.giraph.comm.messages.InMemoryMessageStoreFactory.class
org.apache.giraph.comm.messages.MessageEncodeAndStoreType.class
org.apache.giraph.comm.messages.MessageStore.class
org.apache.giraph.comm.messages.MessageStoreFactory.class
org.apache.giraph.comm.messages.MessagesIterable.class
org.apache.giraph.comm.messages.OneMessagePerVertexStore.class
org.apache.giraph.comm.messages.PointerListMessagesIterable.class
org.apache.giraph.comm.messages.PointerListPerVertexStore.class
org.apache.giraph.comm.messages.SimpleMessageStore.class
org.apache.giraph.comm.messages.out_of_core.DiskBackedMessageStore.class
org.apache.giraph.comm.messages.out_of_core.DiskBackedMessageStoreFactory.class
org.apache.giraph.comm.messages.out_of_core.PartitionDiskBackedMessageStore.class
org.apache.giraph.comm.messages.out_of_core.SequentialFileMessageStore.class
org.apache.giraph.comm.messages.primitives.IdByteArrayMessageStore.class
org.apache.giraph.comm.messages.primitives.IdOneMessagePerVertexStore.class
org.apache.giraph.comm.messages.primitives.IntByteArrayMessageStore.class
org.apache.giraph.comm.messages.primitives.IntFloatMessageStore.class
org.apache.giraph.comm.messages.primitives.LongDoubleMessageStore.class
org.apache.giraph.comm.messages.primitives.long_id.LongAbstractListMessageStore.class
org.apache.giraph.comm.messages.primitives.long_id.LongAbstractMessageStore.class
org.apache.giraph.comm.messages.primitives.long_id.LongByteArrayMessageStore.class
org.apache.giraph.comm.messages.primitives.long_id.LongPointerListMessageStore.class
org.apache.giraph.comm.messages.queue.AsyncMessageStoreWrapper.class
org.apache.giraph.comm.messages.queue.PartitionMessage.class
org.apache.giraph.comm.netty.ByteCounter.class
org.apache.giraph.comm.netty.ByteCounterDelegate.class
org.apache.giraph.comm.netty.ChannelRotater.class
org.apache.giraph.comm.netty.InboundByteCounter.class
org.apache.giraph.comm.netty.NettyClient.class
org.apache.giraph.comm.netty.NettyMasterClient.class
org.apache.giraph.comm.netty.NettyMasterServer.class
org.apache.giraph.comm.netty.NettyServer.class
org.apache.giraph.comm.netty.NettyWorkerAggregatorRequestProcessor.class
org.apache.giraph.comm.netty.NettyWorkerClient.class
org.apache.giraph.comm.netty.NettyWorkerClientRequestProcessor.class
org.apache.giraph.comm.netty.NettyWorkerServer.class
org.apache.giraph.comm.netty.OutboundByteCounter.class
org.apache.giraph.comm.netty.SaslNettyClient.class
org.apache.giraph.comm.netty.SaslNettyServer.class
org.apache.giraph.comm.netty.handler.AddressRequestIdGenerator.class
org.apache.giraph.comm.netty.handler.AuthorizeServerHandler.class
org.apache.giraph.comm.netty.handler.ClientRequestId.class
org.apache.giraph.comm.netty.handler.MasterRequestServerHandler.class
org.apache.giraph.comm.netty.handler.RequestDecoder.class
org.apache.giraph.comm.netty.handler.RequestEncoder.class
org.apache.giraph.comm.netty.handler.RequestInfo.class
org.apache.giraph.comm.netty.handler.RequestServerHandler.class
org.apache.giraph.comm.netty.handler.ResponseClientHandler.class
org.apache.giraph.comm.netty.handler.ResponseEncoder.class
org.apache.giraph.comm.netty.handler.SaslClientHandler.class
org.apache.giraph.comm.netty.handler.SaslServerHandler.class
org.apache.giraph.comm.netty.handler.WorkerRequestReservedMap.class
org.apache.giraph.comm.netty.handler.WorkerRequestServerHandler.class
org.apache.giraph.comm.requests.ByteArrayRequest.class
org.apache.giraph.comm.requests.ByteArrayWithSenderTaskIdRequest.class
org.apache.giraph.comm.requests.MasterRequest.class
org.apache.giraph.comm.requests.RequestType.class
org.apache.giraph.comm.requests.SaslCompleteRequest.class
org.apache.giraph.comm.requests.SaslTokenMessageRequest.class
org.apache.giraph.comm.requests.SendAggregatorsToOwnerRequest.class
org.apache.giraph.comm.requests.SendAggregatorsToWorkerRequest.class
org.apache.giraph.comm.requests.SendPartitionCurrentMessagesRequest.class
org.apache.giraph.comm.requests.SendPartitionMutationsRequest.class
org.apache.giraph.comm.requests.SendReducedToMasterRequest.class
org.apache.giraph.comm.requests.SendVertexRequest.class
org.apache.giraph.comm.requests.SendWorkerAggregatorsRequest.class
org.apache.giraph.comm.requests.SendWorkerDataRequest.class
org.apache.giraph.comm.requests.SendWorkerEdgesRequest.class
org.apache.giraph.comm.requests.SendWorkerMessagesRequest.class
org.apache.giraph.comm.requests.SendWorkerOneMessageToManyRequest.class
org.apache.giraph.comm.requests.SendWorkerToWorkerMessageRequest.class
org.apache.giraph.comm.requests.SendWorkerVerticesRequest.class
org.apache.giraph.comm.requests.WorkerRequest.class
org.apache.giraph.comm.requests.WritableRequest.class
org.apache.giraph.conf.AbstractConfOption.class
org.apache.giraph.conf.AllOptions.class
org.apache.giraph.conf.BooleanConfOption.class
org.apache.giraph.conf.ClassConfOption.class
org.apache.giraph.conf.ConfOptionType.class
org.apache.giraph.conf.DefaultImmutableClassesGiraphConfigurable.class
org.apache.giraph.conf.EnumConfOption.class
org.apache.giraph.conf.FloatConfOption.class
org.apache.giraph.conf.GiraphClasses.class
org.apache.giraph.conf.GiraphConfiguration.class
org.apache.giraph.conf.GiraphConfigurationSettable.class
org.apache.giraph.conf.GiraphConstants.class
org.apache.giraph.conf.GiraphTypes.class
org.apache.giraph.conf.ImmutableClassesGiraphConfigurable.class
org.apache.giraph.conf.ImmutableClassesGiraphConfiguration.class
org.apache.giraph.conf.IntConfOption.class
org.apache.giraph.conf.JsonStringConfOption.class
org.apache.giraph.conf.LongConfOption.class
org.apache.giraph.conf.PerGraphTypeBoolean.class
org.apache.giraph.conf.PerGraphTypeBooleanConfOption.class
org.apache.giraph.conf.PerGraphTypeEnum.class
org.apache.giraph.conf.PerGraphTypeEnumConfOption.class
org.apache.giraph.conf.StrConfOption.class
org.apache.giraph.conf.TypesHolder.class
org.apache.giraph.counters.GiraphHadoopCounter.class
org.apache.giraph.counters.GiraphStats.class
org.apache.giraph.counters.GiraphTimers.class
org.apache.giraph.counters.HadoopCountersBase.class
org.apache.giraph.edge.AbstractEdgeStore.class
org.apache.giraph.edge.ArrayListEdges.class
org.apache.giraph.edge.ByteArrayEdges.class
org.apache.giraph.edge.ConfigurableOutEdges.class
org.apache.giraph.edge.DefaultEdge.class
org.apache.giraph.edge.Edge.class
org.apache.giraph.edge.EdgeFactory.class
org.apache.giraph.edge.EdgeNoValue.class
org.apache.giraph.edge.EdgeStore.class
org.apache.giraph.edge.EdgeStoreFactory.class
org.apache.giraph.edge.HashMapEdges.class
org.apache.giraph.edge.HashMultimapEdges.class
org.apache.giraph.edge.IdAndNullArrayEdges.class
org.apache.giraph.edge.IdAndValueArrayEdges.class
org.apache.giraph.edge.InMemoryEdgeStoreFactory.class
org.apache.giraph.edge.IntNullArrayEdges.class
org.apache.giraph.edge.LongDoubleArrayEdges.class
org.apache.giraph.edge.LongDoubleHashMapEdges.class
org.apache.giraph.edge.LongNullArrayEdges.class
org.apache.giraph.edge.LongNullHashSetEdges.class
org.apache.giraph.edge.MapMutableEdge.class
org.apache.giraph.edge.MultiRandomAccessOutEdges.class
org.apache.giraph.edge.MutableEdge.class
org.apache.giraph.edge.MutableEdgesIterable.class
org.apache.giraph.edge.MutableEdgesWrapper.class
org.apache.giraph.edge.MutableOutEdges.class
org.apache.giraph.edge.OutEdges.class
org.apache.giraph.edge.ReusableEdge.class
org.apache.giraph.edge.ReuseObjectsOutEdges.class
org.apache.giraph.edge.SimpleEdgeStore.class
org.apache.giraph.edge.StrictRandomAccessOutEdges.class
org.apache.giraph.edge.primitives.IntEdgeStore.class
org.apache.giraph.edge.primitives.LongEdgeStore.class
org.apache.giraph.factories.AbstractMessageValueFactory.class
org.apache.giraph.factories.ComputationFactory.class
org.apache.giraph.factories.DefaultComputationFactory.class
org.apache.giraph.factories.DefaultEdgeValueFactory.class
org.apache.giraph.factories.DefaultIncomingMessageValueFactory.class
org.apache.giraph.factories.DefaultOutgoingMessageValueFactory.class
org.apache.giraph.factories.DefaultVertexIdFactory.class
org.apache.giraph.factories.DefaultVertexValueFactory.class
org.apache.giraph.factories.EdgeValueFactory.class
org.apache.giraph.factories.MessageValueFactory.class
org.apache.giraph.factories.TestMessageValueFactory.class
org.apache.giraph.factories.ValueFactories.class
org.apache.giraph.factories.ValueFactory.class
org.apache.giraph.factories.VertexIdFactory.class
org.apache.giraph.factories.VertexValueFactory.class
org.apache.giraph.graph.AbstractComputation.class
org.apache.giraph.graph.AddressesAndPartitionsWritable.class
org.apache.giraph.graph.BasicComputation.class
org.apache.giraph.graph.ByteValueVertex.class
org.apache.giraph.graph.Computation.class
org.apache.giraph.graph.ComputeCallable.class
org.apache.giraph.graph.DefaultVertex.class
org.apache.giraph.graph.DefaultVertexResolver.class
org.apache.giraph.graph.DefaultVertexValueCombiner.class
org.apache.giraph.graph.FinishedSuperstepStats.class
org.apache.giraph.graph.GiraphTransferRegulator.class
org.apache.giraph.graph.GlobalStats.class
org.apache.giraph.graph.GraphFunctions.class
org.apache.giraph.graph.GraphMapper.class
org.apache.giraph.graph.GraphState.class
org.apache.giraph.graph.GraphTaskManager.class
org.apache.giraph.graph.GraphType.class
org.apache.giraph.graph.InputSplitEvents.class
org.apache.giraph.graph.InputSplitPaths.class
org.apache.giraph.graph.JobProgressTrackerClient.class
org.apache.giraph.graph.JobProgressTrackerClientNoOp.class
org.apache.giraph.graph.Language.class
org.apache.giraph.graph.RetryableJobProgressTrackerClient.class
org.apache.giraph.graph.TaskInfo.class
org.apache.giraph.graph.Vertex.class
org.apache.giraph.graph.VertexChanges.class
org.apache.giraph.graph.VertexEdgeCount.class
org.apache.giraph.graph.VertexMutations.class
org.apache.giraph.graph.VertexResolver.class
org.apache.giraph.graph.VertexValueCombiner.class
org.apache.giraph.integration.SuperstepHashPartitionerFactory.class
org.apache.giraph.io.BasicVertexValueReader.class
org.apache.giraph.io.EdgeInputFormat.class
org.apache.giraph.io.EdgeOutputFormat.class
org.apache.giraph.io.EdgeReader.class
org.apache.giraph.io.EdgeWriter.class
org.apache.giraph.io.GiraphInputFormat.class
org.apache.giraph.io.MappingInputFormat.class
org.apache.giraph.io.MappingReader.class
org.apache.giraph.io.ReverseEdgeDuplicator.class
org.apache.giraph.io.SimpleVertexWriter.class
org.apache.giraph.io.VertexInputFormat.class
org.apache.giraph.io.VertexOutputFormat.class
org.apache.giraph.io.VertexReader.class
org.apache.giraph.io.VertexValueInputFormat.class
org.apache.giraph.io.VertexValueReader.class
org.apache.giraph.io.VertexWriter.class
org.apache.giraph.io.filters.DefaultEdgeInputFilter.class
org.apache.giraph.io.filters.DefaultVertexInputFilter.class
org.apache.giraph.io.filters.EdgeInputFilter.class
org.apache.giraph.io.filters.VertexInputFilter.class
org.apache.giraph.io.formats.AdjacencyListTextVertexInputFormat.class
org.apache.giraph.io.formats.AdjacencyListTextVertexOutputFormat.class
org.apache.giraph.io.formats.GeneratedVertexInputFormat.class
org.apache.giraph.io.formats.GiraphFileInputFormat.class
org.apache.giraph.io.formats.GiraphTextInputFormat.class
org.apache.giraph.io.formats.GiraphTextOutputFormat.class
org.apache.giraph.io.formats.GraphvizOutputFormat.class
org.apache.giraph.io.formats.IdWithValueTextOutputFormat.class
org.apache.giraph.io.formats.InMemoryVertexOutputFormat.class
org.apache.giraph.io.formats.IntIntNullTextInputFormat.class
org.apache.giraph.io.formats.IntIntNullTextVertexInputFormat.class
org.apache.giraph.io.formats.IntIntTextVertexValueInputFormat.class
org.apache.giraph.io.formats.IntNullNullTextInputFormat.class
org.apache.giraph.io.formats.IntNullReverseTextEdgeInputFormat.class
org.apache.giraph.io.formats.IntNullTextEdgeInputFormat.class
org.apache.giraph.io.formats.JsonBase64VertexFormat.class
org.apache.giraph.io.formats.JsonBase64VertexInputFormat.class
org.apache.giraph.io.formats.JsonBase64VertexOutputFormat.class
org.apache.giraph.io.formats.JsonLongDoubleFloatDoubleVertexInputFormat.class
org.apache.giraph.io.formats.JsonLongDoubleFloatDoubleVertexOutputFormat.class
org.apache.giraph.io.formats.LongDoubleDoubleAdjacencyListVertexInputFormat.class
org.apache.giraph.io.formats.LongLongNullTextInputFormat.class
org.apache.giraph.io.formats.PseudoRandomEdgeInputFormat.class
org.apache.giraph.io.formats.PseudoRandomInputFormatConstants.class
org.apache.giraph.io.formats.PseudoRandomIntNullLocalEdgesHelper.class
org.apache.giraph.io.formats.PseudoRandomIntNullVertexInputFormat.class
org.apache.giraph.io.formats.PseudoRandomLocalEdgesHelper.class
org.apache.giraph.io.formats.PseudoRandomUtils.class
org.apache.giraph.io.formats.PseudoRandomVertexInputFormat.class
org.apache.giraph.io.formats.SequenceFileVertexInputFormat.class
org.apache.giraph.io.formats.SequenceFileVertexOutputFormat.class
org.apache.giraph.io.formats.SrcIdDstIdEdgeValueTextOutputFormat.class
org.apache.giraph.io.formats.TextDoubleDoubleAdjacencyListVertexInputFormat.class
org.apache.giraph.io.formats.TextEdgeInputFormat.class
org.apache.giraph.io.formats.TextEdgeOutputFormat.class
org.apache.giraph.io.formats.TextVertexInputFormat.class
org.apache.giraph.io.formats.TextVertexOutputFormat.class
org.apache.giraph.io.formats.TextVertexValueInputFormat.class
org.apache.giraph.io.formats.WattsStrogatzVertexInputFormat.class
org.apache.giraph.io.formats.multi.EdgeInputFormatDescription.class
org.apache.giraph.io.formats.multi.InputFormatDescription.class
org.apache.giraph.io.formats.multi.InputSplitWithInputFormatIndex.class
org.apache.giraph.io.formats.multi.MultiEdgeInputFormat.class
org.apache.giraph.io.formats.multi.MultiInputUtils.class
org.apache.giraph.io.formats.multi.MultiVertexInputFormat.class
org.apache.giraph.io.formats.multi.VertexInputFormatDescription.class
org.apache.giraph.io.internal.WrappedEdgeInputFormat.class
org.apache.giraph.io.internal.WrappedEdgeOutputFormat.class
org.apache.giraph.io.internal.WrappedEdgeReader.class
org.apache.giraph.io.internal.WrappedMappingInputFormat.class
org.apache.giraph.io.internal.WrappedMappingReader.class
org.apache.giraph.io.internal.WrappedVertexInputFormat.class
org.apache.giraph.io.internal.WrappedVertexOutputFormat.class
org.apache.giraph.io.internal.WrappedVertexReader.class
org.apache.giraph.io.iterables.EdgeReaderWrapper.class
org.apache.giraph.io.iterables.EdgeWithSource.class
org.apache.giraph.io.iterables.GiraphReader.class
org.apache.giraph.io.iterables.IteratorToReaderWrapper.class
org.apache.giraph.io.iterables.MappingReaderWrapper.class
org.apache.giraph.io.iterables.VertexReaderWrapper.class
org.apache.giraph.io.superstep_output.MultiThreadedSuperstepOutput.class
org.apache.giraph.io.superstep_output.NoOpSuperstepOutput.class
org.apache.giraph.io.superstep_output.SuperstepOutput.class
org.apache.giraph.io.superstep_output.SynchronizedSuperstepOutput.class
org.apache.giraph.job.CombinedWorkerProgress.class
org.apache.giraph.job.DefaultGiraphJobRetryChecker.class
org.apache.giraph.job.DefaultJobObserver.class
org.apache.giraph.job.GiraphConfigurationValidator.class
org.apache.giraph.job.GiraphJob.class
org.apache.giraph.job.GiraphJobObserver.class
org.apache.giraph.job.GiraphJobRetryChecker.class
org.apache.giraph.job.HadoopUtils.class
org.apache.giraph.job.HaltApplicationUtils.class
org.apache.giraph.job.JobProgressTracker.class
org.apache.giraph.job.JobProgressTrackerService.class
org.apache.giraph.jython.JythonComputation.class
org.apache.giraph.jython.JythonGiraphComputation.class
org.apache.giraph.jython.JythonJob.class
org.apache.giraph.jython.JythonOptions.class
org.apache.giraph.jython.JythonUtils.class
org.apache.giraph.jython.factories.JythonComputationFactory.class
org.apache.giraph.jython.factories.JythonEdgeValueFactory.class
org.apache.giraph.jython.factories.JythonFactoryBase.class
org.apache.giraph.jython.factories.JythonIncomingMessageValueFactory.class
org.apache.giraph.jython.factories.JythonMessageValueFactory.class
org.apache.giraph.jython.factories.JythonOutgoingMessageValueFactory.class
org.apache.giraph.jython.factories.JythonVertexIdFactory.class
org.apache.giraph.jython.factories.JythonVertexValueFactory.class
org.apache.giraph.jython.wrappers.JythonWrapperBase.class
org.apache.giraph.jython.wrappers.JythonWritableWrapper.class
org.apache.giraph.mapping.AbstractLongByteOps.class
org.apache.giraph.mapping.DefaultEmbeddedLongByteOps.class
org.apache.giraph.mapping.DefaultLongByteOps.class
org.apache.giraph.mapping.LongByteMappingStore.class
org.apache.giraph.mapping.MappingEntry.class
org.apache.giraph.mapping.MappingStore.class
org.apache.giraph.mapping.MappingStoreOps.class
org.apache.giraph.mapping.translate.LongByteTranslateEdge.class
org.apache.giraph.mapping.translate.TranslateEdge.class
org.apache.giraph.master.AggregatorBroadcast.class
org.apache.giraph.master.AggregatorReduceOperation.class
org.apache.giraph.master.AggregatorToGlobalCommTranslation.class
org.apache.giraph.master.BspServiceMaster.class
org.apache.giraph.master.DefaultMasterCompute.class
org.apache.giraph.master.DefaultMasterObserver.class
org.apache.giraph.master.MasterAggregatorHandler.class
org.apache.giraph.master.MasterAggregatorUsage.class
org.apache.giraph.master.MasterCompute.class
org.apache.giraph.master.MasterGlobalCommUsage.class
org.apache.giraph.master.MasterInfo.class
org.apache.giraph.master.MasterObserver.class
org.apache.giraph.master.MasterThread.class
org.apache.giraph.master.SuperstepClasses.class
org.apache.giraph.metrics.AggregatedMetric.class
org.apache.giraph.metrics.AggregatedMetrics.class
org.apache.giraph.metrics.GiraphMetrics.class
org.apache.giraph.metrics.GiraphMetricsRegistry.class
org.apache.giraph.metrics.GiraphTimer.class
org.apache.giraph.metrics.GiraphTimerContext.class
org.apache.giraph.metrics.LongAndTimeUnit.class
org.apache.giraph.metrics.MeterDesc.class
org.apache.giraph.metrics.MetricNames.class
org.apache.giraph.metrics.MetricsRegistryDebugger.class
org.apache.giraph.metrics.NoOpMetricsRegistry.class
org.apache.giraph.metrics.ResetSuperstepMetricsObserver.class
org.apache.giraph.metrics.SuperstepMetricsRegistry.class
org.apache.giraph.metrics.ValueGauge.class
org.apache.giraph.metrics.ValueWithHostname.class
org.apache.giraph.metrics.WorkerSuperstepMetrics.class
org.apache.giraph.partition.BasicPartition.class
org.apache.giraph.partition.BasicPartitionOwner.class
org.apache.giraph.partition.ByteArrayPartition.class
org.apache.giraph.partition.DiskBackedPartitionStore.class
org.apache.giraph.partition.GraphPartitionerFactory.class
org.apache.giraph.partition.HashMasterPartitioner.class
org.apache.giraph.partition.HashPartitionerFactory.class
org.apache.giraph.partition.HashRangePartitionerFactory.class
org.apache.giraph.partition.HashRangeWorkerPartitioner.class
org.apache.giraph.partition.HashWorkerPartitioner.class
org.apache.giraph.partition.LongMappingStorePartitionerFactory.class
org.apache.giraph.partition.MasterGraphPartitioner.class
org.apache.giraph.partition.Partition.class
org.apache.giraph.partition.PartitionBalancer.class
org.apache.giraph.partition.PartitionExchange.class
org.apache.giraph.partition.PartitionOwner.class
org.apache.giraph.partition.PartitionStats.class
org.apache.giraph.partition.PartitionStore.class
org.apache.giraph.partition.PartitionUtils.class
org.apache.giraph.partition.ReusesObjectsPartition.class
org.apache.giraph.partition.SimpleIntRangePartitionerFactory.class
org.apache.giraph.partition.SimpleLongRangePartitionerFactory.class
org.apache.giraph.partition.SimpleMasterPartitioner.class
org.apache.giraph.partition.SimplePartition.class
org.apache.giraph.partition.SimplePartitionStore.class
org.apache.giraph.partition.SimplePartitionerFactory.class
org.apache.giraph.partition.SimpleWorkerPartitioner.class
org.apache.giraph.partition.WorkerGraphPartitioner.class
org.apache.giraph.reducers.OnSameReduceOperation.class
org.apache.giraph.reducers.ReduceOperation.class
org.apache.giraph.reducers.Reducer.class
org.apache.giraph.scripting.DeployType.class
org.apache.giraph.scripting.DeployedScript.class
org.apache.giraph.scripting.ScriptLoader.class
org.apache.giraph.time.FakeTime.class
org.apache.giraph.time.SystemTime.class
org.apache.giraph.time.Time.class
org.apache.giraph.time.Times.class
org.apache.giraph.types.BooleanToBooleanWritableWrapper.class
org.apache.giraph.types.BooleanWritableToBooleanUnwrapper.class
org.apache.giraph.types.ByteToByteWritableWrapper.class
org.apache.giraph.types.ByteToIntWritableWrapper.class
org.apache.giraph.types.ByteToLongWritableWrapper.class
org.apache.giraph.types.ByteWritableToByteUnwrapper.class
org.apache.giraph.types.ByteWritableToIntUnwrapper.class
org.apache.giraph.types.ByteWritableToLongUnwrapper.class
org.apache.giraph.types.ByteWritableToShortUnwrapper.class
org.apache.giraph.types.DoubleToDoubleWritableWrapper.class
org.apache.giraph.types.DoubleWritableToDoubleUnwrapper.class
org.apache.giraph.types.FloatToDoubleWritableWrapper.class
org.apache.giraph.types.FloatToFloatWritableWrapper.class
org.apache.giraph.types.FloatWritableToDoubleUnwrapper.class
org.apache.giraph.types.FloatWritableToFloatUnwrapper.class
org.apache.giraph.types.IntToIntWritableWrapper.class
org.apache.giraph.types.IntToLongWritableWrapper.class
org.apache.giraph.types.IntWritableToIntUnwrapper.class
org.apache.giraph.types.IntWritableToLongUnwrapper.class
org.apache.giraph.types.JavaWritablePair.class
org.apache.giraph.types.LongToLongWritableWrapper.class
org.apache.giraph.types.LongWritableToLongUnwrapper.class
org.apache.giraph.types.ShortToIntWritableWrapper.class
org.apache.giraph.types.ShortToLongWritableWrapper.class
org.apache.giraph.types.WritableUnwrapper.class
org.apache.giraph.types.WritableUnwrappers.class
org.apache.giraph.types.WritableWrapper.class
org.apache.giraph.types.WritableWrappers.class
org.apache.giraph.types.ops.BooleanTypeOps.class
org.apache.giraph.types.ops.ByteTypeOps.class
org.apache.giraph.types.ops.DoubleTypeOps.class
org.apache.giraph.types.ops.FloatTypeOps.class
org.apache.giraph.types.ops.IntTypeOps.class
org.apache.giraph.types.ops.LongTypeOps.class
org.apache.giraph.types.ops.MapTypeOps.class
org.apache.giraph.types.ops.PrimitiveIdTypeOps.class
org.apache.giraph.types.ops.PrimitiveTypeOps.class
org.apache.giraph.types.ops.TextTypeOps.class
org.apache.giraph.types.ops.TypeOps.class
org.apache.giraph.types.ops.TypeOpsUtils.class
org.apache.giraph.types.ops.collections.Basic2ObjectMap.class
org.apache.giraph.types.ops.collections.BasicArrayList.class
org.apache.giraph.types.ops.collections.BasicSet.class
org.apache.giraph.types.ops.collections.ResettableIterator.class
org.apache.giraph.types.ops.collections.WritableWriter.class
org.apache.giraph.utils.AbstractVertexIdData.class
org.apache.giraph.utils.AnnotationUtils.class
org.apache.giraph.utils.ArrayListWritable.class
org.apache.giraph.utils.ArrayWritable.class
org.apache.giraph.utils.ByteArrayOneMessageToManyIds.class
org.apache.giraph.utils.ByteArrayVertexIdData.class
org.apache.giraph.utils.ByteArrayVertexIdEdges.class
org.apache.giraph.utils.ByteArrayVertexIdMessages.class
org.apache.giraph.utils.ByteStructIterable.class
org.apache.giraph.utils.ByteStructIterator.class
org.apache.giraph.utils.ByteStructVertexIdDataIterator.class
org.apache.giraph.utils.ByteStructVertexIdEdgeIterator.class
org.apache.giraph.utils.ByteStructVertexIdIterator.class
org.apache.giraph.utils.ByteStructVertexIdMessageBytesIterator.class
org.apache.giraph.utils.ByteStructVertexIdMessageIterator.class
org.apache.giraph.utils.ByteUtils.class
org.apache.giraph.utils.CallableFactory.class
org.apache.giraph.utils.CheckpointingUtils.class
org.apache.giraph.utils.CollectionUtils.class
org.apache.giraph.utils.ConfigurationUtils.class
org.apache.giraph.utils.CounterUtils.class
org.apache.giraph.utils.DistributedCacheUtils.class
org.apache.giraph.utils.DynamicChannelBufferInputStream.class
org.apache.giraph.utils.DynamicChannelBufferOutputStream.class
org.apache.giraph.utils.EdgeComparator.class
org.apache.giraph.utils.EdgeIterables.class
org.apache.giraph.utils.EmptyIterable.class
org.apache.giraph.utils.ExtendedByteArrayDataInput.class
org.apache.giraph.utils.ExtendedByteArrayDataOutput.class
org.apache.giraph.utils.ExtendedByteArrayOutputBuffer.class
org.apache.giraph.utils.ExtendedDataInput.class
org.apache.giraph.utils.ExtendedDataOutput.class
org.apache.giraph.utils.Factory.class
org.apache.giraph.utils.FileUtils.class
org.apache.giraph.utils.GiraphDepVersions.class
org.apache.giraph.utils.InMemoryVertexInputFormat.class
org.apache.giraph.utils.IncreasingBitSet.class
org.apache.giraph.utils.IntPair.class
org.apache.giraph.utils.InternalVertexRunner.class
org.apache.giraph.utils.JMap.class
org.apache.giraph.utils.JMapHistoDumper.class
org.apache.giraph.utils.LogStacktraceCallable.class
org.apache.giraph.utils.LogVersions.class
org.apache.giraph.utils.LoggerUtils.class
org.apache.giraph.utils.MasterLoggingAggregator.class
org.apache.giraph.utils.MathUtils.class
org.apache.giraph.utils.MemoryUtils.class
org.apache.giraph.utils.OneMessageToManyIdsIterator.class
org.apache.giraph.utils.PairList.class
org.apache.giraph.utils.PipelineUtils.class
org.apache.giraph.utils.ProgressableUtils.class
org.apache.giraph.utils.ReactiveJMapHistoDumper.class
org.apache.giraph.utils.ReflectionUtils.class
org.apache.giraph.utils.RepresentativeByteStructIterable.class
org.apache.giraph.utils.RepresentativeByteStructIterator.class
org.apache.giraph.utils.RequestUtils.class
org.apache.giraph.utils.TaskIdsPermitsBarrier.class
org.apache.giraph.utils.TestGraph.class
org.apache.giraph.utils.ThreadUtils.class
org.apache.giraph.utils.TimedLogger.class
org.apache.giraph.utils.Trimmable.class
org.apache.giraph.utils.UnsafeArrayReads.class
org.apache.giraph.utils.UnsafeByteArrayInputStream.class
org.apache.giraph.utils.UnsafeByteArrayOutputStream.class
org.apache.giraph.utils.UnsafeReads.class
org.apache.giraph.utils.UnsafeReusableByteArrayInput.class
org.apache.giraph.utils.VerboseByteStructMessageWrite.class
org.apache.giraph.utils.VertexIdData.class
org.apache.giraph.utils.VertexIdDataIterator.class
org.apache.giraph.utils.VertexIdEdgeIterator.class
org.apache.giraph.utils.VertexIdEdges.class
org.apache.giraph.utils.VertexIdIterator.class
org.apache.giraph.utils.VertexIdMessageBytesIterator.class
org.apache.giraph.utils.VertexIdMessageIterator.class
org.apache.giraph.utils.VertexIdMessages.class
org.apache.giraph.utils.VertexIterator.class
org.apache.giraph.utils.WritableUtils.class
org.apache.giraph.utils.YourKitContext.class
org.apache.giraph.utils.YourKitProfiler.class
org.apache.giraph.utils.io.BigDataInput.class
org.apache.giraph.utils.io.BigDataInputOutput.class
org.apache.giraph.utils.io.BigDataOutput.class
org.apache.giraph.utils.io.DataInputOutput.class
org.apache.giraph.utils.io.ExtendedDataInputOutput.class
org.apache.giraph.worker.BspServiceWorker.class
org.apache.giraph.worker.DefaultWorkerContext.class
org.apache.giraph.worker.DefaultWorkerObserver.class
org.apache.giraph.worker.EdgeInputSplitsCallable.class
org.apache.giraph.worker.EdgeInputSplitsCallableFactory.class
org.apache.giraph.worker.FullInputSplitCallable.class
org.apache.giraph.worker.InputSplitPathOrganizer.class
org.apache.giraph.worker.InputSplitsCallable.class
org.apache.giraph.worker.InputSplitsHandler.class
org.apache.giraph.worker.LocalData.class
org.apache.giraph.worker.MappingInputSplitsCallable.class
org.apache.giraph.worker.MappingInputSplitsCallableFactory.class
org.apache.giraph.worker.VertexInputSplitsCallable.class
org.apache.giraph.worker.VertexInputSplitsCallableFactory.class
org.apache.giraph.worker.WorkerAggregatorDelegator.class
org.apache.giraph.worker.WorkerAggregatorHandler.class
org.apache.giraph.worker.WorkerAggregatorUsage.class
org.apache.giraph.worker.WorkerBroadcastUsage.class
org.apache.giraph.worker.WorkerContext.class
org.apache.giraph.worker.WorkerGlobalCommUsage.class
org.apache.giraph.worker.WorkerInfo.class
org.apache.giraph.worker.WorkerObserver.class
org.apache.giraph.worker.WorkerProgress.class
org.apache.giraph.worker.WorkerProgressWriter.class
org.apache.giraph.worker.WorkerReduceUsage.class
org.apache.giraph.worker.WorkerThreadGlobalCommUsage.class
org.apache.giraph.zk.BspEvent.class
org.apache.giraph.zk.ComputationDoneName.class
org.apache.giraph.zk.GiraphZooKeeperAdmin.class
org.apache.giraph.zk.PredicateLock.class
org.apache.giraph.zk.ZooKeeperExt.class
org.apache.giraph.zk.ZooKeeperManager.class
org.apache.giraph.zk.ZooKeeperNodeCreator.class
org/apache/giraph/benchmark/page-rank.py
org/apache/giraph/versions.properties

Pom

giraph-core-1.1.0.pom file content.

<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.  See the NOTICE file
distributed with this work for additional information
regarding copyright ownership.  The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License.  You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied.  See the License for the
specific language governing permissions and limitations
under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.apache.giraph</groupId>
    <artifactId>giraph-parent</artifactId>
    <version>1.1.0</version>
  </parent>
  <artifactId>giraph-core</artifactId>
  <packaging>jar</packaging>

  <name>Apache Giraph Core</name>
  <url>http://giraph.apache.org/giraph-core/</url>
  <description>Giraph core classes</description>

  <properties>
    <export-target.dir>export/target</export-target.dir>
    <top.dir>${project.basedir}/..</top.dir>
    <project.jar>${project.basedir}/target/giraph-${project.version}-${forHadoop}-jar-with-dependencies.jar</project.jar>
  </properties>

  <build>
    <resources>
      <resource>
        <directory>src/main/resources</directory>
        <filtering>true</filtering>
      </resource>
    </resources>
    <finalName>giraph-${project.version}-${forHadoop}</finalName>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-assembly-plugin</artifactId>
        <executions>
          <execution>
            <id>make-assembly</id>
            <!-- this is used for inheritance merges -->
            <phase>package</phase>
            <!-- append to the packaging phase. -->
            <configuration>
              <!-- Specifies the configuration file of the assembly plugin -->
              <descriptors>
                <descriptor>src/main/assembly/assembly.xml</descriptor>
              </descriptors>
              <outputDirectory>target</outputDirectory>
            </configuration>
            <goals>
              <goal>single</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-checkstyle-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-compiler-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-enforcer-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-site-plugin</artifactId>
        <configuration>
          <siteDirectory>${project.basedir}/src/site</siteDirectory>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>2.6</version>
        <configuration>
          <systemProperties>
            <property>
              <name>prop.jarLocation</name>
              <value>${project.jar}</value>
            </property>
          </systemProperties>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.rat</groupId>
        <artifactId>apache-rat-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-antrun-plugin</artifactId>
        <version>1.6</version>
        <executions>
          <execution>
            <phase>compile</phase>
            <goals>
              <goal>run</goal>
            </goals>
            <configuration>
              <target>
                <java classname="org.apache.giraph.conf.AllOptions">
                  <classpath>
                    <pathelement location="${project.jar}"/>
                    <pathelement path="${maven.dependency.org.apache.hadoop.hadoop-common.jar.path}"/>
                    <pathelement path="${maven.dependency.org.apache.hadoop.hadoop-core.jar.path}"/>
                  </classpath>
                  <arg value="${top.dir}/src/site/xdoc/options.xml" />
                </java>
              </target>
            </configuration>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>findbugs-maven-plugin</artifactId>
        <version>2.5.1</version>
        <configuration>
          <xmlOutput>true</xmlOutput>
          <findbugsXmlOutput>false</findbugsXmlOutput>
          <excludeFilterFile>${top.dir}/findbugs-exclude.xml</excludeFilterFile>
        </configuration>
        <executions>
          <execution>
            <phase>verify</phase>
            <goals>
              <goal>check</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>

  <profiles>
    <profile>
      <id>hadoop_0.20.203</id>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
              <excludes>
                <exclude>**/yarn/**</exclude>
              </excludes>
              <testExcludes>
                <exclude>**/yarn/**</exclude>
              </testExcludes>
            </configuration>
          </plugin>
          <plugin>
            <groupId>org.sonatype.plugins</groupId>
            <artifactId>munge-maven-plugin</artifactId>
          </plugin>
        </plugins>
      </build>
    </profile>

    <profile>
      <id>hadoop_1</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
              <excludes>
                <exclude>**/yarn/**</exclude>
              </excludes>
              <testExcludes>
                <exclude>**/yarn/**</exclude>
              </testExcludes>
            </configuration>
          </plugin>
          <plugin>
            <groupId>org.sonatype.plugins</groupId>
            <artifactId>munge-maven-plugin</artifactId>
          </plugin>
        </plugins>
      </build>
    </profile>

    <profile>
      <id>hadoop_non_secure</id>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
              <excludes>
                <exclude>**/yarn/**</exclude>
              </excludes>
              <testExcludes>
                <exclude>**/yarn/**</exclude>
              </testExcludes>
            </configuration>
          </plugin>
          <plugin>
            <groupId>org.sonatype.plugins</groupId>
            <artifactId>munge-maven-plugin</artifactId>
            <configuration>
              <excludes>
                **/comm/netty/SaslNettyClient.java,
                **/comm/netty/SaslNettyServer.java,
                **/comm/netty/handler/AuthorizeServerHandler.java,
                **/comm/netty/handler/SaslClientHandler.java,
                **/comm/netty/handler/SaslServerHandler.java,
                **/comm/requests/SaslCompleteRequest.java,
                **/comm/requests/SaslTokenMessageRequest.java,
                **/comm/SaslConnectionTest.java
              </excludes> 
            </configuration>
          </plugin>
        </plugins>
      </build>
    </profile>

    <profile>
      <id>hadoop_facebook</id>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
              <excludes>
                <exclude>**/yarn/**</exclude>
              </excludes>
              <testExcludes>
                <exclude>**/yarn/**</exclude>
              </testExcludes>
            </configuration>
          </plugin>
          <plugin>
            <groupId>org.sonatype.plugins</groupId>
            <artifactId>munge-maven-plugin</artifactId>
            <configuration>
              <excludes>
                **/comm/netty/SaslNettyClient.java,
                **/comm/netty/SaslNettyServer.java,
                **/comm/netty/handler/AuthorizeServerHandler.java,
                **/comm/netty/handler/SaslClientHandler.java,
                **/comm/netty/handler/SaslServerHandler.java,
                **/comm/requests/SaslCompleteRequest.java,
                **/comm/requests/SaslTokenMessageRequest.java,
                **/comm/SaslConnectionTest.java
              </excludes>
            </configuration>
          </plugin>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-surefire-plugin</artifactId>
          </plugin>
        </plugins>
      </build>
    </profile>

    <profile>
      <id>hadoop_0.23</id>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
              <excludes>
                <exclude>**/yarn/**</exclude>
              </excludes>
              <testExcludes>
                <exclude>**/yarn/**</exclude>
              </testExcludes>
            </configuration>
          </plugin>
          <plugin>
            <groupId>org.sonatype.plugins</groupId>
            <artifactId>munge-maven-plugin</artifactId>
          </plugin>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-surefire-plugin</artifactId>
          </plugin>
        </plugins>
      </build>
    </profile>

    <!-- Currently supports hadoop-2.0.3-alpha
      (see hadoop_yarn profile in giraph-parent POM to change) -->
    <profile>
      <id>hadoop_yarn</id>
      <build>
        <plugins>
          <plugin>
              <groupId>org.sonatype.plugins</groupId>
              <artifactId>munge-maven-plugin</artifactId>
          </plugin>
        </plugins>
      </build>
    </profile>

    <!-- Unmunged profiles are below. -->
    <profile>
      <id>hadoop_2</id>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
              <excludes>
                <exclude>**/yarn/**</exclude>
              </excludes>
              <testExcludes>
                <exclude>**/yarn/**</exclude>
              </testExcludes>
            </configuration>
          </plugin>
        </plugins>
      </build>
    </profile>

    <profile>
      <id>hadoop_2.0.0</id>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
              <excludes>
                <exclude>**/yarn/**</exclude>
              </excludes>
              <testExcludes>
                <exclude>**/yarn/**</exclude>
              </testExcludes>
            </configuration>
          </plugin>
        </plugins>
      </build>
    </profile>

    <profile>
      <id>hadoop_2.0.1</id>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
              <excludes>
                <exclude>**/yarn/**</exclude>
              </excludes>
              <testExcludes>
                <exclude>**/yarn/**</exclude>
              </testExcludes>
            </configuration>
          </plugin>
        </plugins>
      </build>

    </profile>

    <profile>
        <id>hadoop_2.0.2</id>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
              <excludes>
                <exclude>**/yarn/**</exclude>
              </excludes>
              <testExcludes>
                <exclude>**/yarn/**</exclude>
              </testExcludes>
            </configuration>
          </plugin>
        </plugins>
      </build>
    </profile>

    <profile>
      <id>hadoop_2.0.3</id>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
              <excludes>
                <exclude>**/yarn/**</exclude>
              </excludes>
              <testExcludes>
                <exclude>**/yarn/**</exclude>
              </testExcludes>
            </configuration>
          </plugin>
        </plugins>
      </build>
    </profile>
 
    <profile>
      <id>hadoop_trunk</id>
      <build>
        <plugins>
          <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <configuration>
              <excludes>
                <exclude>**/yarn/**</exclude>
              </excludes>
              <testExcludes>
                <exclude>**/yarn/**</exclude>
              </testExcludes>
            </configuration>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>

  <dependencies>
    <!-- compile dependencies. sorted lexicographically. -->
    <dependency>
      <groupId>com.facebook.nifty</groupId>
      <artifactId>nifty-client</artifactId>
    </dependency>
    <dependency>
      <groupId>com.facebook.swift</groupId>
      <artifactId>swift-annotations</artifactId>
    </dependency>
    <dependency>
      <groupId>com.facebook.swift</groupId>
      <artifactId>swift-codec</artifactId>
    </dependency>
    <dependency>
      <groupId>com.facebook.swift</groupId>
      <artifactId>swift-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.facebook.thirdparty.yourkit-api</groupId>
      <artifactId>yjp-controller-api-redist</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>annotations</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
    </dependency>
    <dependency>
      <groupId>com.yammer.metrics</groupId>
      <artifactId>metrics-core</artifactId>
    </dependency>
    <dependency>
      <groupId>commons-cli</groupId>
      <artifactId>commons-cli</artifactId>
    </dependency>
    <dependency>
      <groupId>commons-collections</groupId>
      <artifactId>commons-collections</artifactId>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
    </dependency>
    <dependency>
      <groupId>io.netty</groupId>
      <artifactId>netty-all</artifactId>
    </dependency>
    <dependency>
      <groupId>net.iharder</groupId>
      <artifactId>base64</artifactId>
    </dependency>
    <dependency>
      <groupId>it.unimi.dsi</groupId>
      <artifactId>fastutil</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.zookeeper</groupId>
      <artifactId>zookeeper</artifactId>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-core-asl</artifactId>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-mapper-asl</artifactId>
    </dependency>
    <dependency>
      <groupId>org.jodah</groupId>
      <artifactId>typetools</artifactId>
    </dependency>
    <dependency>
      <groupId>org.json</groupId>
      <artifactId>json</artifactId>
    </dependency>
    <dependency>
      <groupId>org.python</groupId>
      <artifactId>jython</artifactId>
    </dependency>

    <!-- runtime dependency -->
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <scope>runtime</scope>
    </dependency>

    <!-- test dependencies. sorted lexicographically. -->
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <scope>test</scope>
    </dependency>

 </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.apache.giraph</groupId>
   <artifactId>giraph-core</artifactId>
   <version>1.1.0</version>
</dependency>

Download

If you think the following giraph-core-1.1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download giraph-core-1.1.0.jar file




PreviousNext

Related