You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2015/03/09 18:28:32 UTC

[Hadoop Wiki] Trivial Update of "HowToContribute" by QwertyManiac

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.

The "HowToContribute" page has been changed by QwertyManiac:
https://wiki.apache.org/hadoop/HowToContribute?action=diff&rev1=103&rev2=104

Comment:
Casey Brotherton noticed that we're missing FUSE dependencies in the native library build pre-requisites command. Added them now.

  
  For RHEL (and hence also CentOS):
  {{{
- yum -y install  lzo-devel  zlib-devel  gcc autoconf automake libtool openssl-devel
+ yum -y install  lzo-devel  zlib-devel  gcc autoconf automake libtool openssl-devel fuse-devel
  }}}
  
  For Debian and Ubuntu:
  {{{
- apt-get -y install maven build-essential autoconf automake libtool cmake zlib1g-dev pkg-config libssl-dev
+ apt-get -y install maven build-essential autoconf automake libtool cmake zlib1g-dev pkg-config libssl-dev libfuse-dev
  }}}
  
  Native libraries are mandatory for Windows. For instructions see Hadoop2OnWindows.