jasinliu opened a new issue, #554:
URL: https://github.com/apache/incubator-graphar/issues/554
### Describe the enhancement requested
Curently, the scala library needs a spark process to use. But it will be a
bit complicated if we only deal with local files.
I hope that we can support the local filesystem without sparksession. Now my
idea is to allow the load in the scala library to allow the spark parameter to
be None.
```scala
def loadGraphInfo(
graphInfoPath: String,
spark: Option[SparkSession] = None
)
```
### Component(s)
Spark
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]