c# - Getting access to Hive using .Net Core? (Incompatible libraries) -


i've been searching around quite time now, see if possible connect .net core application (hadoop) hive service?

i've found few libraries available .net connect hive, when try download these packages , restore .net core application, errors saying installed package not available/compatible .net core.

i wondering if out there have knowledge of whether possible?

for now, want input connection variables (ip, port number, username , password) , see if can start writing commands hive data it. i'm using mysql database, store data , connection , running using ef7 .net core application. want following function work:

public bool gotconnectiontohive(string ip, int portnr, string username, string password) {     bool connected = false;     //get connection hive.. (using input parameters)     //set connected = true if connection live, else leave      return connected; } 


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -