Valentin Kulichenko created IGNITE-2929: -------------------------------------------
Summary: IgniteContext should not have type parameters Key: IGNITE-2929 URL: https://issues.apache.org/jira/browse/IGNITE-2929 Project: Ignite Issue Type: Bug Affects Versions: 1.5.0.final Reporter: Valentin Kulichenko Fix For: 1.6 Currently implementation of {{SparkContext}} has type parameters {{[K, V]}} which means that all the RDDs that are created by a particular instance of context have to be of the same type. Looks like type parameters on {{IgniteContext}} don't make much sense and should be removed. {{fromCache}} method should be parameterized instead. -- This message was sent by Atlassian JIRA (v6.3.4#6332)