Li Ming

Results 7 comments of Li Ming

My env is: ``` macOS Mojave 10.14.3 python 3.7.0 ``` I solved this problem by: ``` brew install autoconf brew install automake brew install pkg-config ``` @creslinux @huanghe314

You can set the opacity in `.hyper.js` like this ``` verminal: { fontSize: 15, backgroundColor: 'rgba(0, 0, 0, 1)' } ```

Thanks, but it doesn't work! I firstly changed the hadoop version in ${hadoop2x-eclipse-plugin}/ivy/libraries.properties to 2.6.0 and in ${hadoop2x-eclipse-plugin}/src/contrib/eclipse-plugin/build.xml , I added a new line `` and an element `lib/htrace-core.3.0.4.jar` in...

I added the path of htrace-core-3.0.4.jar in the last line and blow is the attribute to include ``` ```

Hi Manoj, Ant said the compilation was successful, although there was a warning `[javac] /Users/lim/Documents/github/hadoop2x-eclipse-plugin/src/contrib/eclipse-plugin/build.xml:76: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds `....

Hi Manoj, The project had already updated to hadoop 2.6.0 and I used the plugin released by the owner of the project. That worked fine for me. Sorry forgot to...