golang-github-colinmarc-hdfs 2.3.0-2 source package in Ubuntu

Changelog

golang-github-colinmarc-hdfs (2.3.0-2) unstable; urgency=medium

  * Re-upload after rejection (due to missing
    golang-github-jcmturner-gokrb5.v8 at time of acceptance)

 -- Matthew Vernon <email address hidden>  Tue, 06 Dec 2022 23:15:25 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-colinmarc-hdfs_2.3.0-2.dsc 2.6 KiB dc9d6caac3066f5be81477a41c0401950a8824f1fa26bd4149dd4aceb30a7200
golang-github-colinmarc-hdfs_2.3.0.orig.tar.gz 767.8 KiB 2de204a6d7d1a793747268ab639c8152a4aeca1f6175f32dab8765c8f53a8a06
golang-github-colinmarc-hdfs_2.3.0-2.debian.tar.xz 3.5 KiB 1bef68c71f0e47e52a13f7aee9783afbcd4088bca9751de5b63a3ff5eaa85715

No changes file available.

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