object SecondarySortKeyMytest is not a member of package com.dt.spark.sparksql import com.dt.spark.sparksql.SecondarySortKeyMytest
时间: 2023-12-12 18:34:10 浏览: 99
根据提供的两个引用,可以看出这两个引用都是关于Spark的报错问题。第一个引用中报错信息为“object apache is not a member of package org”,是因为缺少Spark的依赖包。解决方法是导入Spark安装目录下的jar包。第二个引用中报错信息为“CreateProcess error=5, 拒绝访问。环境变量中没有所谓的 pyspark_home”,是因为环境变量中没有设置pyspark_home。解决方法是在环境变量中设置pyspark_home。
至于你提到的报错信息“object SecondarySortKeyMytest is not a member of package com.dt.spark.sparksql import com.dt.spark.sparksql.SecondarySortKeyMytest”,这个报错信息是因为在导入com.dt.spark.sparksql.SecondarySortKeyMytest时,找不到SecondarySortKeyMytest这个类。解决方法是检查是否存在这个类,或者检查导入路径是否正确。
阅读全文