[aarch64-port-dev ] Internal Error (frame.cpp:1150), Error: ShouldNotReachHere()
Andrew McDermott
andrew.mcdermott at linaro.org
Tue Oct 1 05:46:10 PDT 2013
Andrew:
I have a pre-compiled version here:
http://people.linaro.org/~andrew.mcdermott/personal-hadoop.tar.bz2
It's something that works for me if untarred into $HOME.
A quick example would be:
$ cd ~/personal-hadoop
$ . env.sh
$ which hadoop
and then you can try running the teragen example(s):
$ hadoop jar
${HADOOP_COMMON_HOME}/mapreduce/hadoop-mapreduce-examples-3.0.0-SNAPSHOT.jar
teragen 10000000 teragen-1GB
$ hadoop jar
${HADOOP_COMMON_HOME}/mapreduce/hadoop-mapreduce-examples-3.0.0-SNAPSHOT.jar
terasort teragen-1GB teragen-1GB-sorted
$ hadoop jar
${HADOOP_COMMON_HOME}/mapreduce/hadoop-mapreduce-examples-3.0.0-SNAPSHOT.jar
teravalidate teragen-1GB-sorted teragen-1GB-validate
HTH,
Andy.
More information about the aarch64-port-dev
mailing list