My team and I have been trying to use phoenix inside of the spark shell. Whenever we run the “import org.apache.phoenix.spark._” we recieve the error “object spark is not a member of package org.apache.phoenix.” We are currently running hdp-2.3. After looking inside the phoenix Jar it appears there is no Spark package. Seeing as how hdp-2.3 contains phoenix-4.4 which according to git should have spark, can anyone explain why this is and/or how to fix it?
↧