Hi all, I am facing issue while configuring Hadoop 3.3.5 on Linux Ubuntu 20.04. Can you direct me to the documentation for setting up Hadoop ARM64 on an Azure VM or any similar resources?
Currently, I'm using the guide Apache Hadoop 3.3.5 – Hadoop: Setting up a Single Node Cluster <https://hadoop.apache.org/docs/r3.3.5/hadoop-project-dist/hadoop-common/SingleCluster.html> for the setup process. The software versions being utilized are: hadoop-3.3.5-aarch64.tar.gz <https://dlcdn.apache.org/hadoop/common/hadoop-3.3.5/hadoop-3.3.5-aarch64.tar.gz> https://aka.ms/download-jdk/microsoft-jdk-11.0.19-linux-aarch64.tar.gz I would greatly appreciate any assistance provided. On Friday, June 3, 2016 at 12:16:36 AM UTC+5:30 Wei-ju Wu wrote: > I had exactly the same problem. > > Thanks to Feng Xiao's reply below I was able to make a patch that works > for me (on ODROID C2 and Ubuntu Mate), I've put the patch file on my public > Dropbox folder. > > You can apply it e.g. like that > > $ wget -O protobuf-2.5.0-arm64.patch > https://www.dropbox.com/s/713wql5cw9dfxhx/protobuf-2.5.0-arm64.patch?dl=0 > $ tar xfz protobuf-2.5.0.tar.gz > $ cd protobuf-2.5.0 > $ patch -p1 < ../protobuf-2.5.0-arm64.patch > > and then configure and build as you would typically do > > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/96fc2d8e-7e5c-42f3-a4aa-85100f65e1a7n%40googlegroups.com.
