You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2020. It is now read-only.
I would like to create a SpatialRDD (e.g. PointRDD) from an existing RDD[(Key, Point)] that already contains the keys, I need in the JoinQuery to identify the matching objects. Is there any way to do it?
It would be similar to the carryOtherAttributes parameter but I have an RDD not the source file.
val carryOtherAttributes = true // Carry Column 2 (hotel, gas, bar...) var objectRDD = new PointRDD(sc, pointRDDInputLocation, pointRDDOffset, pointRDDSplitter, carryOtherAttributes)