Forum Discussion

dbeavon3's avatar
dbeavon3
Memorable Member
1 year ago
Solved

Any integration or tutorials for Spark Connect?

The docs say that fabric runtime 1.2 supports "Spark Connect", and that there is a python client.  See below.   https://learn.microsoft.com/en-us/fabric/data-engineering/runtime-1-2     .....
  • govindarajan_d's avatar
    govindarajan_d
    1 year ago

    Hi dbeavon3 ,

     

    Based on my understanding, since Spark connect requires remote connectivity, it needs a hostname which would be the IP address of the Spark Context. And since there is no authentication mechanism invovled with Spark-connect unless you manually setup a re-direction URL mechanism (authentication proxy), I don't believe Fabric will allow that level of configuration in their cloud system. 

     

    Using Managed Virtual networks with Fabric, you might get the URL of the Spark context and use it, but again this is just my assumption and as you said, there is no documentation, it is difficult to validate unless we do a PoC.

     

    The following seems true after I read the description from MS site and Spark site. 

    Maybe someone copy/pasted from the OSS docs for Apache Spark.