Hi All, Here is what I am trying to do.
- I have a C++ library which I use to load from PHP script using PHP's exec() function. It works perfect. PHP sends the input parameter and gets the result in output parameter. - I want to make use of the same C++ library in my Pig Script and perform the same operation. Is there any way to do this? - Can you point me to some documentation, because I tried to find it. Thanks in advance. Regards, Shashikant
