1) I have implemented a task in Hive (Hadoop).
2) Also there is some GUI which is in .NET. My Task is from this GUI, I want to send all parameters to Hive (Ununtu) from GUI which is in .NET and again from Hive to GUI for processed result.
My question is that Is it possible to call Java methods (or invoke objects) using .NET? Because I am using VM (Ubuntu) for Hive and Hadoop which is in java. I am also dealing .NET which is in Windows.
I am also new to .NET
Pls suggest me some solution to me.