Hi ,
I have configured mysql metastore. issues is on s3 supporting jar.
On Tue, Oct 25, 2016 at 4:43 PM, dv akhil wrote:
> Hi,
>which metastore are you using for hive? . Have you copied the jar
> containing the JDBC driver for your metadata db into hive's lib dir?
>
>
> down voteaccepted
Hi,
which metastore are you using for hive? . Have you copied the jar
containing the JDBC driver for your metadata db into hive's lib dir?
down voteaccepted
On Tue, Oct 25, 2016 at 4:29 PM, Rajendra Bhat wrote:
> hive> list jars;
> /opt/apache-hive-2.0.1-bin/lib/hadoop-aws-2.7.1.jar
> /op
hive> list jars;
/opt/apache-hive-2.0.1-bin/lib/hadoop-aws-2.7.1.jar
/opt/apache-hive-2.0.1-bin/lib/aws-java-sdk-1.7.4.jar
hive>
On Tue, Oct 25, 2016 at 4:27 PM, Rajendra Bhat wrote:
> yes, I have added the jar on hive prompt.
>
> On Tue, Oct 25, 2016 at 4:25 PM, aft wrote:
>
>> On Tue, Oct 25
yes, I have added the jar on hive prompt.
On Tue, Oct 25, 2016 at 4:25 PM, aft wrote:
> On Tue, Oct 25, 2016 at 6:11 AM, Rajendra Bhat
> wrote:
> > Hi,
> >
> > i am getting below error on create extrnal table. I have copied
> > hadoop-aws-2.7.1.jar and aws-java-sdk-1.7.4.jar to hive_home/lib fo
On Tue, Oct 25, 2016 at 6:11 AM, Rajendra Bhat wrote:
> Hi,
>
> i am getting below error on create extrnal table. I have copied
> hadoop-aws-2.7.1.jar and aws-java-sdk-1.7.4.jar to hive_home/lib folder.
> please let me know where should need to place supporting jar..
>
>
> hive> create external ta
Hi,
i am getting below error on create extrnal table. I have
copied hadoop-aws-2.7.1.jar and aws-java-sdk-1.7.4.jar to hive_home/lib
folder. please let me know where should need to place supporting jar..
hive> create external table kv (key int, value string) location
's3a://myntra-datasciences/
That is correct I added the jar file with ADD JAR.
Thanks, for the patch.
On Mon, Feb 24, 2014 at 11:44 PM, Jason Dere wrote:
> I'm assuming the jar was loaded using ADD JAR as opposed to the jar being
> on the classpath?
>
> On Feb 24, 2014, at 2:40 PM, Jason Dere wrote:
>
> I think TableDes
I'm assuming the jar was loaded using ADD JAR as opposed to the jar being on
the classpath?
On Feb 24, 2014, at 2:40 PM, Jason Dere wrote:
> I think TableDesc may not be using the right class loader here when it's
> trying to get the class - other parts of the code specify the class loader to
I think TableDesc may not be using the right class loader here when it's trying
to get the class - other parts of the code specify the class loader to use but
in this context it does not. I've opened
https://issues.apache.org/jira/browse/HIVE-6495.
On Feb 23, 2014, at 4:05 AM, Andreas Koch wr
I am trying to upgrade from Hive 0.10 to 0.12, but I am stuck trying to
debug an error I keep getting. I have a couple of SerDes that I have
developed, but when I try to query tables with these SerDes I get a
ClassNotFoundException for the SerDe class. I know that the jar files have
been loaded OK,
10 matches
Mail list logo