./bin/alluxio fs mount --option alluxio.underfs.hdfs.configuration=<your_secure_hdfs_conf> /mnt/secure-hdfs hdfs://<secure-HDFS-namenode>:8020/data/--
You received this message because you are subscribed to the Google Groups "Alluxio Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to alluxio-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
alluxio.master.hostname=localhostalluxio.underfs.address=hdfs://securecluster:8020/alluxio.master.keytab.file=/home/user/alluxio-1.6.0/conf/alluxio.keytaballuxio.master.principal=all...@XYZ.COMalluxio.worker.keytab.file=/home/user/alluxio-1.6.0/conf/alluxio.keytaballuxio.worker.principal=all...@XYZ.COMalluxio.underfs.hdfs.configuration=/home/user/alluxio-1.6.0/conf/secure/core-site.xml:/home/user/alluxio-1.6.0/conf/secure/hdfs-site.xml
# Worker propertiesalluxio.worker.memory.size=1GBalluxio.worker.tieredstore.levels=1alluxio.worker.tieredstore.level0.alias=MEMalluxio.worker.tieredstore.level0.dirs.path=/mnt/ramdisk
# User propertiesalluxio.user.file.readtype.default=CACHE_PROMOTEalluxio.user.file.writetype.default=MUST_CACHEbin/alluxio fs mount --option alluxio.underfs.hdfs.configuration=/home/user/alluxio-1.6.0/conf/unsecure/core-site.xml:/home/user/alluxio-1.6.0/conf/unsecure/hdfs-site.xml /unsecuredcluster hdfs://unsecuredcluster:8020/
To unsubscribe from this group and stop receiving emails from it, send an email to alluxio-user...@googlegroups.com.
Hi Chaomin,
I am using the following configurations in site.propertiesalluxio-site.properties
alluxio.master.hostname=localhostalluxio.underfs.address=hdfs://securecluster:8020/alluxio.master.keytab.file=/home/user/alluxio-1.6.0/conf/alluxio.keytab
alluxio.master.principal=alluxi...@XYZ.COMalluxio.worker.keytab.file=/home/user/alluxio-1.6.0/conf/alluxio.keytaballuxio.worker.principal=alluxi...@XYZ.COM
mount Command
To unsubscribe from this group and stop receiving emails from it, send an email to alluxio-users+unsubscribe@googlegroups.com.