From 7f7fac43461b93e780ac43d4803564abcc63fbb1 Mon Sep 17 00:00:00 2001 From: manasshukla Date: Fri, 19 Oct 2018 19:13:20 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a2f90e..59cdf35 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Implement login functionality on the home page using MySQL DB. Java servlet inte # Task 2 Store user-follower relationship in HBase and write a Java servlet to find all the followers of a given user. - +There could have been a little more introduction to HBase. # Task 3 Store all the comments by the user in Mongo DB and write a Java servlet to find all the comments of a given user.