Hi,
I have setup the spark 1.2 standalone cluster and trying to run hive on spark
by following below link.
https://cwiki.apache.org/confluence/display/Hive/Hive+on+Spark%3A+Getting+Started
I got the latest build of hive on spark from git and was trying to running few
queries. Queries are runn
"hive shell" is the command to enter in to Hive shell
On Mon, Jan 5, 2015 at 12:26 PM, Krish Donald wrote:
> What is the difference between hive shell and hive prompt ...
>
> On Sun, Jan 4, 2015 at 10:47 PM, Mohan Krishna
> wrote:
>
>> Hi Krish,
>> You shall try "hive shell"
>> Not simply "h
What is the difference between hive shell and hive prompt ...
On Sun, Jan 4, 2015 at 10:47 PM, Mohan Krishna
wrote:
> Hi Krish,
> You shall try "hive shell"
> Not simply "hive"
> Let me know if you still face the same issue
>
>
> Thanks
> Mohan
>
>
> On Mon, Jan 5, 2015 at 12:09 PM, Krish Donal
Hi Krish,
You shall try "hive shell"
Not simply "hive"
Let me know if you still face the same issue
Thanks
Mohan
On Mon, Jan 5, 2015 at 12:09 PM, Krish Donald wrote:
> Hi,
>
> I am new to hive and when I am trying to go to hive prompt I am getting
> below messages/erros . Is this normal.
> I
Hi,
I am new to hive and when I am trying to go to hive prompt I am getting
below messages/erros . Is this normal.
I am using all default templates, I have not changed any properties in
default templates.
[hadoop@mynamenode conf]$ hive
Logging initialized using configuration in
file:/opt/hadoop/h
Recently we find a bug with orc ppd, here is the testcase:
use test;
create table if not exists test_orc_src (a int, b int, c int)
stored as orc;
create table if not exists test_orc_src2 (a int, b int, d int)
stored as orc;
insert overwrite table test_orc_src select 1,2,3 from dim.city
limit 1;
i
Hi,
A question: Why does it need to copy the jar file to the temp folder? Why
couldn’t it use the file defined in using JAR
'hdfs://hadoop/hive/nexr-hive-udf-0.2-SNAPSHOT.jar' directly?
Regards
Arthur
On 4 Jan, 2015, at 7:48 am, arthur.hk.c...@gmail.com
wrote:
> Hi,
>
>
> A1: Are all of
Thanks Edward , you summed it all in your reply.
On Sun, Jan 4, 2015 at 4:15 AM, Edward Capriolo
wrote:
> "how does vertica compare with Hive in similar settings"
> Vertical in hive do no have similar settings. Vertica is a columnar MPP
> analytic database. Hive is an SQL on hadoop platform. Dep
Hi ,wpf:
Please look at the hiveserver log and refer to the issue:
https://issues.apache.org/jira/browse/HIVE-6050
发件人: 王鹏飞 [mailto:wpf5...@gmail.com]
发送时间: 2015年1月3日 13:03
收件人: user@hive.apache.org
主题: Beeline connect hiveserver2 problem
I use command "!connect
jdbc:hive2://10.1.65.10:1