Hi hddong, Strange but nothing seems to work for me. I tried doing mvn clean and then run travis tests. Also I tried running the command `mvn clean package -DskipTests -DskipITs -Pspark-shade-unbundle-avro` first and then run the test using `mvn -Dtest=ITTestRepairsCommand#testDeduplicateWithReal -DfailIfNoTests=false test`. But both of them did not work. I have spark installation and I am setting the SPARK_HOME to /usr/local/Cellar/apache-spark/2.4.5.
On Sun, May 17, 2020 at 9:00 AM hddong <[email protected]> wrote: > Hi Pratyaksh, > > run_travis_tests,sh not run `mvn clean`, You can try to run `mvn > clean` manually > before integration test. > > BTW, if you use IDEA, you can do > `mvn clean package -DskipTests -DskipITs -Pspark-shade-unbundle-avro` > first, > then just run integration test in IDEA like unit test does. > > But, there are something to notice here: you need a runnable spark and > SPARK_HOME should in env. > > Regards > hddong >
