golang-github-colinmarc-hdfs 2.3.0-2ubuntu0.24.04.1 source package in Ubuntu

Changelog

golang-github-colinmarc-hdfs (2.3.0-2ubuntu0.24.04.1) noble-security; urgency=medium

  * No change rebuild due to golang-1.21 update

 -- Nishit Majithia <email address hidden>  Thu, 11 Jul 2024 08:13:08 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble updates universe misc
Noble security universe misc

Downloads

File Size SHA-256 Checksum
golang-github-colinmarc-hdfs_2.3.0.orig.tar.gz 767.8 KiB 2de204a6d7d1a793747268ab639c8152a4aeca1f6175f32dab8765c8f53a8a06
golang-github-colinmarc-hdfs_2.3.0-2ubuntu0.24.04.1.debian.tar.xz 3.7 KiB 774ffcf5c8953bb2d11b9dba220408b44ee6a133ec29f1b27f82311bc1157015
golang-github-colinmarc-hdfs_2.3.0-2ubuntu0.24.04.1.dsc 2.4 KiB 2e24da955a2d3d0e34f951a0cece00c215eab8defe1eaf66e41242e3443b88fa

View changes file

Binary packages built by this source

golang-github-colinmarc-hdfs-dev: Native go client library for HDFS

 This is a native golang client for hdfs. It connects directly to the
 namenode using the protocol buffers API.
 .
 It tries to be idiomatic by aping the stdlib os package, where possible,
 and implements the interfaces from it, including os.FileInfo and
 os.PathError.

hdfs-cli: CLI client for HDFS, written in go

 This is a commandline client for HDFS, written in go.
 Its primary aim is to be idiomatic, by enabling
 your favorite unix verbs (mv, ls, etc.).

hdfs-cli-dbgsym: debug symbols for hdfs-cli