[
https://issues.apache.org/jira/browse/HADOOP-3895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12619612#action_12619612
]
Fabian Deutsch commented on HADOOP-3895:
----------------------------------------
I don't know about a different way on debuging this, so I tried strace.
It hangs at "getdents64(3, ..." all the 180seconds.
{noformat}
[EMAIL PROTECTED] search]$ rm logs/* ; strace bin/hadoop namenode & sleep 180 ;
kill -QUIT $!
[1] 1907
...
open("/home/fabiand/work/nutch/search/bin/../",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|0x80000) = 3
fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 3
fcntl64(3, F_GETFD) = 0x3 (flags FD_CLOEXEC|0x2)
getdents64(3,
[EMAIL PROTECTED] search]$
{noformat}
> namenode fails to run on ppc
> ----------------------------
>
> Key: HADOOP-3895
> URL: https://issues.apache.org/jira/browse/HADOOP-3895
> Project: Hadoop Core
> Issue Type: Bug
> Affects Versions: 0.17.1
> Environment: PowerPC using Fedora 9 (all updates) and OpenJDK-1.6
> Reporter: Fabian Deutsch
> Priority: Minor
> Attachments: hadoop-env.sh, hadoop-site.xml
>
>
> Hadoop starts, but eats 100% CPU. Data- and Secondarynamenodes can not
> connect. No jobs were run, just trying to start the daemon. using
> bin/start-dfs.sh.
> Using the same simple configuration on an x86-arch - also using Fedora 9 and
> OpenJDK-1.6 - works perfectly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.