About 23,100 results
Open links in new tab
  1. hadoop - Which is better for log analysis - Stack Overflow

    Nov 24, 2015 · So you're talking about maybe 2GB of log data per day? Is hbase a firm requirement, because it seems like overkill for so little data (you can fit several years' worth on a single HDD). If …

  2. hadoop - Log analysis with Apache Pig - Stack Overflow

    Dec 10, 2013 · hadoop apache-pig log-analysis edited Dec 18, 2013 at 23:58 asked Dec 9, 2013 at 22:21 alfayadd

  3. java - Using MapReduce to analyze log file - Stack Overflow

    Dec 8, 2013 · Using MapReduce to analyze log file Asked 11 years, 7 months ago Modified 11 years, 7 months ago Viewed 4k times

  4. hadoop - Where are logs in Spark on YARN? - Stack Overflow

    Apr 14, 2014 · When log aggregation isn't turned on it's stored in /tmp/logs. I found mine using hdfs dfs -ls /tmp/logs/{USER}/logs where {USER} is the user which launched the spark application.

  5. Hit Count extraction from log files using mapreduce

    Mar 12, 2015 · I'm trying to code the following in Hadoop map-reduce. I have a log file which contains IP addresses and the urls opened by the respective IP following it. It is as follows: 192.168.72.224 …

  6. How is MapReduce a good method to analyse http server logs?

    Jun 2, 2009 · But here is my problem : I can't figure out how it can help with http server logs analysis. My understanding is that big companies (Facebook for instance) use MapReduce for the purpose of …

  7. hadoop - Real-time analysis of event logs with Elasticsearch - Stack ...

    Aug 31, 2016 · The general question is - what can be a resonable solutions / technology / architecture of such system? Is it a resonable start to store all my logs in Elasticsearch? I consider es-hadoop …

  8. java - Hadoop log file analysis - Stack Overflow

    Jun 15, 2012 · I want to create a java app. that can be deployed on Hadoop which purpose is below: I have lot of larger log files from various servers (Tuxedo logs, Websphere logs and IIS logs) I want to …

  9. Log file analysis in Hadoop/MapReduce - Stack Overflow

    Log file analysis in Hadoop/MapReduce Asked 11 years, 5 months ago Modified 11 years, 5 months ago Viewed 3k times

  10. hadoop - Hive:FAILED: SemanticException [Error 10001]: Line 1:14 Table ...

    Aug 9, 2015 · Each hive -e command-line starts its own Java VM, executes the instruction (s) passed as argument, then shuts down. Different executions, different sessions, no memory of previous queries. …