Skip to content

필사 모드: How to Build Apache Zookeeper (Ubuntu 22.04)

English
0%
정확도 0%
💡 왼쪽 원문을 읽으면서 오른쪽에 따라 써보세요. Tab 키로 힌트를 받을 수 있습니다.
원문 렌더가 준비되기 전까지 텍스트 가이드로 표시합니다.

Overview

Learn how to build Apache Zookeeper on Ubuntu.

Build Preparation (Ubuntu)

sudo apt-get install libcppunit-dev

sudo apt-get install python-setuptools python2.7-dev

sudo apt-get install openssl libssl-dev

sudo apt-get install libsasl2-modules-gssapi-mit libsasl2-modules libsasl2-dev

Build Zookeeper

git clone https://github.com/apache/zookeeper.git

cd zookeeper

JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 mvn clean install -DskipTests

Zookeeper Check

In the `zookeeper/zookeeper-assembly/target` folder, you can find the tar.gz file, which is the build artifact from the Zookeeper source.

zookeeper/zookeeper-assembly/target$ ls

antrun apache-zookeeper-3.9.0-SNAPSHOT-bin.tar.gz apache-zookeeper-3.9.0-SNAPSHOT-bin.tar.gz.sha512 archive-tmp

Quiz

Q1: What is the main topic covered in "How to Build Apache Zookeeper (Ubuntu 22.04)"?

Learn how to build Apache Zookeeper on Ubuntu 22.04.

Learn how to build Apache Zookeeper on Ubuntu 22.04.

Consider the practical examples and patterns discussed throughout the post.

현재 단락 (1/15)

Learn how to build Apache Zookeeper on Ubuntu.

작성 글자: 0원문 글자: 973작성 단락: 0/15