Something has changed recently and now intelliJ won't build hadoop trunk complaining about jetty files missing. That's after multiple re-imports of the maven poms, resetting the IDE cache etc. It can find them in the text editors.
now I'm using maven to do the builds, and all is good, but on test runs i can't bring up a YARN minicluster because again, no jetty org.apache.hadoop.yarn.exceptions.YarnRuntimeException: java.lang.NoClassDefFoundError: org/eclipse/jetty/servlet/ServletContextHandler at org.apache.hadoop.yarn.server.MiniYARNCluster.startResourceManager(MiniYARNCluster.java:384) at org.apache.hadoop.yarn.server.MiniYARNCluster.access$300(MiniYARNCluster.java:129) at org.apache.hadoop.yarn.server.MiniYARNCluster$ResourceManagerWrapper.serviceStart(MiniYARNCluster.java:500) at org.apache.hadoop.service.AbstractService.start(AbstractService.java:195) at org.apache.hadoop.service.CompositeService.serviceStart(CompositeService.java:123) at org.apache.hadoop.yarn.server.MiniYARNCluster.serviceStart(MiniYARNCluster.java:333) at org.apache.hadoop.mapreduce.v2.MiniMRYarnCluster.serviceStart(MiniMRYarnCluster.java:226) at org.apache.hadoop.service.AbstractService.start(AbstractService.java:195) at org.apache.hadoop.fs.s3a.S3ATestUtils.deployService(S3ATestUtils.java:865) Is anyone else seeing this? It's always jetty, which we have updated recently... -steve