Re: Build failure under CentOS 6.7

2016-10-18 Thread Andy LoPresto
rom: Aldrin Piri [mailto:aldrinp...@gmail.com] > Sent: Tuesday, October 18, 2016 3:56 PM > To: users@nifi.apache.org > Cc: Andy LoPresto > Subject: Re: Build failure under CentOS 6.7 > > Hey Michael, > > Can you confirm the JDK is installed and available from your build? >

RE: Build failure under CentOS 6.7

2016-10-18 Thread Giordano, Michael
[mailto:aldrinp...@gmail.com] Sent: Tuesday, October 18, 2016 3:56 PM To: users@nifi.apache.org Cc: Andy LoPresto Subject: Re: Build failure under CentOS 6.7 Hey Michael, Can you confirm the JDK is installed and available from your build? Does `javac -version` return appropriately? Is JAVA_HOME set

RE: Build failure under CentOS 6.7

2016-10-18 Thread Giordano, Michael
Matt Burgess [mailto:mattyb...@apache.org] Sent: Tuesday, October 18, 2016 3:52 PM To: users@nifi.apache.org Subject: Re: Build failure under CentOS 6.7 This might be an issue with a parallel build, I wonder if it builds successfully if you don't include the "-T C2.0" on the Maven command-

Re: Build failure under CentOS 6.7

2016-10-18 Thread Aldrin Piri
x.com > wrote: > > Russell, > > Thank you for the pointer …. much easier J > > Mike G. > > *From:* Russell Bateman [mailto:russell.bate...@perfectsearchcorp.com > ] > *Sent:* Tuesday, October 18, 2016 11:32 AM > *To:* users@nifi.apache.org > *Subject:* Re: Build f

Re: Build failure under CentOS 6.7

2016-10-18 Thread Matt Burgess
er …. much easier J > > Mike G. > > From: Russell Bateman [mailto:russell.bate...@perfectsearchcorp.com] > Sent: Tuesday, October 18, 2016 11:32 AM > To: users@nifi.apache.org > Subject: Re: Build failure under CentOS 6.7 > > > Michael, > > You don't have t

Re: Build failure under CentOS 6.7

2016-10-18 Thread Andy LoPresto
: >> >> Russell, >> >> Thank you for the pointer …. much easier J >> >> Mike G. >> >> From: Russell Bateman [mailto:russell.bate...@perfectsearchcorp.com] >> Sent: Tuesday, October 18, 2016 11:32 AM >> To: users@nifi.apache.org >>

RE: Build failure under CentOS 6.7

2016-10-18 Thread Giordano, Michael
: Andy LoPresto [mailto:alopre...@apache.org] Sent: Tuesday, October 18, 2016 3:08 PM To: users@nifi.apache.org Subject: Re: Build failure under CentOS 6.7 Michael, Just to help us close this out, could you please provide the full output of the Maven build as a GitHub Gist [1]? I understand it’s

Re: Build failure under CentOS 6.7

2016-10-18 Thread Andy LoPresto
ll, > > Thank you for the pointer …. much easier J > > Mike G. > > From: Russell Bateman [mailto:russell.bate...@perfectsearchcorp.com] > Sent: Tuesday, October 18, 2016 11:32 AM > To: users@nifi.apache.org > Subject: Re: Build failure under CentOS 6.7 > > Michael

RE: Build failure under CentOS 6.7

2016-10-18 Thread Giordano, Michael
Russell, Thank you for the pointer much easier :) Mike G. From: Russell Bateman [mailto:russell.bate...@perfectsearchcorp.com] Sent: Tuesday, October 18, 2016 11:32 AM To: users@nifi.apache.org Subject: Re: Build failure under CentOS 6.7 Michael, You don't have to build NiFi yourse

Re: Build failure under CentOS 6.7

2016-10-18 Thread Russell Bateman
Michael, You don't have to build NiFi yourself to get going, you can just download pre-built "binaries". It's written in Java, so there are no platform gotchas at all: https://nifi.apache.org/download.html On 10/18/2016 07:36 AM, Giordano, Michael wrote: I am currently following the NiFi

Build failure under CentOS 6.7

2016-10-18 Thread Giordano, Michael
I am currently following the NiFi QuickStart to get my first NiFi server up and running under CentOS 6.7. I am getting compile failures and I'm not sure why. I started from an empty directory as root (with full permissions) on a test machine with SELinux disabled. # git clone https://github.co