ayushtkn commented on a change in pull request #3101:
URL: https://github.com/apache/hive/pull/3101#discussion_r825912847



##########
File path: README.md
##########
@@ -29,11 +29,11 @@ Hive users have a choice of 3 runtimes when executing SQL 
queries.
 Users can choose between Apache Hadoop MapReduce, Apache Tez or
 Apache Spark frameworks as their execution backend. MapReduce is a
 mature framework that is proven at large scales. However, MapReduce
-is a purely batch framework, and queries using it may experience
+is a pure batch framework, and queries using it may experience

Review comment:
       Which grammar rule is getting violated,
   
https://www.vocabulary.com/dictionary/purely#:~:text=So%20they%20get%20purely%20confused,related%20letter%20is%20only%20business.
   
   purely also seems correct to me

##########
File path: README.md
##########
@@ -29,11 +29,11 @@ Hive users have a choice of 3 runtimes when executing SQL 
queries.
 Users can choose between Apache Hadoop MapReduce, Apache Tez or
 Apache Spark frameworks as their execution backend. MapReduce is a
 mature framework that is proven at large scales. However, MapReduce
-is a purely batch framework, and queries using it may experience
+is a pure batch framework, and queries using it may experience
 higher latencies (tens of seconds), even over small datasets. Apache
 Tez is designed for interactive query, and has substantially reduced
 overheads versus MapReduce. Apache Spark is a cluster computing
-framework that's built outside of MapReduce, but on top of HDFS,
+framework that's built outside MapReduce, but on top of HDFS,

Review comment:
       outside of is correct only, infact I feel both are correct.
   https://english.stackexchange.com/questions/9700/outside-or-outside-of




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

To unsubscribe, e-mail: [email protected]

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



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

Reply via email to