libhdfs5

command module
v0.0.0-...-108c7b0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2022 License: MIT Imports: 20 Imported by: 0

README

libhdfs5

A libhdfs compatible library written in Go

Currently, some limited functions has been implemented. The functions are listed in hdfs.h.

Build

With Docker, simply run a build script.

$ ./build-in-docker.bash

If it succeeded, we got sligtly fat libhdfs.so.

$ ls -sh libhdfs.so 
15M libhdfs.so

This libhdfs.so has minimal dependency.

$ ldd libhdfs.so 
        linux-vdso.so.1 (0x00007fffeabfd000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f013d1c9000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f013da86000)

Why libhdfs"5"?

  • In honer of libhdfs3, which is written in C/C++
  • 5 is called "Go" in Japanese and libhdfs5 is mainly written in Go

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL