lamber-ken commented on a change in pull request #1058: [Docs] Update Hudi Readme URL: https://github.com/apache/incubator-hudi/pull/1058#discussion_r352312078
########## File path: README.md ########## @@ -31,21 +37,25 @@ Hudi manages the storage of large analytical datasets on DFS (Cloud stores, HDFS Hudi provides the ability to query via three types of views: * **Read Optimized View** - Provides excellent snapshot query performance via purely columnar storage (e.g. [Parquet](https://parquet.apache.org/)) * **Incremental View** - Provides a change stream with records inserted or updated after a point in time. - * **Real-time View** - Provides snapshot queries on real-time data, using a combination of columnar & row-based storage (e.g Parquet + [Avro](http://avro.apache.org/docs/current/mr.html)) + * **Real-time View** - Provides snapshot queries on real-time data, using a combination of columnar & row-based storage (e.g [Parquet](https://parquet.apache.org/) + [Avro](http://avro.apache.org/docs/current/mr.html)) Learn more about Hudi at [https://hudi.apache.org](https://hudi.apache.org) -### Building Apache Hudi from source {#building-hudi} +## Building Apache Hudi from source Review comment: > I prefer to leave this alone. Can you please revert? IMO `building-hudi` is simpler/shorter url no problem, done. ---------------------------------------------------------------- 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
