[jira] [Created] (HADOOP-19006) no valid user IDs when importing KEYS in gpg

2023-12-08 Thread Nikita Eshkeev (Jira)
Nikita Eshkeev created HADOOP-19006:
---

 Summary: no valid user IDs when importing KEYS in gpg
 Key: HADOOP-19006
 URL: https://issues.apache.org/jira/browse/HADOOP-19006
 Project: Hadoop Common
  Issue Type: Bug
Reporter: Nikita Eshkeev


h1. What I did

# Download the KEYS file: https://dlcdn.apache.org/hadoop/common/KEYS
# Import the KEYS file:
{{gpg --import KEYS}}

h1. What happened

There is the error while importing the KEYS file:

{{gpg: key B56E5591: no valid user IDs}}

h1. What is expected

No errors when importing the KEYS file

h1. Observation

The import definitely worked on October 18 2023, but now it doesn't

h1. Environment

h2. Operating System

{{$ cat /etc/os-release}}
{{NAME="Amazon Linux"}}
{{VERSION="2"}}
{{ID="amzn"}}
{{ID_LIKE="centos rhel fedora"}}
{{VERSION_ID="2"}}
{{PRETTY_NAME="Amazon Linux 2"}}
{{ANSI_COLOR="0;33"}}
{{CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2"}}

h2. GPG Version

{{$ gpg --version}}
{{gpg (GnuPG) 2.0.22}}
{{libgcrypt 1.5.3}}
{{Copyright (C) 2013 Free Software Foundation, Inc.}}
{{License GPLv3+: GNU GPL version 3 or later 
}}
{{This is free software: you are free to change and redistribute it.}}
{{There is NO WARRANTY, to the extent permitted by law.}}

{{Home: ~/.gnupg}}
{{Supported algorithms:}}
{{Pubkey: RSA, ?, ?, ELG, DSA}}
{{Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,}}
{{CAMELLIA128, CAMELLIA192, CAMELLIA256}}
{{Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224}}
{{Compression: Uncompressed, ZIP, ZLIB, BZIP2}}

h2. SHA256 checksum of the KEYS file

{{$ sha256sum KEYS}}
{{807ad6cc5e1fdedf17884a8da9389549e72b9ad5b8e6fc5050382619c7a19ec6  KEYS}}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org



[jira] [Created] (HADOOP-18597) Simplify single nice instructions for creating directories for Map Reduce

2023-01-18 Thread Nikita Eshkeev (Jira)
Nikita Eshkeev created HADOOP-18597:
---

 Summary: Simplify single nice instructions for creating 
directories for Map Reduce
 Key: HADOOP-18597
 URL: https://issues.apache.org/jira/browse/HADOOP-18597
 Project: Hadoop Common
  Issue Type: Improvement
  Components: documentation
Affects Versions: 3.3.4
Reporter: Nikita Eshkeev
 Fix For: 3.3.5


The {{mkdir}} command supports the {{-p}} option which instructs {{hdfs}} to 
create all the parent directories if needed. The single nose setup instructions 
now ask a user to create both /user and /user/ directories 
explicitly, which can be simplified to creating just the /user/ with 
the help from the -p option of mkdir



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-dev-h...@hadoop.apache.org