elek opened a new pull request #571: HDDS-3042. Support running full Ratis 
pipeline from IDE (IntelliJ)
URL: https://github.com/apache/hadoop-ozone/pull/571
 
 
   ## What changes were proposed in this pull request?
   
   [HDDS-1522](https://issues.apache.org/jira/browse/HDDS-1522) introduced a 
method to run full cluster in IntelliJ. The runner configurations can be copied 
with a shell script and a basic `ozone-site.xml` and log configuration to make 
it easy to run ozone from IDE.
   
   Unfortunately this setup supports only one Datanode and it's hard to debug 
full Ozone pipeline (3 datanodes) from IDE.
   
   This patch provides 3 different configuration for 3 datanodes with different 
ports to make it possible to run them on the same host from the IDE.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-3042
   
   ## How was this patch tested?
   
   Copy the scripts to the IntelliJ:
   
   ```
   ./hadoop-ozone/dev-support/intellij/install-runconfigs.sh
   ```
   
   And run the following run Configuration (in this order)
    * StorageContainerManagerInit
    * StorageContainerManager
    * OzoneManagerInit
    * OzoneManager
    * Datanode1
    * Datanode2
    * Datanode3
   
   You can test the cluster with the OzoneShell runner (it creates a volume, 
but it can be adjusted to create a bucket and put a key)
    

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org

Reply via email to