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

Changelog

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

  * No change rebuid due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Tue, 23 Jan 2024 09:29:48 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic 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.23.10.1.debian.tar.xz 3.7 KiB 0c41b129626cf8b9ba11a3c82472a476bf763fa75c23c55d36f159c6dfdcfef5
golang-github-colinmarc-hdfs_2.3.0-2ubuntu0.23.10.1.dsc 2.4 KiB 0c31b3074322ab5279c94ced86e1f2eeca52e36b1eaa38f74b1012f80a156d5e

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