Hi,

I would like to use OpenHashSet
(org.apache.spark.util.collection.OpenHashSet) in my standalone program. I
can import it without error as:

import org.apache.spark.util.collection.OpenHashSet

However, when I try to access it, I am getting an error as:

object OpenHashSet in package collection cannot be accessed in package
org.apache.spark.util.collection

I suspect this error is caused by private object. I am wondering how I can
use this object in my standalone program.

Thanks,

Ted



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/How-to-access-OpenHashSet-in-my-standalone-program-tp21065.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to