Hi, I am able to use the link-hadoop as well as the download-hadoop profile from command line like this and run tests:
mvn -Dhadoop-dist=/path/to/hadoop-downloads clean verify -Plink-hadoop -Dtest=TestExportImportPrivileges mvn clean verify -Pdownload-hadoop -Dtest=TestExportImportPrivileges However, I am having trouble running these tests directly from the IDE both with link-hadoop and download-hadoop profiles. Can you point me to any documentation on this if any? My Intellij project complains "Cannot resolve symbol ql" at import org.apache.hadoop.hive.ql.exec.Task; I tried adding the hive source folders to the project as well and I can see ql package at target/hive/src/ql. Thanks! -- Sravya Tirukkovalur
