Re: PutHDFS and LZ4 compression ERROR

2016-03-30 Thread Chase Cunningham

take me off this list...

unsubscribe

On 3/30/16 10:13 AM, Joe Witt wrote:

Did you set the LD_LIBRARY_PATH as Burgress mentioned at the end?

I am not in a good position to dig in at the moment so my apologies
for the half-help here.  The loading of native libs as I recall is a
pretty specific process.  I know a few folks are familiar with it in
the community so let's keep the thread alive and encourage them to
engage :-)

On Wed, Mar 30, 2016 at 9:07 AM, Thad Guidry  wrote:

Ah, that's really helpful.

Looks like I did have the native library in the built .jar file

\lz4-1.3-SNAPSHOT\net\jpountz\util\win32\amd64\liblz4-java.so

but placing that .so file in my C:\Program
Files\Java\jdk1.8.0_74\jre\lib\amd64 folder results in the same missing lz4
native NiFi errors

Ideas ?

Thad
+ThadGuidry



--
Dr. Chase C Cunningham
CTRC (SW) USN Ret.
The Cynja LLC Proprietary Business and Technical Information
CONFIDENTIAL TREATMENT REQUIRED



Re: String conversion to Int, float double

2016-03-25 Thread Chase Cunningham

unsubscribe

On 3/25/16 9:01 AM, Madhukar Thota wrote:

Any Other ways to achieve this?

On Thu, Mar 24, 2016 at 4:48 PM, Bryan Bende > wrote:


I think the problem is that all attributes are actually Strings
internally, even after calling toNumber() that is only temporary
while the expression language is executing.

So by the time it gets to AttributesToJson it doesn't have any
information about the type of each attribute and they all end up
as Strings. I think we would have to come up with a way to pass
some type information along to AttributesToJson in order to get
something other than Strings.

-Bryan


On Thu, Mar 24, 2016 at 3:30 PM, Madhukar Thota
mailto:madhukar.th...@gmail.com>> wrote:

Hi i am trying to convert string value to integer in
UpdateAtrributes using toNumber like this


${http.param.t_resp:toNumber()}  where http.param.t_resp = "132"

but when the fileattribute pushed to Attributetojson processor
, i am stilling seeing it as string. Am i am doing something
wrong? and also how can i convert string to float?








--
Dr. Chase C Cunningham
CTRC (SW) USN Ret.
The Cynja LLC Proprietary Business and Technical Information
CONFIDENTIAL TREATMENT REQUIRED