1
vote
Advanced queries in HBase
The query as described is better suited to a relational database. You can answer the query quickly, however, by precomputing the result. For example, you might have a table where the key is the n …
0
votes
How Can I Use The Input Logs .PCAP(Binary) With Map Rreduce Hadoop
Write an InputFormat that reads PCAP files, returning something like LongWritable for the key (the nth packet in the file) and PacketWritable as the value (containing the PCAP data). For the Input …
