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.

Home Page:http://nubetech.co/category/crux-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build fails

pmac72 opened this issue · comments

Seems like the Dashboard java source file is missing. Causes many errors when building like:

[javac] src/co/nubetech/crux/action/SaveReportAction.java:193: cannot find symbol
[javac] symbol  : class Dashboard
[javac] location: class co.nubetech.crux.action.SaveReportAction
[javac]             result = new Dashboard();

Some files were missing from last commit, fixed this.