All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download hbase-object-mapper JAR 1.9 with all dependencies


HBase ORM is a light-weight, thread-safe and performant library that enables: [1] object-oriented access of HBase rows (Data Access Object) with minimal code and good testability [2] reading from and/or writing to HBase tables in Hadoop MapReduce jobs

Files of the artifact hbase-object-mapper version 1.9 from the group com.flipkart.

Test

Artifact hbase-object-mapper
Group com.flipkart
Version 1.9
Last update 21. January 2018
Tags: jobs reading test data writing object from mapreduce weighted hbase oriented light classes with cases access rows tables enables that hadoop library quality interact high
Organization not specified
URL https://github.com/flipkart-incubator/hbase-orm
License Apache License, Version 2.0
Dependencies amount 3
Dependencies hbase-client, jackson-databind, guava,
There are maybe transitive dependencies!
There is a newer version: 1.19
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of hbase-object-mapper Show documentation

Please rate this JAR file. Is it a good library?

20 downloads

Source code of hbase-object-mapper version 1.9

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.maven.com.flipkart.hbase-object-mapper
META-INF.maven.com.flipkart.hbase-object-mapper.META-INF.maven.com.flipkart.hbase-object-mapper.pom.properties
META-INF.maven.com.flipkart.hbase-object-mapper.META-INF.maven.com.flipkart.hbase-object-mapper.pom.xml
com.flipkart.hbaseobjectmapper
com.flipkart.hbaseobjectmapper.com.flipkart.hbaseobjectmapper.AbstractHBDAO
com.flipkart.hbaseobjectmapper.com.flipkart.hbaseobjectmapper.Family
com.flipkart.hbaseobjectmapper.com.flipkart.hbaseobjectmapper.FamilyAndColumn
com.flipkart.hbaseobjectmapper.com.flipkart.hbaseobjectmapper.Flag
com.flipkart.hbaseobjectmapper.com.flipkart.hbaseobjectmapper.HBColumn
com.flipkart.hbaseobjectmapper.com.flipkart.hbaseobjectmapper.HBColumnMultiVersion
com.flipkart.hbaseobjectmapper.com.flipkart.hbaseobjectmapper.HBObjectMapper
com.flipkart.hbaseobjectmapper.com.flipkart.hbaseobjectmapper.HBObjectMapperFactory
com.flipkart.hbaseobjectmapper.com.flipkart.hbaseobjectmapper.HBRecord
com.flipkart.hbaseobjectmapper.com.flipkart.hbaseobjectmapper.HBRowKey
com.flipkart.hbaseobjectmapper.com.flipkart.hbaseobjectmapper.HBTable
com.flipkart.hbaseobjectmapper.com.flipkart.hbaseobjectmapper.WrappedHBColumn
com.flipkart.hbaseobjectmapper.com.flipkart.hbaseobjectmapper.WrappedHBTable
com.flipkart.hbaseobjectmapper.codec
com.flipkart.hbaseobjectmapper.codec.com.flipkart.hbaseobjectmapper.codec.BestSuitCodec
com.flipkart.hbaseobjectmapper.codec.com.flipkart.hbaseobjectmapper.codec.Codec
com.flipkart.hbaseobjectmapper.codec.com.flipkart.hbaseobjectmapper.codec.DeserializationException
com.flipkart.hbaseobjectmapper.codec.com.flipkart.hbaseobjectmapper.codec.JavaObjectStreamCodec
com.flipkart.hbaseobjectmapper.codec.com.flipkart.hbaseobjectmapper.codec.SerializationException
com.flipkart.hbaseobjectmapper.exceptions
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.AllHBColumnFieldsNullException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.BadHBaseLibStateException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.BothHBColumnAnnotationsPresentException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.CodecException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.ConversionFailedException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.DuplicateCodecFlagForColumnException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.DuplicateCodecFlagForRowKeyException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.EmptyConstructorInaccessibleException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.FieldAnnotatedWithHBColumnMultiVersionCantBeEmpty
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.FieldNotMappedToHBaseColumnException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.FieldsMappedToSameColumnException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.HBRowKeyFieldCantBeNullException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.ImproperHBTableAnnotationExceptions
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.IncompatibleFieldForHBColumnMultiVersionAnnotationException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.InternalError
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.MappedColumnCantBePrimitiveException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.MappedColumnCantBeStaticException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.MappedColumnCantBeTransientException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.MissingHBColumnFieldsException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.MissingHBRowKeyFieldsException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.NoEmptyConstructorException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.ObjectNotInstantiatableException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.RowKeyCantBeComposedException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.RowKeyCantBeEmptyException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.RowKeyCouldNotBeParsedException
com.flipkart.hbaseobjectmapper.exceptions.com.flipkart.hbaseobjectmapper.exceptions.UnsupportedFieldTypeException




© 2015 - 2024 Weber Informatics LLC | Privacy Policy