--
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-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/alluxio-users/5c9c5815-3ce2-4d3c-9403-0c893f1e647e%40googlegroups.com.
--
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-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/alluxio-users/587184db-d61a-433b-ad91-76179612ba8f%40googlegroups.com.
Thanks for the clarification!If you're able to write to NFS, then you should be able to write to HDFS as well if you've set up an HDFS mount point.Instructions for setting up a root mount with HDFS can be found here: https://docs.alluxio.io/os/user/1.8/en/ufs/HDFS.html If you want a single Alluxio cluster that can mount HDFS and NFS, then you should pick one of them to be the root mount, then manually mount the other as a nested mount. See https://docs.alluxio.io/os/user/1.8/en/advanced/Namespace-Management.html#mounting-under-storage-systems for more information on nested mounts.If you're looking for instructions on how to perform the writes through Alluxio and down to HDFS, then the information about WriteTypes from the last message still applies. You should be able to use any of the docs listed under the "Data Applications" section.If you're also just looking to test small amounts of data locally, you can use the "copyFromLocal" command to write data directly to Alluxio. It will then propagate down to your UFS depending on the WriteType. i.e.${ALLUXIO_HOME}/bin/alluxio fs copyFromLocal <path to local file> <path in alluxio>Best,Zac
On Thu, Aug 8, 2019 at 1:11 AM Avani Futane <avani...@abzooba.com> wrote:
--Hi Zac,Yes, I was trying to write to nfs/hdfs through alluxio.By "not getting proper resources on alluxio" I meant I did not find any commands or steps for writing files to hdfs from alluxio.Thank you for the solution. It worked for nfs. But I am still not able to write to hdfs.
On Thursday, August 8, 2019 at 11:59:35 AM UTC+5:30, Avani Futane wrote:Hi,I am using alluxio version 1.8,I am able to fetch data from hdfs and nfs to alluxio, but while putting data back to nfs/hdfs through alluxio, am not getting proper resources on alluxio site.Can you please help me with the same.
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 alluxi...@googlegroups.com.