Skip to content

Commit 5061313

Browse files
committed
Temporarily workaround class not found issue while proper fix should be in where we detect main class and we should not use file name
1 parent ce7c054 commit 5061313

File tree

1 file changed

+1
-1
lines changed
  • PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.hdinsight/resources/hdinsight/templates/scala/scala_cluster_run

1 file changed

+1
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-eclipse/com.microsoft.azuretools.hdinsight/resources/hdinsight/templates/scala/scala_cluster_run/SparkSQL_RDDRelation.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import org.apache.spark.sql.{SaveMode, SQLContext}
2828
// names and types.
2929
case class Record(key: Int, value: String)
3030

31-
object RDDRelation {
31+
object SparkSQL_RDDRelation {
3232
def main(args: Array[String]) {
3333
val sparkConf = new SparkConf().setAppName("RDDRelation")
3434
val sc = new SparkContext(sparkConf)

0 commit comments

Comments
 (0)