apache pig - Pig: Absolute value of an integer -


i give absolute value of integer field not work. how can correctly?

y = foreach x generate         abs(quantity); 

thanks

intabs solution works integer not expressions


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -