Skip to content

nicolasbailly1/Hive4Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hive4Net

Hive4Net is a library to run hive queries with Apache Thrift

Dependency

ApacheThrift : https://www.nuget.org/packages/ApacheThrift/

Examples

    Hive hive = new Hive("localhost", 10001, "admin", "myPassword");
    await hive.OpenAsync();
    var cursor = hive.GetCursorAsync();
    cursor.ExecuteAsync("SHOW TABLES");
    var result = cursor.FetchAsync(100);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages