Okay
Just export JAVA_HOME also
export JAVA_HOME="path to your java folder "
On Sat, Jun 2, 2012 at 7:35 PM, Babak Bastan wrote:
> I have checked this plas but no *j2sdk1.5-sun *:(
> many java file and folders but no *j2sdk1.5-sun*
>
>
> On Sat, Jun 2, 2012 at 4:00 PM, Jagat wrote:
>
>> Can y
I have checked this plas but no *j2sdk1.5-sun *:(
many java file and folders but no *j2sdk1.5-sun*
On Sat, Jun 2, 2012 at 4:00 PM, Jagat wrote:
> Can you check if you have *Java* at the place where the path is shown in
> error?
>
>
>
>
> On Sat, Jun 2, 2012 at 7:26 PM, Babak Bastan wrote:
>
>>
Can you check if you have *Java* at the place where the path is shown in
error?
On Sat, Jun 2, 2012 at 7:26 PM, Babak Bastan wrote:
> hey Jagat,
> Thank you ! something has happened :)
> but new error about java like this:
>
> */usr/lib/j2sdk1.5-sun/bin/java*
> *file or folder not found*
>
>
hey Jagat,
Thank you ! something has happened :)
but new error about java like this:
*/usr/lib/j2sdk1.5-sun/bin/java*
*file or folder not found*
Have you any ideee,how can I solve this problem?
On Sat, Jun 2, 2012 at 3:39 PM, Jagat wrote:
> Here are sample enteries i have in my bash file
>
>
Here are sample enteries i have in my bash file
You can also do the same and enter after changing depending upon your
locations.
export HADOOP_HOME="/home/hadoop/software/hadoop-0.20.2"
export PATH=$PATH:$HADOOP_HOME/bin
export HIVE_HOME="/home/hadoop/software/hive-0.9.0"
export PATH=$PATH:$HIVE_
thank you for your answer but if I type i.e:
babak@ubuntu:/$ hive -version
ubuntu answers me:
command hive doesnot found( translate from German)
On Sat, Jun 2, 2012 at 3:26 PM, Jagat wrote:
> Hi
>
> When you say
>
> I suppose you have entered correct path to your hadoop below
>
> *export HADO
Hi
When you say
I suppose you have entered correct path to your hadoop below
*export HADOOP_HOME=/path_of_your_hadoop_folder
*
To check if hive is installed properly just check that you can enter hive
mode
when you say
hive -version
it should show hive version.
Now lets suppose you have wo
Hello experts
since 2 days ago I tried to install Hive on my ubuntu but no success( I'm
new in both hive and ubuntu)
I read this Artikel and I do all of the steps without problem,only in step
2 I changed my ".bashrc" file and add
*export HADOOP_HOME=/path_of_your_hadoop_folder*
to this file.
I