alluxio validateEnv local

# alluxio validateEnv local


2018-03-01 03:33:28,177 INFO  Configuration - Configuration file /home/xiaoxu/installSoftware/alluxio-1.7.0-hadoop-2.7/conf/alluxio-site.properties loaded.
2018-03-01 03:33:28,253 INFO  UnderFileSystemFactoryRegistry - Loading core UFS jars from /home/xiaoxu/installSoftware/alluxio-1.7.0-hadoop-2.7/lib
2018-03-01 03:33:28,271 INFO  ExtensionsClassLoader - Created ExtensionsClassLoader with jars=file:/home/xiaoxu/installSoftware/alluxio-1.7.0-hadoop-2.7/lib/alluxio-underfs-gcs-1.7.0.jar
2018-03-01 03:33:28,281 INFO  ExtensionsClassLoader - Created ExtensionsClassLoader with jars=file:/home/xiaoxu/installSoftware/alluxio-1.7.0-hadoop-2.7/lib/alluxio-underfs-hdfs-1.7.0.jar
2018-03-01 03:33:28,297 INFO  ExtensionsClassLoader - Created ExtensionsClassLoader with jars=file:/home/xiaoxu/installSoftware/alluxio-1.7.0-hadoop-2.7/lib/alluxio-underfs-local-1.7.0.jar
2018-03-01 03:33:28,301 INFO  ExtensionsClassLoader - Created ExtensionsClassLoader with jars=file:/home/xiaoxu/installSoftware/alluxio-1.7.0-hadoop-2.7/lib/alluxio-underfs-oss-1.7.0.jar
2018-03-01 03:33:28,309 INFO  ExtensionsClassLoader - Created ExtensionsClassLoader with jars=file:/home/xiaoxu/installSoftware/alluxio-1.7.0-hadoop-2.7/lib/alluxio-underfs-s3a-1.7.0.jar
2018-03-01 03:33:28,321 INFO  ExtensionsClassLoader - Created ExtensionsClassLoader with jars=file:/home/xiaoxu/installSoftware/alluxio-1.7.0-hadoop-2.7/lib/alluxio-underfs-swift-1.7.0.jar
2018-03-01 03:33:28,329 INFO  ExtensionsClassLoader - Created ExtensionsClassLoader with jars=file:/home/xiaoxu/installSoftware/alluxio-1.7.0-hadoop-2.7/lib/alluxio-underfs-wasb-1.7.0.jar
2018-03-01 03:33:28,346 WARN  UnderFileSystemFactoryRegistry - Failed to load jar /home/xiaoxu/installSoftware/alluxio-1.7.0-hadoop-2.7/lib/alluxio-underfs-wasb-1.7.0.jar: alluxio.underfs.UnderFileSystemFactory: Provider alluxio.underfs.hdfs.HdfsUnderFileSystemFactory not found
2018-03-01 03:33:28,346 INFO  UnderFileSystemFactoryRegistry - Loading extension UFS jars from /home/xiaoxu/installSoftware/alluxio-1.7.0-hadoop-2.7/extensions
2018-03-01 03:33:28,349 INFO  UnderFileSystemFactoryRegistry - Loading core UFS jars from /home/xiaoxu/installSoftware/alluxio-1.7.0-hadoop-2.7/lib
2018-03-01 03:33:28,352 INFO  UnderFileSystemFactoryRegistry - Loading extension UFS jars from /home/xiaoxu/installSoftware/alluxio-1.7.0-hadoop-2.7/extensions
Validating master.ufs.hdfs.security.kerberos...
Root underFS is not HDFS. Skipping validation for HDFS properties.
SKIPPED
Validating worker.ramdisk.mount.privilege...
RAM disk is mounted at /mnt/ramdisk, skip validation.
SKIPPED
Validating ufs.root.accessible...
OK
Validating worker.storage.space...
ramfs mounted at /mnt/ramdisk does not report space information, skip validation.
OK
Validating ulimit.nofile...
OK
Validating ssh.masters.reachable...
OK
Validating master.web.port.available...
alluxio.master.AlluxioMaster is already running. Skip validation.
SKIPPED
Validating worker.rpc.port.available...
alluxio.worker.AlluxioWorker is already running. Skip validation.
SKIPPED
Validating worker.web.port.available...
alluxio.worker.AlluxioWorker is already running. Skip validation.
SKIPPED
Validating proxy.web.port.available...
alluxio.proxy.AlluxioProxy is already running. Skip validation.
SKIPPED
Validating ssh.workers.reachable...
OK
Validating worker.ufs.hdfs.security.kerberos...
Root underFS is not HDFS. Skipping validation for HDFS properties.
SKIPPED
Validating ufs.hdfs.config.parity...
Root underFS is not HDFS. Skipping validation for HDFS properties.
SKIPPED
Validating worker.data.port.available...
alluxio.worker.AlluxioWorker is already running. Skip validation.
SKIPPED
Validating ulimit.nproc...
OK
Validating master.rpc.port.available...
alluxio.master.AlluxioMaster is already running. Skip validation.
SKIPPED
10 skipped 
Validation succeeded

你可能感兴趣的:(alluxio)