litongxin1991 opened a new pull request #133: use relative path in TDFS Server 
and RPC
URL: https://github.com/apache/incubator-mesatee/pull/133
 
 
   ## Description
   
   Use relative path in TDFS Server and RPC. TDFS client will construct an 
absolute path with environment variable ``` MESATEE_STORAGE_DIR```.  So 
different services/clients can configure and use different storage directory. 
   
   Fixes #91 
   
   ## Type of change (select applied and DELETE the others)
   
   - [X] Bug fix (non-breaking change which fixes an issue)
   
   ## How Has This Been Tested?
   Passed CI: 
http://ci.mesalock-linux.org/litongxin1991/incubator-mesatee/38/1/4
   Passed ```make sgx-test``` locally with environment variable
   ```
   MESATEE_STORAGE_DIR=/tmp/target_dir make sgx-test
   ```
   No files generated in ```/tmp/```, files are generated in 
```/tmp/target_dir```
   
   ## Checklist (check ALL before submitting PR, even not applicable)
   
   - [X] Fork the repo and create your branch from `master`.
   - [X] If you've added code that should be tested, add tests.
   - [X] If you've changed APIs, update the documentation.
   - [X] Ensure the tests pass (see CI results).
   - [X] Make sure your code lints/format.
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to