Java process failure (hadoop, hbase)

Posted by Vladimir on Server Fault See other posts from Server Fault or by Vladimir
Published on 2012-10-24T16:13:20Z Indexed on 2012/10/24 17:03 UTC
Read the original article Hit count: 462

Filed under:
|
|
|

Anytime I am running hadoop/hbase process from a command prompt I get an error:

/usr/local/hadoop/bin/hadoop: line 320: /usr/lib/jvm/jdk1.7.0/bin/java: cannot execute binary file
/usr/local/hadoop/bin/hadoop: line 390: /usr/lib/jvm/jdk1.7.0/bin/java: cannot execute binary file
/usr/local/hadoop/bin/hadoop: line 390: /usr/lib/jvm/jdk1.7.0/bin/java: Success

I get the same kind of error when I start hbase.

java version "1.7.0_07"
Java(TM) SE Runtime Environment (build 1.7.0_07-b10)
Java HotSpot(TM) Server VM (build 23.3-b01, mixed mode)

Could you please tell me what could cause the issue? Thank you

© Server Fault or respective owner

Related posts about java

Related posts about hadoop