You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,8 @@
3
3
## Introduction
4
4
An ultra-light-weight HBase ORM library that enables
5
5
6
-
1. reading from and/or writing to HBase tables in Hadoop MapReduce jobs
7
-
2. object-oriented access of HBase rows ([Data Access Object](https://en.wikipedia.org/wiki/Data_access_object))
8
-
3. writing high-quality test cases for classes that interact with HBase
6
+
1. object-oriented access of HBase rows (Data Access Object) with minimal code and good testability
7
+
2. reading from and/or writing to HBase tables in Hadoop MapReduce jobs
9
8
10
9
11
10
## Usage
@@ -262,7 +261,7 @@ Add below entry within the `dependencies` section of your `pom.xml`:
262
261
<version>1.11</version>
263
262
</dependency>
264
263
```
265
-
See artifact details: [com.flipkart:hbase-object-mapper on **Maven Central**](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.flipkart%22%20AND%20a%3A%22hbase-object-mapper%22) or
264
+
See artifact details: [com.flipkart:hbase-object-mapper on **Maven Central**](https://search.maven.org/search?q=g:com.flipkart%20AND%20a:hbase-object-mapper&core=gav) or
266
265
[com.flipkart:hbase-object-mapper on **MVN Repository**](https://mvnrepository.com/artifact/com.flipkart/hbase-object-mapper).
0 commit comments