Re: The import org.apache.phoenix.end2end cannot be resolved
How are you importing the test jars, and what version of Phoenix are you depending upon? The maven snippet [0] used internally to pull in the tests jar, at least on master, looks like org.apache.phoenix phoenix-core ${project.version} tests test
The import org.apache.phoenix.end2end cannot be resolved
Hi, There was an package not found error in phoenix-core project after i imported the phoenix. i am sure that my maven pom.xml has updated and pulled code again, who can help me to solve it? thanks.