sonalgoyal / crux

Crux is a reporting application for HBase. Crux provides a simple web based graphical interface to access HBase, query data and create reports. Crux is open sourced under Apache Software Foundation License v2.0.
http://nubetech.co/category/crux-2
Apache License 2.0
100 stars 30 forks source link

build failed while building crux using maven for hbase-0.94.7 #32

Closed theamith closed 11 years ago

theamith commented 11 years ago

Hi Sonal,

I have followed the steps mentioned in README.md from https://github.com/sonalgoyal/crux to setup crux.

  1. Installed Hbase-0.94.7
  2. Installed Mysql
  3. Installed Tomcat 7
  4. Installed Maven Created db in mysql and created schema too. There is no tar file for hbase-0.94.7 in your github repository. So I followed the steps to build it using maven. I have updated hibernate.properties files with my mysql credentials. Downloaded struts2-fullhibernatecore-plugin-2.2.2-GA.jar and added to my local repo by the following command.

mvn install:install-file -DgroupId=com.google.code -DartifactId=struts2-fullhibernatecore-plugin -Dversion=2.2.2-GA -Dpackaging=jar -Dfile=/home/hduser/Downloads/struts2-fullhibernatecore-plugin-2.2.2-GA.jar

then Started to build using mvn install -DskipTests But the build failed because unable to download struts2-fullhibernatecore jar from jboss repository. I opened the jboss repo in browser but there is no file in that path. How to fix this issues. I don't know from which pom.xml file it is referring to that jboss repo. Please provide a solution to this problem or add crux tar for hbase-0.94.7 in your github repo

theamith commented 11 years ago

build problem was solved and the crux.jar and crux.war file for hbase-0.94.7 is available here https://github.com/mkamithkumar/crux-tar-for-hbase-0.94.7.