karthick-rn commented on issue #1850:
URL: https://github.com/apache/accumulo/issues/1850#issuecomment-751797068


   @Viv1986, Based on the description, looks like you added both HDFS & ABFS 
volumes at one go and ran `accumulo init --add-volumes`. In Accumulo 2.0, this 
need to be done in 2 steps as described in the blog.
   1. Add HDFS volume in `accumulo.properties` file
   `instance.volumes=hdfs://first.xxxxx.cloudapp.net:8020/apps/accumulo/data`
   2. Run `accumulo init` to initialise Accumulo on HDFS
   3. Now add ABFS volume as shown below 
   
`instance.volumes=hdfs://first.xxxxx.cloudapp.net:8020/apps/accumulo/data,abfss://[email protected]/`
   (make sure you add a directory in the ABFS URI for initialising)
   4. Run `accumulo init --add-volumes` to initialise Accumulo on ABFS 
   5. Start Accumulo services
   
   Try this and let me know? 
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to