Hi,
I had a java project with pom file and dependency on shc-core version 1.1.2-2.3-s_2.11
<dependency> <groupId>com.hortonworks</groupId> <artifactId>shc-core</artifactId> <version>1.1.2-2.3-s_${scala.binary.version}-SNAPSHOT</version></dependency>
This was working fine until a week back. After that it suddently started failing with jar not found error. I looked at snapshot naven rep of shc-core. Someone has removed it. Ans Thats why the build is failing.
IF i use latest from release repo, build works but at run time I get error "hbase configuration is not found " Any idea what could be wrong?