You can download tachyon-client-unshaded-0.8.0.jar in this page.
Open Source
tachyon-client-unshaded-0.8.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.tachyonproject/tachyon-client-unshaded/pom.properties META-INF/maven/org.tachyonproject/tachyon-client-unshaded/pom.xml META-INF/services/org.apache.hadoop.fs.FileSystem tachyon.client.AbstractTachyonFS.class tachyon.client.BlockMasterClient.class tachyon.client.BoundedStream.class tachyon.client.Cancelable.class tachyon.client.ClientContext.class tachyon.client.FileSystemMasterClient.class tachyon.client.RawTableMasterClient.class tachyon.client.ReadType.class tachyon.client.RemoteBlockReader.class tachyon.client.RemoteBlockWriter.class tachyon.client.Seekable.class tachyon.client.TachyonByteBuffer.class tachyon.client.TachyonFS.class tachyon.client.TachyonFSCore.class tachyon.client.TachyonFSTestUtils.class tachyon.client.TachyonFile.class tachyon.client.TachyonStorageType.class tachyon.client.UfsUtils.class tachyon.client.UnderStorageType.class tachyon.client.WorkerBlockMasterClient.class tachyon.client.WorkerFileSystemMasterClient.class tachyon.client.WriteType.class tachyon.client.block.BlockInStream.class tachyon.client.block.BlockMasterClientPool.class tachyon.client.block.BlockStoreContext.class tachyon.client.block.BlockWorkerClientPool.class tachyon.client.block.BufferedBlockInStream.class tachyon.client.block.BufferedBlockOutStream.class tachyon.client.block.LocalBlockInStream.class tachyon.client.block.LocalBlockOutStream.class tachyon.client.block.RemoteBlockInStream.class tachyon.client.block.RemoteBlockOutStream.class tachyon.client.block.TachyonBlockStore.class tachyon.client.file.AbstractTachyonFileSystem.class tachyon.client.file.FileInStream.class tachyon.client.file.FileOutStream.class tachyon.client.file.FileSystemContext.class tachyon.client.file.FileSystemMasterClientPool.class tachyon.client.file.TachyonFile.class tachyon.client.file.TachyonFileSystem.class tachyon.client.file.TachyonFileSystemCore.class tachyon.client.file.TachyonFileSystemUtils.class tachyon.client.file.UnderStoreFileInStream.class tachyon.client.file.options.CreateOptions.class tachyon.client.file.options.DeleteOptions.class tachyon.client.file.options.FreeOptions.class tachyon.client.file.options.GetInfoOptions.class tachyon.client.file.options.InStreamOptions.class tachyon.client.file.options.ListStatusOptions.class tachyon.client.file.options.LoadMetadataOptions.class tachyon.client.file.options.MkdirOptions.class tachyon.client.file.options.MountOptions.class tachyon.client.file.options.OpenOptions.class tachyon.client.file.options.OutStreamOptions.class tachyon.client.file.options.RenameOptions.class tachyon.client.file.options.SetStateOptions.class tachyon.client.file.options.UnmountOptions.class tachyon.client.lineage.AbstractLineageClient.class tachyon.client.lineage.DummyFileOutputStream.class tachyon.client.lineage.LineageClient.class tachyon.client.lineage.LineageContext.class tachyon.client.lineage.LineageFileOutStream.class tachyon.client.lineage.LineageMasterClient.class tachyon.client.lineage.LineageMasterClientPool.class tachyon.client.lineage.TachyonLineage.class tachyon.client.lineage.TachyonLineageFileSystem.class tachyon.client.lineage.options.CreateLineageOptions.class tachyon.client.lineage.options.DeleteLineageOptions.class tachyon.client.lineage.options.GetLineageInfoListOptions.class tachyon.client.netty.ClientHandler.class tachyon.client.netty.NettyClient.class tachyon.client.netty.NettyRemoteBlockReader.class tachyon.client.netty.NettyRemoteBlockWriter.class tachyon.client.netty.SingleResponseListener.class tachyon.client.table.RawColumn.class tachyon.client.table.RawTable.class tachyon.client.tcp.TCPRemoteBlockReader.class tachyon.hadoop.AbstractTFS.class tachyon.hadoop.ConfUtils.class tachyon.hadoop.HdfsFileInputStream.class tachyon.hadoop.TFS.class tachyon.hadoop.TFSFT.class tachyon.hadoop.Utils.class
tachyon-client-unshaded-0.8.0.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-clients</artifactId> <version>0.8.0</version> </parent> <artifactId>tachyon-client-unshaded</artifactId> <packaging>jar</packaging> <name>Tachyon Clients - Implementation</name> <description>Implementation of Tachyon client module</description> <properties> <license.header.path>${project.parent.parent.basedir}/build/license/</license.header.path> <checkstyle.path>${project.parent.parent.basedir}/build/checkstyle/</checkstyle.path> <findbugs.path>${project.parent.parent.basedir}/build/findbugs/</findbugs.path> <failIfNoTests>false</failIfNoTests> </properties> <dependencies> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> <version>4.0.28.Final</version> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency> <groupId>org.tachyonproject</groupId> <artifactId>tachyon-common</artifactId> <version>${project.version}</version> </dependency> <!-- Test Dependencies --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-core</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.tachyonproject</groupId> <artifactId>tachyon-client-unshaded</artifactId> <version>0.8.0</version> </dependency>
If you think the following tachyon-client-unshaded-0.8.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download tachyon-client-unshaded-0.8.0.jar file