[ 
https://issues.apache.org/jira/browse/HADOOP-17507?focusedWorklogId=544912&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-544912
 ]

ASF GitHub Bot logged work on HADOOP-17507:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 31/Jan/21 15:54
            Start Date: 31/Jan/21 15:54
    Worklog Time Spent: 10m 
      Work Description: GauthamBanasandra commented on a change in pull request 
#2663:
URL: https://github.com/apache/hadoop/pull/2663#discussion_r567445332



##########
File path: BUILDING.txt
##########
@@ -63,6 +63,20 @@ Installing required packages for clean install of Ubuntu 
14.04 LTS Desktop:
   $ sudo apt-get -y install maven
 * Native libraries
   $ sudo apt-get -y install build-essential autoconf automake libtool cmake 
zlib1g-dev pkg-config libssl-dev libsasl2-dev
+* GCC 9.3.0
+  $ sudo apt-get -y install software-properties-common
+  $ sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
+  $ sudo apt-get update
+  $ sudo apt-get -y install g++-9 gcc-9
+  $ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 60 
--slave /usr/bin/g++ g++ /usr/bin/g++-9
+* CMake 3.19
+  $ mkdir -p /opt/cmake \
+    && curl -L https://cmake.org/files/v3.19/cmake-3.19.0.tar.gz > 
cmake-3.19.0.tar.gz \
+    && tar -zxvf cmake-3.19.0.tar.gz \
+    && cd cmake-3.19.0 \
+    && ./bootstrap \
+    && make -j$(nproc) \
+    && sudo make install

Review comment:
       > The Protocol Buffers section below is not a good example. It seemed to 
be copied from Dockerfile and is assuming root privilege.
   
   I've fixed this, please review - https://github.com/apache/hadoop/pull/2664.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 544912)
    Time Spent: 1h 10m  (was: 1h)

> Add build instructions for installing GCC 9 and CMake 3.19
> ----------------------------------------------------------
>
>                 Key: HADOOP-17507
>                 URL: https://issues.apache.org/jira/browse/HADOOP-17507
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 3.3.0
>            Reporter: Gautham Banasandra
>            Assignee: Gautham Banasandra
>            Priority: Trivial
>              Labels: pull-request-available
>             Fix For: 3.4.0
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to