I am trying to evaluate the hadoop trash option. I used this property in core-site.xml
<property>
<name>fs.trash.root</name>
<value>hdfs://Machinename:8020/Trash</value>
</property>
before using this I tried with
<property>
<name>fs.trash.root</name>
<value>/Trash</value>
</property>
But under both these cases the Trash directory is created under /user/username/ username is hbase.
What I get : hdfs://Machinename:8020/user/hbase/.Trash
But what I want is,
hdfs://Machinename:8020/Trash
and I hope thats what I have configured for. Have I missed something? Please let me know..
Thanks,
V.Sriram