Re: executing stored procedure through spark

2018-08-13 Thread HARSH TAKKAR
Hi You can call the java program directly though pyspark, Following is the code that will help. sc._jvm.. Harsh Takkar On Sun, Aug 12, 2018 at 9:27 PM amit kumar singh wrote: > Hi /team, > > The way we call java program to executed stored procedure > is there any way we can achieve the

executing stored procedure through spark

2018-08-12 Thread amit kumar singh
Hi /team, The way we call java program to executed stored procedure is there any way we can achieve the same using pyspark