Database Reference
In-Depth Information
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>kundera-missing</id>
<name>Kundera Public Missing Resources Repository</name>
<url>http://kundera.googlecode.com/svn/maven2/maven-missing-
resources</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<dependency>
<groupId>com.impetus.kundera.client</groupId>
<artifactId>kundera-hbase</artifactId>
<version>${kundera.version}</version>
</dependency>
• Building from source: you can build Kundera from source as well. In order to
do so, you irst need to download the source code. It's a Maven-based project;
so, using Maven, you can build each module of Kundera. To build a speciic
module (for example, src ). you need to execute the following command:
mvn clean install -Dfile src/pom.xml
Once the Kundera binaries are available using either of the preceding three ways,
include binaries ( kundera-hbase.jar ) in the classpath project to use it with HBase.
 
Search WWH ::




Custom Search