{"id":54673,"library":"spark-core-2-10","title":"Apache Spark Core","description":"Apache Spark Core is the foundation of the Apache Spark distributed computing framework, providing in-memory cluster computing for large-scale data processing.","status":"active","version":"2.2.3","language":"java","source_language":null,"source_url":"https://github.com/apache/spark","tags":["spark","big-data","distributed","computing"],"install":[{"cmd":"<dependency>\n  <groupId>org.apache.spark</groupId>\n  <artifactId>spark-core_2.10</artifactId>\n  <version>2.2.3</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.apache.spark:spark-core_2.10:2.2.3'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"SparkContext","correct":"org.apache.spark.SparkContext"}],"quickstart":{"code":"import org.apache.spark.SparkConf;\nimport org.apache.spark.api.java.JavaSparkContext;\n\npublic class SparkExample {\n    public static void main(String[] args) {\n        SparkConf conf = new SparkConf().setAppName(\"example\").setMaster(\"local\");\n        JavaSparkContext sc = new JavaSparkContext(conf);\n        System.out.println(\"Spark version: \" + sc.version());\n        sc.close();\n    }\n}","lang":"java","description":"Minimal Spark Core example creating a local SparkContext and printing the Spark version."},"warnings":[{"fix":"Use Spark 3.x series for better performance and support.","message":"Spark 2.2.3 is outdated; consider upgrading to a newer version for bug fixes and features.","severity":"breaking","affected_versions":"2.2.3"}],"env_vars":null,"search_vec":"'apach':1,4,12 'big':31 'big-data':30 'cluster':21 'comput':15,22,34 'core':3,6 'data':27,32 'distribut':14,33 'foundat':9 'framework':16 'in-memori':18 'larg':25 'large-scal':24 'memori':20 'process':28 'provid':17 'scale':26 'spark':2,5,13,29","created_at":"2026-06-15T09:18:41.409111+00:00","updated_at":"2026-06-15T09:18:41.409111+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://spark.apache.org/","github":"https://github.com/apache/spark","docs":"https://appdoc.app/artifact/org.apache.spark/spark-core_2.10/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}