bvaradar commented on a change in pull request #11: Bunch of cleanups based on recent issues/feedback URL: https://github.com/apache/incubator-hudi/pull/11#discussion_r264009278
########## File path: docs/admin_guide.md ########## @@ -17,11 +17,11 @@ This section provides a glimpse into each of these, with some general guidance o ## Admin CLI -Once hoodie has been built via `mvn clean install -DskipTests`, the shell can be fired by via `cd hoodie-cli && ./hoodie-cli.sh`. -A hoodie dataset resides on HDFS, in a location referred to as the **basePath** and we would need this location in order to connect to a Hoodie dataset. -Hoodie library effectively manages this HDFS dataset internally, using .hoodie subfolder to track all metadata +Once hudi has been built via `mvn clean install -DskipTests`, the shell can be fired by via `cd hoodie-cli && ./hoodie-cli.sh`. Review comment: IIRC, The command to skip all tests is "mvn clean install -DskipTests -DskipITs" ---------------------------------------------------------------- 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
