Re: u...@tez.apache.org

2016-12-25 Thread Rajesh Balamohan
Very nice post. Thanks for sharing. btw, tez-autobuild is created and maintained by Gopal. :). I contribute minor patches to it. ~Rajesh.B On Mon, Dec 26, 2016 at 11:17 AM, 김동원 wrote: > Thanks a lot! > > I’m also aware of tez-autobuild from you. > It works well in my

Re: u...@tez.apache.org

2016-12-25 Thread 김동원
Thanks a lot! I’m also aware of tez-autobuild from you. It works well in my cluster but this time I want to install hive/slider/tez by myself without tez-autobuild. Setting up and running LLAP are really tricky and I wrote a separate post in my blog to introduce my experience of setting up

Re: u...@tez.apache.org

2016-12-25 Thread Rajesh Balamohan
Much easier option is to make use of https://github.com/t3rmin4t0r/tez-autobuild (edit/set args in slider-gen.sh). ~Rajesh.B On Mon, Dec 26, 2016 at 11:02 AM, Rajesh Balamohan wrote: > Here is an example: > > hive --service llap --instances 1 --args "-XX:+UseG1GC >

Re: u...@tez.apache.org

2016-12-25 Thread Rajesh Balamohan
Here is an example: hive --service llap --instances 1 --args "-XX:+UseG1GC -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000" --cache 48000m --executors 8 --iothreads 8 --size 18m --xmx 128000m --loglevel INFO --javaHome /usr/jdk64/jdk1.8.0_77/ This would generate a "run.sh"

u...@tez.apache.org

2016-12-25 Thread 김동원
I want my IntelliJ to attach to the running LLAP damons by adding the following JVM option (for a debugging purpose): -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000 Where is the right place to append the line? My previous attempt was as follows : - Before executing “hive