Re: How to set mapreduce.input.fileinputformat.split.maxsize for a specific job

2015-05-17 Thread Answer Agrawal
Thanks, Is this the correct way to write ? conf.set(mapreduce.input.fileinputformat.split.maxsize, 102400); or job.getConfiguration().set(mapreduce.input.fileinputformat.split.maxsize, 102400); I think another ways as FileInputFormat.setMaxInputSplitSize(null, 102400); Is this all right ? Are

Re: How to set mapreduce.input.fileinputformat.split.maxsize for a specific job

2015-05-17 Thread Shahab Yunus
What do you think is the type of the property value that you are trying to write? Is it string? Or numeric? Have you check the documentation of the Configuration class that I sent earlier? There are multiple setXXX methods depending on the type of the property value being set:

Jr. to Mid Level Big Data jobs in Bay Area

2015-05-17 Thread Adam Pritchard
Hi everyone, I was wondering if any of you know any openings looking to hire a big data dev in the Palo Alto area. Main thing I am looking for is to be on a team that will embrace having a Jr to Mid level big data developer, where I can grow my skill set and contribute. My skills are: 3 years

Re: Jr. to Mid Level Big Data jobs in Bay Area

2015-05-17 Thread Stephen Boesch
Hi, This is not a job board. Thanks. 2015-05-17 16:00 GMT-07:00 Adam Pritchard apritchard...@gmail.com: Hi everyone, I was wondering if any of you know any openings looking to hire a big data dev in the Palo Alto area. Main thing I am looking for is to be on a team that will embrace

Re: Jr. to Mid Level Big Data jobs in Bay Area

2015-05-17 Thread Juan Suero
Hes a human asking for human advice.. its ok methinks. we should live in a more tolerant world. Thanks. On Sun, May 17, 2015 at 8:10 PM, Stephen Boesch java...@gmail.com wrote: Hi, This is not a job board. Thanks. 2015-05-17 16:00 GMT-07:00 Adam Pritchard apritchard...@gmail.com: Hi

Re: Jr. to Mid Level Big Data jobs in Bay Area

2015-05-17 Thread Billy Watson
Uh, it's not about being tolerant. It's the wrong forum for it. There's enough chatter on here and there are 50 job boards all over the internetwebs. Please use the proper forums. William Watson Software Engineer (904) 705-7056 PCS On Sun, May 17, 2015 at 9:14 PM, Juan Suero juan.su...@gmail.com

Re: Jr. to Mid Level Big Data jobs in Bay Area

2015-05-17 Thread Corey Nolet
Agreed. Apache user lists archive questions and answers specifically for the purpose of helping the larger community navigate its projects. It is not a place for classifieds and employment information. On Sun, May 17, 2015 at 9:24 PM, Billy Watson williamrwat...@gmail.com wrote: Uh, it's not

Re: query uses WITH blocks and throws exception if run as Oozie hive action (hive-0.13.1)

2015-05-17 Thread Harsh J
Your question should be directed to the u...@hive.apache.org lists. On Sat, May 16, 2015 at 4:51 AM, Alexander Pivovarov apivova...@gmail.com wrote: Looks like I found it https://issues.apache.org/jira/browse/HIVE-9409 public class UDTFOperator ... - protected final Log LOG =