Pattern Matching using Phoenix

2014-05-29 Thread Ramya S
Hi, Im using phoenix-2.2.2 on Apache hadoop-1.0.4. Does phoenix support REGEXP operator or is there any equivalent operator for pattern matching using phoenix. Please help to solve the same. Thanks Regards Ramya.S

Re: question about balance info

2014-05-29 Thread Binglin Chang
there are multiple replicas for a block, we don't need to move a block from source - dest, just find a node with the block, and copy it to dest, then delete replica on the source. Why? We can choose a node which is closest to dest, or the source node is busy(too many blocks to move), make sense?

Re: Can not find hadoop packages

2014-05-29 Thread Harsh J
A homebrew user! You can rely on the hadoop script to generate a usable runtime and compile time classpath for you. So just do it as below (assuming 'hadoop' as a command is on your $PATH already): $ javac -cp $(hadoop classpath) -d myClasses WordCount.java On Thu, May 29, 2014 at 12:43 AM,

full partition handling

2014-05-29 Thread Brian Jeltema
Google wasn’t helpful for this question: If a Hadoop cluster has multiple disk partitions assigned to HDFS and one of those partitions is full, how does HDFS react? TIA Brian

Re: full partition handling

2014-05-29 Thread Aitor Perez Cedres
Hi Brian, I'm not sure how it will react; I guess the datanode will report an error of no space left on device and fail to serve some requests trying to write on the partition that is full. To solve this issue, you have to manually move files from /dfs.datanode.data.dir//current to a

Problem with simple-yarn-app

2014-05-29 Thread Lars Selsaas
So I have built the simple-yarn-app and put the file inside HDFS but it fails when I try run it: [root@sandbox target]# hadoop jar simple-yarn-app-1.0-SNAPSHOT.jar com.hortonworks.simpleyarnapp.Client /bin/date 2 hdfs:///apps/simple/simple-yarn-app-1.0-SNAPSHOT.jar 14/05/29 11:31:32 INFO

Re: Multiple DataNodes on a single machine

2014-05-29 Thread hadoop hive
you can keep same on both, but in your case it wont possible if you are running with two datanode one maching. On Tue, May 27, 2014 at 3:31 PM, sindhu hosamane sindh...@gmail.com wrote: Hello friends , i set up 2 datanodes on a single machine accordingly mentioned in the thread RE:

Re: full partition handling

2014-05-29 Thread Rahul Chaudhari
There is no error reported as that specific partition will not be used for further write requests. In the configurations, you can specify multiple disk partitions for data node and even if any of that partition does not exists, it is simply skipped by hadoop. _Rahul On Thu, May 29, 2014 at 8:39

Problem with simple-yarn-app

2014-05-29 Thread Lars Selsaas
So I have built the simple-yarn-app and put the file inside HDFS but it fails when I try run it: [root@sandbox target]# hadoop jar simple-yarn-app-1.0-SNAPSHOT.jar com.hortonworks.simpleyarnapp.Client /bin/date 2 hdfs:///apps/simple/simple-yarn-app-1.0-SNAPSHOT.jar 14/05/29 11:31:32 INFO

Re: ProcfsBasedProcessTree

2014-05-29 Thread Tsuyoshi OZAWA
Hi, The log messages mean ProcfsBasedProcessTree just updates internal information via procfs. The redundant log message is suppressed after 2.1.0-beta, 0.23.8. For more detail, please check YARN-476. Thanks, - Tsuyoshi On Wed, May 28, 2014 at 2:53 PM, Prashant Kommireddi prash1...@gmail.com

Yarn HA - Zookeeper ACLs

2014-05-29 Thread Manoj Samel
(reposting since no reply first time) ... Hi, For yarn.resourcemanager.zk-state-store.root-node.acl, the yarn-default.xml says For fencing to work, the ACLs should be carefully set differently on each ResourceManger such that all the ResourceManagers have shared admin access and the Active

Hadoop Automation: Eliminate Data Bottlenecks

2014-05-29 Thread Vincent
Join us on June 10th, 2014 at 9am PDT for our latest Data Science Central Webinar Event: Hadoop Automation: Eliminate Data Bottlenecks Link: http://bit.ly/RH7rvG The TRACE3 Big Data Intelligence Team has developed a program which incorporates the participation and partnership of StackIQ and

issue about remove yarn jobs history logs

2014-05-29 Thread ch huang
hi,maillist: i want remove jobs history logs ,and i configure the following info in yarn-site.xml,but it seems no use ,why? ( i use CDH4.4 yarn ,i configue on each datanode ,and my job history server on one of my datanode) property nameyarn.log-aggregation-enable/name