HadoopIntellijPlugin icon indicating copy to clipboard operation
HadoopIntellijPlugin copied to clipboard

IntelliJ IDEA Plugin for Hadoop

Results 13 HadoopIntellijPlugin issues
Sort by recently updated
recently updated
newest added

首先:膜拜!!! 感觉与你README里面的差距好大. 要是能直接拖文件就好了.^_^

测试失败截图: ![image](https://user-images.githubusercontent.com/25682169/40577561-5273e40c-613a-11e8-885c-b2b82fb6a54a.png) 连接成功截图: ![image](https://user-images.githubusercontent.com/25682169/40577591-ad46a63a-613a-11e8-993b-2fce2efb4a77.png)

您好,在 IDEA 2018.1 中添加编译好的插件,重启后出现错误(刚启动 IDEA 的时候就出现错误,必须停用插件才能正常启动),错误日志如下: ```Plugin 'com.fangyuzhong.intelliJ.hadoop' failed to initialize and will be disabled. Please restart IntelliJ IDEA. org.picocontainer.defaults.CyclicDependencyException: Cyclic dependency: [class com.fangyuzhong.intelliJ.hadoop.options.DefaultProjectSettingsManager] at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.instantiateGuarded(CachingConstructorInjectionComponentAdapter.java:75) at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.getComponentInstance(CachingConstructorInjectionComponentAdapter.java:63) at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter.getComponentInstance(ComponentManagerImpl.java:459)...