[
https://issues.apache.org/jira/browse/HADOOP-4280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12634706#action_12634706
]
Pete Wyckoff commented on HADOOP-4280:
--------------------------------------
$JAVA_HOME/include/linux/jni_md.h should define jlong. on a 32 bit version of
java i have, i see:
{code}
#ifdef _LP64 /* 64-bit Solaris */
typedef long jlong;
#else
typedef long long jlong;
#endif
{code}
does yours define it as long long?
> test-libhdfs consistently fails on trunk
> ----------------------------------------
>
> Key: HADOOP-4280
> URL: https://issues.apache.org/jira/browse/HADOOP-4280
> Project: Hadoop Core
> Issue Type: Bug
> Components: libhdfs
> Affects Versions: 0.19.0
> Reporter: Raghu Angadi
> Assignee: Pete Wyckoff
> Priority: Blocker
> Fix For: 0.19.0
>
> Attachments: HADOOP-4280.1.txt, namenode-log.txt,
> test-libhdfs-failure.txt
>
>
> {{ant -Dlibhdfs=yes test-libhdfs}} fails on 0.19 and trunk. It is ok on 0.18.
> I will attach output from a run.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.