modify the glibc version.CentOS provides safe softwares tranditionally,it also means the version is old such as glibc,protobuf ...
ldd --version
ldd /opt/hadoop/lib/native/libhadoop.so.1.0.0
You can compare the version of current glibc with needed glibc.
Secondly: If the version of current glibc is old,you can update the glibc.
If the version of current glibc id right,you can append word native to your HADOOP_OPTS
export HADOOP_COMMON_LIB_NATIVE_DIR=$HADOOP_HOME/lib/native
export HADOOP_OPTS="-Djava.library.path=$HADOOP_HOME/lib"
You can get a better understanding with the Online big data courses.