You can download alluxio-core-server-master-1.5.0.jar in this page.
Apache License
alluxio-core-server-master-1.5.0.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.alluxio/alluxio-core-server-master/pom.properties META-INF/maven/org.alluxio/alluxio-core-server-master/pom.xml META-INF/services/alluxio.master.MasterFactory alluxio.master.AlluxioMaster.class alluxio.master.AlluxioMasterProcess.class alluxio.master.AlluxioMasterRestServiceHandler.class alluxio.master.AlluxioSecondaryMaster.class alluxio.master.FaultTolerantAlluxioMasterProcess.class alluxio.master.MasterProcess.class alluxio.master.MasterUtils.class alluxio.master.MetaMasterClientServiceHandler.class alluxio.master.ProtobufUtils.class alluxio.master.block.BlockContainerIdGenerator.class alluxio.master.block.BlockMaster.class alluxio.master.block.BlockMasterClientRestServiceHandler.class alluxio.master.block.BlockMasterClientServiceHandler.class alluxio.master.block.BlockMasterFactory.class alluxio.master.block.BlockMasterWorkerServiceHandler.class alluxio.master.block.ContainerIdGenerable.class alluxio.master.block.DefaultBlockMaster.class alluxio.master.block.meta.MasterBlockInfo.class alluxio.master.block.meta.MasterBlockLocation.class alluxio.master.block.meta.MasterWorkerInfo.class alluxio.master.file.DefaultFileSystemMaster.class alluxio.master.file.FileSystemMaster.class alluxio.master.file.FileSystemMasterClientRestServiceHandler.class alluxio.master.file.FileSystemMasterClientServiceHandler.class alluxio.master.file.FileSystemMasterFactory.class alluxio.master.file.FileSystemMasterWorkerServiceHandler.class alluxio.master.file.InodeTtlChecker.class alluxio.master.file.LostFileDetector.class alluxio.master.file.PermissionChecker.class alluxio.master.file.StartupConsistencyCheck.class alluxio.master.file.UfsSyncChecker.class alluxio.master.file.async.AsyncPersistHandler.class alluxio.master.file.async.DefaultAsyncPersistHandler.class alluxio.master.file.meta.AsyncUfsAbsentPathCache.class alluxio.master.file.meta.FileSystemMasterView.class alluxio.master.file.meta.Inode.class alluxio.master.file.meta.InodeDirectory.class alluxio.master.file.meta.InodeDirectoryIdGenerator.class alluxio.master.file.meta.InodeFile.class alluxio.master.file.meta.InodeLockList.class alluxio.master.file.meta.InodePathPair.class alluxio.master.file.meta.InodeTree.class alluxio.master.file.meta.LockedInodePath.class alluxio.master.file.meta.MountTable.class alluxio.master.file.meta.MutableLockedInodePath.class alluxio.master.file.meta.NoopUfsAbsentPathCache.class alluxio.master.file.meta.TempInodePathForChild.class alluxio.master.file.meta.TempInodePathForDescendant.class alluxio.master.file.meta.TtlBucket.class alluxio.master.file.meta.TtlBucketList.class alluxio.master.file.meta.UfsAbsentPathCache.class alluxio.master.file.meta.options.MountInfo.class alluxio.master.file.options.CheckConsistencyOptions.class alluxio.master.file.options.CompleteFileOptions.class alluxio.master.file.options.CreateDirectoryOptions.class alluxio.master.file.options.CreateFileOptions.class alluxio.master.file.options.CreatePathOptions.class alluxio.master.file.options.DeleteOptions.class alluxio.master.file.options.FreeOptions.class alluxio.master.file.options.GetStatusOptions.class alluxio.master.file.options.ListStatusOptions.class alluxio.master.file.options.LoadMetadataOptions.class alluxio.master.file.options.MountOptions.class alluxio.master.file.options.RenameOptions.class alluxio.master.file.options.SetAttributeOptions.class alluxio.master.lineage.LineageMaster.class alluxio.master.lineage.LineageMasterClientRestServiceHandler.class alluxio.master.lineage.LineageMasterClientServiceHandler.class alluxio.master.lineage.LineageMasterFactory.class alluxio.master.lineage.checkpoint.CheckpointLatestPlanner.class alluxio.master.lineage.checkpoint.CheckpointPlan.class alluxio.master.lineage.checkpoint.CheckpointPlanner.class alluxio.master.lineage.checkpoint.CheckpointSchedulingExecutor.class alluxio.master.lineage.meta.Lineage.class alluxio.master.lineage.meta.LineageIdGenerator.class alluxio.master.lineage.meta.LineageStateUtils.class alluxio.master.lineage.meta.LineageStore.class alluxio.master.lineage.meta.LineageStoreView.class alluxio.master.lineage.recompute.RecomputeExecutor.class alluxio.master.lineage.recompute.RecomputePlan.class alluxio.master.lineage.recompute.RecomputePlanner.class alluxio.underfs.MasterUfsManager.class alluxio.web.MasterWebServer.class alluxio.web.WebInterfaceBrowseServlet.class alluxio.web.WebInterfaceConfigurationServlet.class alluxio.web.WebInterfaceDependencyServlet.class alluxio.web.WebInterfaceDownloadServlet.class alluxio.web.WebInterfaceGeneralServlet.class alluxio.web.WebInterfaceMasterMetricsServlet.class alluxio.web.WebInterfaceMemoryServlet.class alluxio.web.WebInterfaceWorkersServlet.class
alluxio-core-server-master-1.5.0.pom file content.
<!-- The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 (the "License"). You may not use this work except in compliance with the License, which is available at www.apache.org/licenses/LICENSE-2.0 This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, as more fully set forth in the License. See the NOTICE file distributed with this work for information regarding copyright ownership. --> <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> <artifactId>alluxio-core-server</artifactId> <groupId>org.alluxio</groupId> <version>1.5.0</version> </parent> <artifactId>alluxio-core-server-master</artifactId> <packaging>jar</packaging> <name>Alluxio Core - Server - Master</name> <description>Alluxio master service</description> <properties> <!-- The following paths need to be defined here as well as in the parent pom so that mvn can --> <!-- run properly from sub-project directories --> <license.header.path>${project.parent.parent.parent.basedir}/build/license/</license.header.path> <checkstyle.path>${project.parent.parent.parent.basedir}/build/checkstyle/</checkstyle.path> <findbugs.path>${project.parent.parent.parent.basedir}/build/findbugs/</findbugs.path> </properties> <dependencies> <!-- External dependencies --> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency> <dependency> <groupId>com.qmino</groupId> <artifactId>miredot-annotations</artifactId> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> <artifactId>metrics-core</artifactId> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> <dependency> <groupId>javax.ws.rs</groupId> <artifactId>javax.ws.rs-api</artifactId> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>org.apache.thrift</groupId> <artifactId>libthrift</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-servlet</artifactId> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-webapp</artifactId> </dependency> <dependency> <groupId>org.glassfish.jersey.containers</groupId> <artifactId>jersey-container-servlet-core</artifactId> </dependency> <dependency> <groupId>org.glassfish.jersey.core</groupId> <artifactId>jersey-server</artifactId> </dependency> <!-- Internal dependencies --> <dependency> <groupId>org.alluxio</groupId> <artifactId>alluxio-core-common</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.alluxio</groupId> <artifactId>alluxio-core-protobuf</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.alluxio</groupId> <artifactId>alluxio-core-client-fs</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.alluxio</groupId> <artifactId>alluxio-core-server-common</artifactId> <version>${project.version}</version> </dependency> <!-- External test dependencies --> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava-testlib</artifactId> <scope>test</scope> </dependency> <!-- Internal test dependencies --> <dependency> <groupId>org.alluxio</groupId> <artifactId>alluxio-core-common</artifactId> <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.alluxio</groupId> <artifactId>alluxio-underfs-local</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <!-- Export test classes in a test-jar so that other projects can use them for testing --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> <!-- REST API documentation --> <plugin> <groupId>com.qmino</groupId> <artifactId>miredot-plugin</artifactId> <configuration> <!-- This following license only works for groupId org.alluxio and artifactId alluxio-core-server-master --> <license> cHJvamVjdHxvcmcuYWxsdXhpby5hbGx1eGlvLWNvcmUtc2VydmVyLW1hc3RlcnwyMDE5LTAzLTMxfHRydWV8LTEjTUN3Q0ZEU09ZK0VaQjFaWSs3bkNtSXNQaThObkpEYVJBaFJ6aGVqU1BhV2FoVDhqaUJJdC9TK2tFQjl4M1E9PQ== </license> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.alluxio</groupId> <artifactId>alluxio-core-server-master</artifactId> <version>1.5.0</version> </dependency>
If you think the following alluxio-core-server-master-1.5.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download alluxio-core-server-master-1.5.0.jar file