pig,hive install over hadoop

2014-04-01 Thread Rahul Singh
Hi, I have installed and configured hadoop. Now, I want to install hive and pig, As per my understanding pig and hive internally uses hadoop. So is there a way i can just install bare minimum hive or pig and take advantage of already installed hadoop or i need to separately install and

Re: pig,hive install over hadoop

2014-04-01 Thread Nitin Pawar
Pig and hive do not come in bare minimum version. Its complete pig or hive package You can use existing hadoop cluster with pig and hive. If you do not need persistent storage for hive tables, then you dont need to configure much . Search for hive with derby and that should get you started. On

Re: pig,hive install over hadoop

2014-04-01 Thread Chinna Rao Lalam
Hi, You need to install hive completely because both are different processes(Installing hive is very simple and it require few configurations). Hive process to work, it required Hadoop processes. I think same with the pig also(I did't try)... Hope It Helps, Chinna.. On Tue, Apr 1, 2014 at

Re: pig,hive install over hadoop

2014-04-01 Thread Shengjun Xin
Install hive and pig completely and configure hive and pig to use the existing hadoop cluster On Tue, Apr 1, 2014 at 6:17 PM, Chinna Rao Lalam lalamchinnara...@gmail.com wrote: Hi, You need to install hive completely because both are different processes(Installing hive is very simple and