You can download tachyon-servers-0.7.1.jar in this page.
Open Source
tachyon-servers-0.7.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.tachyonproject/tachyon-servers/pom.properties META-INF/maven/org.tachyonproject/tachyon-servers/pom.xml tachyon.Format.class tachyon.ServerConstants.class tachyon.StorageDirId.class tachyon.StorageLevelAlias.class tachyon.UserInfo.class tachyon.Users.class tachyon.ValidateConf.class tachyon.io.ByteBufferReader.class tachyon.io.ByteBufferWriter.class tachyon.io.JavaByteBufferReader.class tachyon.io.JavaByteBufferWriter.class tachyon.io.Utils.class tachyon.master.BlockInfo.class tachyon.master.Counters.class tachyon.master.Dependency.class tachyon.master.DependencyType.class tachyon.master.DependencyVariables.class tachyon.master.EditLog.class tachyon.master.EditLogOperation.class tachyon.master.EditLogOperationType.class tachyon.master.EditLogProcessor.class tachyon.master.Image.class tachyon.master.ImageElement.class tachyon.master.ImageElementType.class tachyon.master.ImageWriter.class tachyon.master.Inode.class tachyon.master.InodeFile.class tachyon.master.InodeFolder.class tachyon.master.Journal.class tachyon.master.JsonObject.class tachyon.master.MasterInfo.class tachyon.master.MasterServiceHandler.class tachyon.master.MasterSource.class tachyon.master.MasterWorkerInfo.class tachyon.master.RawTables.class tachyon.master.RecomputeCommand.class tachyon.master.TachyonMaster.class tachyon.metrics.MetricsConfig.class tachyon.metrics.MetricsSystem.class tachyon.metrics.sink.ConsoleSink.class tachyon.metrics.sink.CsvSink.class tachyon.metrics.sink.GraphiteSink.class tachyon.metrics.sink.JmxSink.class tachyon.metrics.sink.MetricsServlet.class tachyon.metrics.sink.Sink.class tachyon.metrics.source.JvmSource.class tachyon.metrics.source.Source.class tachyon.web.MasterUIWebServer.class tachyon.web.UIWebServer.class tachyon.web.UiBlockInfo.class tachyon.web.UiFileInfo.class tachyon.web.Utils.class tachyon.web.WebInterfaceBrowseLogsServlet.class tachyon.web.WebInterfaceBrowseServlet.class tachyon.web.WebInterfaceConfigurationServlet.class tachyon.web.WebInterfaceDependencyServlet.class tachyon.web.WebInterfaceDownloadLocalServlet.class tachyon.web.WebInterfaceDownloadServlet.class tachyon.web.WebInterfaceGeneralServlet.class tachyon.web.WebInterfaceHeaderServlet.class tachyon.web.WebInterfaceMemoryServlet.class tachyon.web.WebInterfaceWorkerBlockInfoServlet.class tachyon.web.WebInterfaceWorkerGeneralServlet.class tachyon.web.WebInterfaceWorkersServlet.class tachyon.web.WorkerUIWebServer.class tachyon.worker.DataServer.class tachyon.worker.SpaceCounter.class tachyon.worker.TachyonWorker.class tachyon.worker.WorkerSource.class tachyon.worker.block.BlockDataManager.class tachyon.worker.block.BlockHeartbeatReport.class tachyon.worker.block.BlockHeartbeatReporter.class tachyon.worker.block.BlockLockManager.class tachyon.worker.block.BlockLockType.class tachyon.worker.block.BlockMasterSync.class tachyon.worker.block.BlockMetadataManager.class tachyon.worker.block.BlockMetadataManagerView.class tachyon.worker.block.BlockMetricsReporter.class tachyon.worker.block.BlockServiceHandler.class tachyon.worker.block.BlockStore.class tachyon.worker.block.BlockStoreEventListener.class tachyon.worker.block.BlockStoreEventListenerBase.class tachyon.worker.block.BlockStoreLocation.class tachyon.worker.block.BlockStoreMeta.class tachyon.worker.block.BlockWorker.class tachyon.worker.block.BlockWorkerUtils.class tachyon.worker.block.ClientRWLock.class tachyon.worker.block.PinListSync.class tachyon.worker.block.TieredBlockStore.class tachyon.worker.block.allocator.Allocator.class tachyon.worker.block.allocator.AllocatorFactory.class tachyon.worker.block.allocator.AllocatorType.class tachyon.worker.block.allocator.GreedyAllocator.class tachyon.worker.block.allocator.MaxFreeAllocator.class tachyon.worker.block.evictor.EvictionDirCandidates.class tachyon.worker.block.evictor.EvictionPlan.class tachyon.worker.block.evictor.Evictor.class tachyon.worker.block.evictor.EvictorFactory.class tachyon.worker.block.evictor.EvictorType.class tachyon.worker.block.evictor.EvictorUtils.class tachyon.worker.block.evictor.GreedyEvictor.class tachyon.worker.block.evictor.LRUEvictor.class tachyon.worker.block.io.BlockReader.class tachyon.worker.block.io.BlockWriter.class tachyon.worker.block.io.LocalFileBlockReader.class tachyon.worker.block.io.LocalFileBlockWriter.class tachyon.worker.block.meta.BlockMeta.class tachyon.worker.block.meta.BlockMetaBase.class tachyon.worker.block.meta.StorageDir.class tachyon.worker.block.meta.StorageDirView.class tachyon.worker.block.meta.StorageTier.class tachyon.worker.block.meta.StorageTierView.class tachyon.worker.block.meta.TempBlockMeta.class tachyon.worker.netty.ClosableResourceChannelListener.class tachyon.worker.netty.DataServerHandler.class tachyon.worker.netty.FileTransferType.class tachyon.worker.netty.NettyDataServer.class tachyon.worker.netty.PipelineHandler.class tachyon.worker.nio.NIODataServer.class
tachyon-servers-0.7.1.pom file content.
<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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.tachyonproject</groupId> <artifactId>tachyon-parent</artifactId> <version>0.7.1</version> </parent> <artifactId>tachyon-servers</artifactId> <packaging>jar</packaging> <name>Tachyon Servers</name> <description>Implementation of Tachyon servers including Master and Worker</description> <properties> <license.header.path>${project.parent.basedir}/build/license/</license.header.path> <checkstyle.path>${project.parent.basedir}/build/checkstyle/</checkstyle.path> <findbugs.path>${project.parent.basedir}/build/findbugs/</findbugs.path> </properties> <dependencies> <dependency> <groupId>org.tachyonproject</groupId> <artifactId>tachyon-client-unshaded</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.tachyonproject</groupId> <artifactId>tachyon-common</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> <version>${metrics.version}</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-json</artifactId> <version>${metrics.version}</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-jvm</artifactId> <version>${metrics.version}</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-graphite</artifactId> <version>${metrics.version}</version> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version>4.0.28.Final</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jsp</artifactId> <version>${jetty.version}</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-webapp</artifactId> <version>${jetty.version}</version> <type>jar</type> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> <version>${jetty.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> <version>${jetty.version}</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.5</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.0</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.3.0</version> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client</artifactId> </dependency> <!-- Test Dependencies --> <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> <version>3.0.1</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.tachyonproject</groupId> <artifactId>tachyon-underfs-local</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.tachyonproject</groupId> <artifactId>tachyon-servers</artifactId> <version>0.7.1</version> </dependency>
If you think the following tachyon-servers-0.7.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download tachyon-servers-0.7.1.jar file