From common-issues-return-207336-archive-asf-public=cust-asf.ponee.io@hadoop.apache.org Fri Sep 25 13:36:05 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id F203C180636 for ; Fri, 25 Sep 2020 15:36:04 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 2E9FC125691 for ; Fri, 25 Sep 2020 13:36:04 +0000 (UTC) Received: (qmail 79650 invoked by uid 500); 25 Sep 2020 13:36:03 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 79551 invoked by uid 99); 25 Sep 2020 13:36:03 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Sep 2020 13:36:03 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5D64F42A16 for ; Fri, 25 Sep 2020 13:36:02 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id F0A58780AD9 for ; Fri, 25 Sep 2020 13:36:00 +0000 (UTC) Date: Fri, 25 Sep 2020 13:36:00 +0000 (UTC) From: "ASF GitHub Bot (Jira)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work logged] (HADOOP-17282) libzstd-dev should be used instead of libzstd1-dev on Ubuntu 18.04 or higher MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-17282?focusedWorklogId=491020&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-491020 ] ASF GitHub Bot logged work on HADOOP-17282: ------------------------------------------- Author: ASF GitHub Bot Created on: 25/Sep/20 13:35 Start Date: 25/Sep/20 13:35 Worklog Time Spent: 10m Work Description: tkuramoto33 opened a new pull request #2336: URL: https://github.com/apache/hadoop/pull/2336 libzstd1-dev is a transitional package on Ubuntu 18.04. It is better to use libzstd-dev instead of libzstd1-dev in the Dockerfile (dev-support/docker/Dockerfile). I have tested this patch in a docker container, and the results are as follows: 1. zstd version ``` hadoop@ac937c1afb72:~/hadoop$ sudo apt search libzstd Sorting... Done Full Text Search... Done libzstd-dev/bionic-updates,bionic-security,now 1.3.3+dfsg-2ubuntu1.1 amd64 [installed] fast lossless compression algorithm -- development files libzstd1/bionic-updates,bionic-security,now 1.3.3+dfsg-2ubuntu1.1 amd64 [installed] fast lossless compression algorithm libzstd1-dev/bionic-updates,bionic-security 1.3.3+dfsg-2ubuntu1.1 amd64 transitional package for libzstd-dev ``` 2. Is zstd enabled? The result of `cd hadoop-common-project/hadoop-common; mvn test -Dtest=TestZStandard*` is shown below. ``` [INFO] --- maven-surefire-plugin:3.0.0-M1:test (default-test) @ hadoop-common --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.hadoop.io.compress.zstd.TestZStandardCompressorDecompressor [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 s - in org.apache.hadoop.io.compress.zstd.TestZStandardCompressorDecompressor [INFO] [INFO] Results: [INFO] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0 ``` ---------------------------------------------------------------- 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: users@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 491020) Time Spent: 2h (was: 1h 50m) > libzstd-dev should be used instead of libzstd1-dev on Ubuntu 18.04 or higher > ---------------------------------------------------------------------------- > > Key: HADOOP-17282 > URL: https://issues.apache.org/jira/browse/HADOOP-17282 > Project: Hadoop Common > Issue Type: Improvement > Reporter: Takeru Kuramoto > Assignee: Takeru Kuramoto > Priority: Minor > Labels: pull-request-available > Fix For: 3.4.0 > > Time Spent: 2h > Remaining Estimate: 0h > > libzstd1-dev is a transitional package on Ubuntu 18.04. > It is better to use libzstd-dev instead of libzstd1-dev in the Dockerfile (dev-support/docker/Dockerfile). -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org