Thanks, that solved it.
On Sat, Jun 14, 2014 at 8:21 AM, Edward Capriolo
wrote:
> The way the hive components are packaged they do not bring many transative
> dependencies. You need to bring those in, potentially using the
> provided. That stack trace shows that hadoop components are
> not on t
The way the hive components are packaged they do not bring many transative
dependencies. You need to bring those in, potentially using the
provided. That stack trace shows that hadoop components are
not on the classpath.
To start you are going to need:
org
Hi
I recently downloaded the HDP 2.1 Sandbox. I'm trying to create a simple
java program that connects to the hive server. I'm using maven with the
following dependency:
org.apache.hive
hive-jdbc
0.13.1
Here is the java program:
public class