Skip to content

Instantly share code, notes, and snippets.

@rubensayshi
Created April 24, 2012 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rubensayshi/2480893 to your computer and use it in GitHub Desktop.
Save rubensayshi/2480893 to your computer and use it in GitHub Desktop.
Hive debug output - trying to get MAPJOIN to work
12/04/24 17:31:55 WARN conf.HiveConf: DEPRECATED: Ignoring hive-default.xml found on the CLASSPATH at /usr/local/hive-conf/hive-default.xml
12/04/24 17:31:55 WARN conf.HiveConf: hive-site.xml not found on CLASSPATH
12/04/24 17:31:55 DEBUG conf.HiveConf: Overriding Hadoop conf property fs.har.impl='org.apache.hadoop.fs.HarFileSystem' with Hive default value 'org.apache.hadoop.hive.shims.HiveHarFileSystem'
12/04/24 17:31:55 DEBUG conf.HiveConf: Overriding Hadoop conf property mapred.min.split.size='0' with Hive default value '1'
12/04/24 17:31:55 DEBUG conf.HiveConf: Overriding Hadoop conf property mapred.reduce.tasks='1' with Hive default value '-1'
12/04/24 17:31:55 DEBUG conf.HiveConf: Overriding Hadoop conf property mapred.reduce.tasks.speculative.execution='true' with Hive default value 'true'
Logging initialized using configuration in file:/usr/local/hive-conf/hive-log4j.properties
12/04/24 17:31:56 INFO SessionState: Logging initialized using configuration in file:/usr/local/hive-conf/hive-log4j.properties
Hive history file=/tmp/hduser/hive_job_log_hduser_201204241731_2032177885.txt
12/04/24 17:31:56 INFO exec.HiveHistory: Hive history file=/tmp/hduser/hive_job_log_hduser_201204241731_2032177885.txt
12/04/24 17:31:56 DEBUG security.Groups: Creating new Groups object
12/04/24 17:31:56 DEBUG security.Groups: Group mapping impl=org.apache.hadoop.security.ShellBasedUnixGroupsMapping; cacheTimeout=300000
12/04/24 17:31:56 DEBUG security.Groups: Returning fetched groups for 'hduser'
12/04/24 17:31:56 DEBUG security.Groups: Returning cached groups for 'hduser'
12/04/24 17:31:56 DEBUG parse.VariableSubstitution: Substitution is on: JAR /work/hyveshive/tools/goldmine/lib/json-serde-1.1-jar-with-dependencies.jar
12/04/24 17:31:56 DEBUG fs.FileSystem: Creating filesystem for file:///
12/04/24 17:31:56 DEBUG fs.FileSystem: Removing filesystem for file:///
12/04/24 17:31:56 DEBUG fs.FileSystem: Removing filesystem for file:///
Added /work/hyveshive/tools/goldmine/lib/json-serde-1.1-jar-with-dependencies.jar to class path
12/04/24 17:31:56 INFO SessionState: Added /work/hyveshive/tools/goldmine/lib/json-serde-1.1-jar-with-dependencies.jar to class path
Added resource: /work/hyveshive/tools/goldmine/lib/json-serde-1.1-jar-with-dependencies.jar
12/04/24 17:31:56 INFO SessionState: Added resource: /work/hyveshive/tools/goldmine/lib/json-serde-1.1-jar-with-dependencies.jar
12/04/24 17:31:56 DEBUG parse.VariableSubstitution: Substitution is on: JAR /work/hyveshive/tools/goldmine/hive/jar/dist/goldmine_hive.jar
12/04/24 17:31:56 DEBUG fs.FileSystem: Creating filesystem for file:///
12/04/24 17:31:56 DEBUG fs.FileSystem: Removing filesystem for file:///
12/04/24 17:31:56 DEBUG fs.FileSystem: Removing filesystem for file:///
Added /work/hyveshive/tools/goldmine/hive/jar/dist/goldmine_hive.jar to class path
12/04/24 17:31:56 INFO SessionState: Added /work/hyveshive/tools/goldmine/hive/jar/dist/goldmine_hive.jar to class path
Added resource: /work/hyveshive/tools/goldmine/hive/jar/dist/goldmine_hive.jar
12/04/24 17:31:56 INFO SessionState: Added resource: /work/hyveshive/tools/goldmine/hive/jar/dist/goldmine_hive.jar
12/04/24 17:31:56 INFO ql.Driver: <PERFLOG method=compile>
12/04/24 17:31:56 DEBUG parse.VariableSubstitution: Substitution is on:
create temporary function age_group as 'org.hyves.hive.udf.AgeGroup'
12/04/24 17:31:56 INFO parse.ParseDriver: Parsing command:
create temporary function age_group as 'org.hyves.hive.udf.AgeGroup'
12/04/24 17:31:56 INFO parse.ParseDriver: Parse Completed
12/04/24 17:31:56 INFO parse.FunctionSemanticAnalyzer: analyze done
12/04/24 17:31:56 INFO ql.Driver: Semantic Analysis Completed
12/04/24 17:31:56 INFO ql.Driver: Returning Hive schema: Schema(fieldSchemas:null, properties:null)
12/04/24 17:31:56 INFO ql.Driver: </PERFLOG method=compile start=1335281516211 end=1335281516362 duration=151>
12/04/24 17:31:56 INFO ql.Driver: <PERFLOG method=Driver.execute>
12/04/24 17:31:56 INFO ql.Driver: Starting command:
create temporary function age_group as 'org.hyves.hive.udf.AgeGroup'
12/04/24 17:31:56 INFO ql.Driver: </PERFLOG method=Driver.execute start=1335281516362 end=1335281516374 duration=12>
OK
12/04/24 17:31:56 INFO ql.Driver: OK
12/04/24 17:31:56 INFO ql.Driver: <PERFLOG method=releaseLocks>
12/04/24 17:31:56 INFO ql.Driver: </PERFLOG method=releaseLocks start=1335281516374 end=1335281516374 duration=0>
Time taken: 0.164 seconds
12/04/24 17:31:56 INFO CliDriver: Time taken: 0.164 seconds
12/04/24 17:31:56 INFO ql.Driver: <PERFLOG method=compile>
12/04/24 17:31:56 DEBUG parse.VariableSubstitution: Substitution is on:
USE hyves_goldmine
12/04/24 17:31:56 INFO parse.ParseDriver: Parsing command:
USE hyves_goldmine
12/04/24 17:31:56 INFO parse.ParseDriver: Parse Completed
12/04/24 17:31:56 INFO ql.Driver: Semantic Analysis Completed
12/04/24 17:31:56 INFO ql.Driver: Returning Hive schema: Schema(fieldSchemas:null, properties:null)
12/04/24 17:31:56 INFO ql.Driver: </PERFLOG method=compile start=1335281516374 end=1335281516383 duration=9>
12/04/24 17:31:56 INFO ql.Driver: <PERFLOG method=Driver.execute>
12/04/24 17:31:56 INFO ql.Driver: Starting command:
USE hyves_goldmine
12/04/24 17:31:56 INFO metastore.HiveMetaStore: 0: Opening raw store with implemenation class:org.apache.hadoop.hive.metastore.ObjectStore
12/04/24 17:31:56 DEBUG metastore.ObjectStore: Overriding datanucleus.cache.level2.type value null from jpox.properties with SOFT
12/04/24 17:31:56 DEBUG metastore.ObjectStore: Overriding datanucleus.plugin.pluginRegistryBundleCheck value null from jpox.properties with LOG
12/04/24 17:31:56 DEBUG metastore.ObjectStore: Overriding javax.jdo.option.ConnectionURL value null from jpox.properties with jdbc:derby:;databaseName=metastore_db;create=true
12/04/24 17:31:56 DEBUG metastore.ObjectStore: Overriding datanucleus.autoStartMechanismMode value null from jpox.properties with checked
12/04/24 17:31:56 DEBUG metastore.ObjectStore: Overriding datanucleus.validateConstraints value null from jpox.properties with false
12/04/24 17:31:56 DEBUG metastore.ObjectStore: Overriding datanucleus.autoCreateSchema value null from jpox.properties with true
12/04/24 17:31:56 DEBUG metastore.ObjectStore: Overriding datanucleus.cache.level2 value null from jpox.properties with false
12/04/24 17:31:56 DEBUG metastore.ObjectStore: Overriding javax.jdo.option.ConnectionUserName value null from jpox.properties with APP
12/04/24 17:31:56 DEBUG metastore.ObjectStore: Overriding javax.jdo.option.DetachAllOnCommit value null from jpox.properties with true
12/04/24 17:31:56 DEBUG metastore.ObjectStore: Overriding datanucleus.connectionPoolingType value null from jpox.properties with DBCP
12/04/24 17:31:56 DEBUG metastore.ObjectStore: Overriding datanucleus.storeManagerType value null from jpox.properties with rdbms
12/04/24 17:31:56 DEBUG metastore.ObjectStore: Overriding javax.jdo.option.ConnectionDriverName value null from jpox.properties with org.apache.derby.jdbc.EmbeddedDriver
12/04/24 17:31:56 DEBUG metastore.ObjectStore: Overriding datanucleus.transactionIsolation value null from jpox.properties with read-committed
12/04/24 17:31:56 DEBUG metastore.ObjectStore: Overriding datanucleus.validateColumns value null from jpox.properties with false
12/04/24 17:31:56 DEBUG metastore.ObjectStore: Overriding javax.jdo.option.NonTransactionalRead value null from jpox.properties with true
12/04/24 17:31:56 DEBUG metastore.ObjectStore: Overriding datanucleus.validateTables value null from jpox.properties with false
12/04/24 17:31:56 DEBUG metastore.ObjectStore: Overriding javax.jdo.PersistenceManagerFactoryClass value null from jpox.properties with org.datanucleus.jdo.JDOPersistenceManagerFactory
12/04/24 17:31:56 DEBUG metastore.ObjectStore: Overriding javax.jdo.option.Multithreaded value null from jpox.properties with true
12/04/24 17:31:56 DEBUG metastore.ObjectStore: Overriding datanucleus.identifierFactory value null from jpox.properties with datanucleus
12/04/24 17:31:56 DEBUG metastore.ObjectStore: datanucleus.autoStartMechanismMode = checked
12/04/24 17:31:56 DEBUG metastore.ObjectStore: javax.jdo.option.Multithreaded = true
12/04/24 17:31:56 DEBUG metastore.ObjectStore: datanucleus.identifierFactory = datanucleus
12/04/24 17:31:56 DEBUG metastore.ObjectStore: datanucleus.transactionIsolation = read-committed
12/04/24 17:31:56 DEBUG metastore.ObjectStore: datanucleus.validateTables = false
12/04/24 17:31:56 DEBUG metastore.ObjectStore: javax.jdo.option.ConnectionURL = jdbc:derby:;databaseName=metastore_db;create=true
12/04/24 17:31:56 DEBUG metastore.ObjectStore: javax.jdo.option.DetachAllOnCommit = true
12/04/24 17:31:56 DEBUG metastore.ObjectStore: javax.jdo.option.NonTransactionalRead = true
12/04/24 17:31:56 DEBUG metastore.ObjectStore: datanucleus.validateConstraints = false
12/04/24 17:31:56 DEBUG metastore.ObjectStore: javax.jdo.option.ConnectionDriverName = org.apache.derby.jdbc.EmbeddedDriver
12/04/24 17:31:56 DEBUG metastore.ObjectStore: javax.jdo.option.ConnectionUserName = APP
12/04/24 17:31:56 DEBUG metastore.ObjectStore: datanucleus.validateColumns = false
12/04/24 17:31:56 DEBUG metastore.ObjectStore: datanucleus.cache.level2 = false
12/04/24 17:31:56 DEBUG metastore.ObjectStore: datanucleus.plugin.pluginRegistryBundleCheck = LOG
12/04/24 17:31:56 DEBUG metastore.ObjectStore: datanucleus.cache.level2.type = SOFT
12/04/24 17:31:56 DEBUG metastore.ObjectStore: javax.jdo.PersistenceManagerFactoryClass = org.datanucleus.jdo.JDOPersistenceManagerFactory
12/04/24 17:31:56 DEBUG metastore.ObjectStore: datanucleus.autoCreateSchema = true
12/04/24 17:31:56 DEBUG metastore.ObjectStore: datanucleus.storeManagerType = rdbms
12/04/24 17:31:56 DEBUG metastore.ObjectStore: datanucleus.connectionPoolingType = DBCP
12/04/24 17:31:56 INFO metastore.ObjectStore: ObjectStore, initialize called
12/04/24 17:31:56 ERROR DataNucleus.Plugin: Bundle "org.eclipse.jdt.core" requires "org.eclipse.core.resources" but it cannot be resolved.
12/04/24 17:31:56 ERROR DataNucleus.Plugin: Bundle "org.eclipse.jdt.core" requires "org.eclipse.core.runtime" but it cannot be resolved.
12/04/24 17:31:56 ERROR DataNucleus.Plugin: Bundle "org.eclipse.jdt.core" requires "org.eclipse.text" but it cannot be resolved.
12/04/24 17:31:57 INFO metastore.ObjectStore: Setting MetaStore object pin classes with hive.metastore.cache.pinobjtypes="Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"
12/04/24 17:31:57 INFO metastore.ObjectStore: Initialized ObjectStore
12/04/24 17:31:58 INFO metastore.HiveMetaStore: 0: get_database: hyves_goldmine
12/04/24 17:31:58 INFO metastore.HiveMetaStore: 0: get_database: hyves_goldmine
12/04/24 17:31:58 INFO ql.Driver: </PERFLOG method=Driver.execute start=1335281516384 end=1335281518794 duration=2410>
OK
12/04/24 17:31:58 INFO ql.Driver: OK
12/04/24 17:31:58 INFO ql.Driver: <PERFLOG method=releaseLocks>
12/04/24 17:31:58 INFO ql.Driver: </PERFLOG method=releaseLocks start=1335281518795 end=1335281518795 duration=0>
Time taken: 2.421 seconds
12/04/24 17:31:58 INFO CliDriver: Time taken: 2.421 seconds
12/04/24 17:31:58 DEBUG parse.VariableSubstitution: Substitution is on: true
12/04/24 17:31:58 DEBUG parse.VariableSubstitution: Substitution is on: 400000000L
12/04/24 17:31:58 INFO ql.Driver: <PERFLOG method=compile>
12/04/24 17:31:58 DEBUG parse.VariableSubstitution: Substitution is on:
SELECT
/*+ MAPJOIN(members_map) */
date_int,
members_map.gender AS gender,
'generic',
COUNT( memberId ) AS unique,
SUM( `generic`['count'] ) AS count,
SUM( `generic`['seconds'] ) AS seconds
FROM visit_stats
JOIN members_map ON(members_map.member_id = visit_stats.memberId)
GROUP BY date_int, members_map.gender
12/04/24 17:31:58 INFO parse.ParseDriver: Parsing command:
SELECT
/*+ MAPJOIN(members_map) */
date_int,
members_map.gender AS gender,
'generic',
COUNT( memberId ) AS unique,
SUM( `generic`['count'] ) AS count,
SUM( `generic`['seconds'] ) AS seconds
FROM visit_stats
JOIN members_map ON(members_map.member_id = visit_stats.memberId)
GROUP BY date_int, members_map.gender
12/04/24 17:31:58 INFO parse.ParseDriver: Parse Completed
12/04/24 17:31:58 INFO parse.SemanticAnalyzer: Starting Semantic Analysis
12/04/24 17:31:58 DEBUG exec.FunctionRegistry: Looking up GenericUDAF: COUNT
12/04/24 17:31:58 DEBUG exec.FunctionRegistry: Looking up GenericUDAF: SUM
12/04/24 17:31:58 DEBUG exec.FunctionRegistry: Looking up GenericUDAF: SUM
12/04/24 17:31:58 INFO parse.SemanticAnalyzer: Completed phase 1 of Semantic Analysis
12/04/24 17:31:58 INFO parse.SemanticAnalyzer: Get metadata for source tables
12/04/24 17:31:58 INFO metastore.HiveMetaStore: 0: get_table : db=hyves_goldmine tbl=visit_stats
12/04/24 17:31:59 INFO hive.log: DDL: struct visit_stats { string date, i32 memberid, map<string,i32> generic, map<string,map<string,i32>> platforms, map<string,map<string,i32>> parts, map<string,map<string,map<string,i32>>> devices_by_platform}
12/04/24 17:31:59 DEBUG jsonserde.JsonSerDe: Initializing SerDe
12/04/24 17:31:59 DEBUG jsonserde.JsonSerDe: columns date,memberid,generic,platforms,parts,devices_by_platform types string:int:map<string,int>:map<string,map<string,int>>:map<string,map<string,int>>:map<string,map<string,map<string,int>>>
12/04/24 17:31:59 INFO hive.log: DDL: struct visit_stats { string date, i32 memberid, map<string,i32> generic, map<string,map<string,i32>> platforms, map<string,map<string,i32>> parts, map<string,map<string,map<string,i32>>> devices_by_platform}
12/04/24 17:31:59 DEBUG jsonserde.JsonSerDe: Initializing SerDe
12/04/24 17:31:59 DEBUG jsonserde.JsonSerDe: columns date,memberid,generic,platforms,parts,devices_by_platform types string:int:map<string,int>:map<string,map<string,int>>:map<string,map<string,int>>:map<string,map<string,map<string,int>>>
12/04/24 17:31:59 INFO metastore.HiveMetaStore: 0: get_table : db=hyves_goldmine tbl=members_map
12/04/24 17:31:59 INFO hive.log: DDL: struct members_map { i32 member_id, i32 gender, string birthdate}
12/04/24 17:31:59 DEBUG lazy.LazySimpleSerDe: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe initialized with: columnNames=[member_id, gender, birthdate] columnTypes=[int, int, string] separator=[[B@b2e0e2f] nullstring=\N lastColumnTakesRest=false
12/04/24 17:31:59 INFO parse.SemanticAnalyzer: Get metadata for subqueries
12/04/24 17:31:59 INFO parse.SemanticAnalyzer: Get metadata for destination tables
12/04/24 17:31:59 DEBUG fs.FileSystem: Creating filesystem for hdfs://localhost:54310/tmp/hive-hduser/hive_2012-04-24_17-31-58_797_239861540062844322
12/04/24 17:31:59 DEBUG ipc.Client: The ping interval is60000ms.
12/04/24 17:31:59 DEBUG ipc.Client: Use SIMPLE authentication for protocol ClientProtocol
12/04/24 17:31:59 DEBUG ipc.Client: Connecting to localhost/127.0.0.1:54310
12/04/24 17:31:59 DEBUG ipc.Client: IPC Client (47) connection to localhost/127.0.0.1:54310 from hduser: starting, having connections 1
12/04/24 17:31:59 DEBUG ipc.Client: IPC Client (47) connection to localhost/127.0.0.1:54310 from hduser sending #0
12/04/24 17:31:59 DEBUG ipc.Client: IPC Client (47) connection to localhost/127.0.0.1:54310 from hduser got value #0
12/04/24 17:31:59 DEBUG ipc.RPC: Call: getProtocolVersion 26
12/04/24 17:31:59 DEBUG hdfs.DFSClient: /tmp/hive-hduser/hive_2012-04-24_17-31-58_797_239861540062844322: masked=rwxr-xr-x
12/04/24 17:31:59 DEBUG ipc.Client: IPC Client (47) connection to localhost/127.0.0.1:54310 from hduser sending #1
12/04/24 17:31:59 DEBUG ipc.Client: IPC Client (47) connection to localhost/127.0.0.1:54310 from hduser got value #1
12/04/24 17:31:59 DEBUG ipc.RPC: Call: mkdirs 11
12/04/24 17:31:59 INFO parse.SemanticAnalyzer: Completed getting MetaData in Semantic Analysis
12/04/24 17:31:59 DEBUG parse.SemanticAnalyzer: Adding partition col: FieldSchema(name:date_int, type:int, comment:null)
12/04/24 17:31:59 DEBUG parse.SemanticAnalyzer: Created Table Plan for visit_stats org.apache.hadoop.hive.ql.exec.TableScanOperator@7b7e7691
12/04/24 17:31:59 INFO hive.log: DDL: struct members_map { i32 member_id, i32 gender, string birthdate}
12/04/24 17:31:59 DEBUG lazy.LazySimpleSerDe: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe initialized with: columnNames=[member_id, gender, birthdate] columnTypes=[int, int, string] separator=[[B@2b9a68ee] nullstring=\N lastColumnTakesRest=false
12/04/24 17:31:59 DEBUG parse.SemanticAnalyzer: Created Table Plan for members_map org.apache.hadoop.hive.ql.exec.TableScanOperator@265ef79f
12/04/24 17:31:59 WARN parse.SemanticAnalyzer: Common Gby keys:null
12/04/24 17:31:59 DEBUG exec.FunctionRegistry: Looking up GenericUDAF: COUNT
12/04/24 17:31:59 DEBUG exec.FunctionRegistry: Looking up GenericUDAF: SUM
12/04/24 17:31:59 DEBUG exec.FunctionRegistry: Looking up GenericUDAF: SUM
12/04/24 17:31:59 DEBUG parse.SemanticAnalyzer: tree: (TOK_SELECT (TOK_HINTLIST (TOK_HINT TOK_MAPJOIN (TOK_HINTARGLIST members_map))) (TOK_SELEXPR (TOK_TABLE_OR_COL date_int)) (TOK_SELEXPR (. (TOK_TABLE_OR_COL members_map) gender) gender) (TOK_SELEXPR 'generic') (TOK_SELEXPR (TOK_FUNCTION COUNT (TOK_TABLE_OR_COL memberId)) unique) (TOK_SELEXPR (TOK_FUNCTION SUM ([ (TOK_TABLE_OR_COL `generic`) 'count')) count) (TOK_SELEXPR (TOK_FUNCTION SUM ([ (TOK_TABLE_OR_COL `generic`) 'seconds')) seconds))
12/04/24 17:31:59 DEBUG parse.SemanticAnalyzer: genSelectPlan: input = {((tok_table_or_col date_int),_col0: string)((. (tok_table_or_col members_map) gender),_col1: int)((tok_function count (tok_table_or_col memberid)),_col2: bigint)((tok_function sum ([ (tok_table_or_col `generic`) 'count')),_col3: bigint)((tok_function sum ([ (tok_table_or_col `generic`) 'seconds')),_col4: bigint)}
12/04/24 17:31:59 DEBUG parse.SemanticAnalyzer: Created Select Plan row schema: null{(date_int,_col0: string)(gender,_col1: int)(_c3,_col2: string)(unique,_col3: bigint)(count,_col4: bigint)(seconds,_col5: bigint)}
12/04/24 17:31:59 DEBUG parse.SemanticAnalyzer: Created Select Plan for clause: insclause-0
12/04/24 17:31:59 DEBUG lazy.LazySimpleSerDe: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe initialized with: columnNames=[_col0, _col1, _col2, _col3, _col4, _col5] columnTypes=[string, int, string, bigint, bigint, bigint] separator=[[B@46c1dc0b] nullstring=\N lastColumnTakesRest=false
12/04/24 17:31:59 DEBUG lazy.LazySimpleSerDe: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe initialized with: columnNames=[_col0, _col1, _col2, _col3, _col4, _col5] columnTypes=[string, int, string, bigint, bigint, bigint] separator=[[B@61557a77] nullstring=\N lastColumnTakesRest=false
12/04/24 17:31:59 DEBUG parse.SemanticAnalyzer: Created FileSink Plan for clause: insclause-0dest_path: hdfs://localhost:54310/tmp/hive-hduser/hive_2012-04-24_17-31-58_797_239861540062844322/-mr-10000 row schema: null{(date_int,_col0: string)(gender,_col1: int)(_c3,_col2: string)(unique,_col3: bigint)(count,_col4: bigint)(seconds,_col5: bigint)}
12/04/24 17:31:59 DEBUG parse.SemanticAnalyzer: Created Body Plan for Query Block null
12/04/24 17:31:59 DEBUG parse.SemanticAnalyzer: Created Plan for Query Block null
12/04/24 17:31:59 INFO ppd.OpProcFactory: Processing for FS(10)
12/04/24 17:31:59 INFO ppd.OpProcFactory: Processing for SEL(9)
12/04/24 17:31:59 INFO ppd.OpProcFactory: Processing for GBY(8)
12/04/24 17:31:59 INFO ppd.OpProcFactory: Processing for RS(7)
12/04/24 17:31:59 INFO ppd.OpProcFactory: Processing for GBY(6)
12/04/24 17:31:59 INFO ppd.OpProcFactory: Processing for SEL(5)
12/04/24 17:31:59 INFO ppd.OpProcFactory: Processing for JOIN(4)
12/04/24 17:31:59 INFO ppd.OpProcFactory: Processing for RS(2)
12/04/24 17:31:59 INFO ppd.OpProcFactory: Processing for TS(0)
12/04/24 17:31:59 INFO ppd.OpProcFactory: Processing for RS(3)
12/04/24 17:31:59 INFO ppd.OpProcFactory: Processing for TS(1)
12/04/24 17:31:59 DEBUG ppr.PartitionPruner: Started pruning partiton
12/04/24 17:31:59 DEBUG ppr.PartitionPruner: dbname = hyves_goldmine
12/04/24 17:31:59 DEBUG ppr.PartitionPruner: tabname = visit_stats
12/04/24 17:31:59 DEBUG ppr.PartitionPruner: prune Expression = null
12/04/24 17:31:59 INFO metastore.HiveMetaStore: 0: get_partitions_with_auth : db=hyves_goldmine tbl=visit_stats
12/04/24 17:31:59 DEBUG metastore.ObjectStore: Executing listMPartitions
12/04/24 17:31:59 DEBUG metastore.ObjectStore: Done executing query for listMPartitions
12/04/24 17:32:00 DEBUG metastore.ObjectStore: Done retrieving all objects for listMPartitions
12/04/24 17:32:03 DEBUG ppr.PartitionPruner: tabname = visit_stats is partitioned
12/04/24 17:32:03 INFO hive.log: DDL: struct visit_stats { string date, i32 memberid, map<string,i32> generic, map<string,map<string,i32>> platforms, map<string,map<string,i32>> parts, map<string,map<string,map<string,i32>>> devices_by_platform}
12/04/24 17:32:03 INFO hive.log: DDL: struct visit_stats { string date, i32 memberid, map<string,i32> generic, map<string,map<string,i32>> platforms, map<string,map<string,i32>> parts, map<string,map<string,map<string,i32>>> devices_by_platform}
12/04/24 17:32:03 DEBUG jsonserde.JsonSerDe: Initializing SerDe
12/04/24 17:32:03 DEBUG jsonserde.JsonSerDe: columns date,memberid,generic,platforms,parts,devices_by_platform types string:int:map<string,int>:map<string,map<string,int>>:map<string,map<string,int>>:map<string,map<string,map<string,int>>>
12/04/24 17:32:03 INFO hive.log: DDL: struct visit_stats { string date, i32 memberid, map<string,i32> generic, map<string,map<string,i32>> platforms, map<string,map<string,i32>> parts, map<string,map<string,map<string,i32>>> devices_by_platform}
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110101 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110102 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110103 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110104 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110105 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110107 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110108 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110109 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110110 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110111 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110112 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110113 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110114 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110115 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110116 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110117 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110118 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110119 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110120 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110121 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110122 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110123 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110124 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110125 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110126 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110127 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110128 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110129 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110130 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110131 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110201 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110202 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110203 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110204 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110205 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110207 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110208 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110209 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110210 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110211 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110212 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110213 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110214 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110215 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110216 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110217 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110218 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110219 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110220 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110221 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110222 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110223 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110224 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110225 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110226 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110227 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110228 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110301 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110302 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110303 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110304 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110305 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110307 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110308 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110309 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110310 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110311 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110312 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110313 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110314 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110315 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110316 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110317 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110318 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110319 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110320 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110321 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110322 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110323 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110324 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110325 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110326 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110327 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110328 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110329 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110330 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110331 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110401 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110402 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110403 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110404 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110405 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110407 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110408 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110409 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110410 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110411 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110412 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110413 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110414 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110415 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110416 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110417 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110418 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110419 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110420 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110421 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110422 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110423 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110424 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110425 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110426 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110427 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110428 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110429 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110430 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110501 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110502 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110503 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110504 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110505 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110507 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110508 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110509 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110510 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110511 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110512 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110513 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110514 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110515 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110516 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110517 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110518 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110519 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110520 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110521 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110522 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110523 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110524 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110525 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110526 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110527 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110528 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110529 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110530 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110531 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110601 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110602 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110603 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110604 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110605 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110607 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110608 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110609 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110610 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110611 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110612 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110613 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110614 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110615 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110616 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110617 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110618 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110619 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110620 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110621 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110622 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110623 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110624 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110625 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110626 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110627 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110628 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110629 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110630 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110701 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110702 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110703 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110704 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110705 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110707 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110708 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110709 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110710 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110711 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110712 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110713 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110714 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110715 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110716 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110717 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110718 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110719 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110720 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110721 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110722 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110723 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110724 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110725 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110726 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110727 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110728 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110729 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110730 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110731 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110801 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110802 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110803 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110804 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110805 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110807 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110808 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110809 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110810 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110811 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110812 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110813 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110814 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110815 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110816 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110817 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110818 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110819 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110820 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110821 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110822 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110823 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110824 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110825 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110826 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110827 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110828 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110829 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110830 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110831 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110901 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110902 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110903 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110904 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110905 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110907 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110908 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110909 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110910 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110911 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110912 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110913 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110914 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110915 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110916 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110917 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110918 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110919 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110920 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110921 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110922 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110923 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110924 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110925 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110926 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110927 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110928 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110929 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110930 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111001 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111002 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111003 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111004 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111005 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111007 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111008 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111009 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111010 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111011 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111012 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111013 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111014 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111015 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111016 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111017 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111018 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111019 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111020 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111021 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111022 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111023 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111024 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111025 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111026 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111027 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111028 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111029 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111030 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111031 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111101 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111102 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111103 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111104 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111105 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111107 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111108 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111109 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111110 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111111 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111112 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111113 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111114 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111115 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111116 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111117 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111118 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111119 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111120 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111121 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111122 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111123 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111124 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111125 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111126 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111127 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111128 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111129 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111130 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111201 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111202 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111203 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111204 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111205 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111207 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111208 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111209 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111210 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111211 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111212 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111213 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111214 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111215 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111216 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111217 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111218 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111219 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111220 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111221 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111222 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111223 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111224 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111225 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111226 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111227 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111228 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111229 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111230 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111231 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120101 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120102 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120103 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120104 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120105 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120107 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120108 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120109 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120110 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120111 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120112 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120113 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120114 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120115 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120116 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120117 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120118 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120119 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120120 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120121 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120122 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120123 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120124 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120125 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120126 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120127 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120128 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120129 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120130 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120131 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120201 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120202 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120203 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120204 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120205 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120207 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120208 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120209 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120210 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120211 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120212 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120213 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120214 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120215 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120216 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120217 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120218 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120219 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120220 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120221 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120222 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120223 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120224 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120225 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120226 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120227 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120228 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120229 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120301 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120302 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120303 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120304 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120305 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120307 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120308 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120309 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120310 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120311 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120312 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120313 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120314 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120315 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120316 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120317 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120318 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120319 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120320 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120321 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120322 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120323 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120324 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120325 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120326 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120327 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120328 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120329 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120330 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120331 of tablevisit_stats
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110101
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110102
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110103
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110104
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110105
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110107
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110108
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110109
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110110
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110111
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110112
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110113
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110114
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110115
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110116
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110117
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110118
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110119
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110120
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110121
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110122
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110123
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110124
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110125
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110126
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110127
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110128
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110129
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110130
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110131
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110201
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110202
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110203
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110204
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110205
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110207
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110208
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110209
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110210
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110211
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110212
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110213
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110214
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110215
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110216
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110217
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110218
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110219
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110220
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110221
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110222
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110223
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110224
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110225
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110226
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110227
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110228
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110301
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110302
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110303
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110304
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110305
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110307
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110308
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110309
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110310
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110311
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110312
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110313
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110314
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110315
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110316
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110317
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110318
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110319
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110320
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110321
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110322
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110323
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110324
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110325
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110326
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110327
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110328
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110329
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110330
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110331
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110401
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110402
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110403
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110404
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110405
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110407
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110408
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110409
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110410
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110411
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110412
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110413
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110414
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110415
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110416
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110417
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110418
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110419
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110420
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110421
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110422
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110423
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110424
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110425
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110426
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110427
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110428
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110429
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110430
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110501
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110502
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110503
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110504
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110505
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110507
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110508
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110509
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110510
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110511
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110512
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110513
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110514
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110515
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110516
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110517
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110518
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110519
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110520
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110521
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110522
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110523
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110524
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110525
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110526
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110527
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110528
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110529
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110530
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110531
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110601
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110602
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110603
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110604
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110605
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110607
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110608
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110609
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110610
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110611
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110612
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110613
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110614
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110615
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110616
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110617
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110618
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110619
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110620
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110621
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110622
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110623
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110624
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110625
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110626
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110627
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110628
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110629
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110630
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110701
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110702
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110703
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110704
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110705
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110707
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110708
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110709
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110710
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110711
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110712
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110713
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110714
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110715
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110716
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110717
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110718
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110719
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110720
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110721
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110722
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110723
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110724
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110725
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110726
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110727
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110728
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110729
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110730
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110731
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110801
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110802
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110803
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110804
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110805
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110807
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110808
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110809
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110810
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110811
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110812
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110813
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110814
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110815
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110816
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110817
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110818
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110819
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110820
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110821
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110822
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110823
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110824
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110825
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110826
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110827
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110828
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110829
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110830
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110831
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110901
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110902
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110903
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110904
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110905
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110907
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110908
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110909
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110910
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110911
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110912
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110913
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110914
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110915
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110916
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110917
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110918
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110919
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110920
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110921
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110922
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110923
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110924
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110925
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110926
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110927
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110928
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110929
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20110930
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111001
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111002
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111003
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111004
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111005
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111007
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111008
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111009
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111010
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111011
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111012
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111013
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111014
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111015
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111016
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111017
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111018
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111019
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111020
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111021
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111022
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111023
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111024
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111025
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111026
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111027
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111028
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111029
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111030
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111031
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111101
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111102
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111103
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111104
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111105
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111107
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111108
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111109
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111110
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111111
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111112
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111113
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111114
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111115
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111116
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111117
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111118
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111119
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111120
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111121
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111122
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111123
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111124
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111125
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111126
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111127
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111128
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111129
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111130
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111201
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111202
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111203
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111204
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111205
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111207
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111208
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111209
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111210
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111211
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111212
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111213
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111214
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111215
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111216
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111217
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111218
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111219
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111220
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111221
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111222
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111223
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111224
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111225
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111226
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111227
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111228
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111229
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111230
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20111231
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120101
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120102
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120103
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120104
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120105
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120107
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120108
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120109
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120110
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120111
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120112
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120113
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120114
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120115
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120116
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120117
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120118
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120119
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120120
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120121
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120122
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120123
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120124
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120125
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120126
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120127
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120128
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120129
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120130
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120131
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120201
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120202
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120203
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120204
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120205
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120207
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120208
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120209
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120210
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120211
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120212
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120213
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120214
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120215
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120216
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120217
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120218
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120219
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120220
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120221
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120222
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120223
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120224
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120225
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120226
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120227
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120228
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120229
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120301
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120302
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120303
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120304
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120305
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120307
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120308
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120309
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120310
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120311
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120312
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120313
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120314
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120315
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120316
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120317
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120318
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120319
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120320
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120321
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120322
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120323
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120324
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120325
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120326
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120327
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120328
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120329
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120330
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Information added for path hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/visit_stats/date_int=20120331
12/04/24 17:32:03 DEBUG ppr.PartitionPruner: Started pruning partiton
12/04/24 17:32:03 DEBUG ppr.PartitionPruner: dbname = hyves_goldmine
12/04/24 17:32:03 DEBUG ppr.PartitionPruner: tabname = members_map
12/04/24 17:32:03 DEBUG ppr.PartitionPruner: prune Expression = null
12/04/24 17:32:03 INFO hive.log: DDL: struct members_map { i32 member_id, i32 gender, string birthdate}
12/04/24 17:32:03 INFO hive.log: DDL: struct members_map { i32 member_id, i32 gender, string birthdate}
12/04/24 17:32:03 DEBUG lazy.LazySimpleSerDe: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe initialized with: columnNames=[member_id, gender, birthdate] columnTypes=[int, int, string] separator=[[B@7c564448] nullstring=\N lastColumnTakesRest=false
12/04/24 17:32:03 INFO hive.log: DDL: struct members_map { i32 member_id, i32 gender, string birthdate}
12/04/24 17:32:03 DEBUG optimizer.GenMapRedUtils: Adding hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/members_map of tablemembers_map
12/04/24 17:32:03 DEBUG fs.FileSystem: Creating filesystem for file:///
12/04/24 17:32:03 INFO physical.MetadataOnlyOptimizer: Looking for table scans where optimization is applicable
12/04/24 17:32:03 INFO physical.MetadataOnlyOptimizer: Found 0 metadata only table scans
12/04/24 17:32:03 INFO physical.MetadataOnlyOptimizer: Looking for table scans where optimization is applicable
12/04/24 17:32:03 INFO physical.MetadataOnlyOptimizer: Found 0 metadata only table scans
12/04/24 17:32:03 INFO physical.MetadataOnlyOptimizer: Looking for table scans where optimization is applicable
12/04/24 17:32:03 INFO physical.MetadataOnlyOptimizer: Found 0 metadata only table scans
12/04/24 17:32:03 INFO parse.SemanticAnalyzer: Completed plan generation
12/04/24 17:32:03 INFO ql.Driver: Semantic Analysis Completed
12/04/24 17:32:03 DEBUG parse.SemanticAnalyzer: validation start
12/04/24 17:32:03 DEBUG parse.SemanticAnalyzer: not validating writeEntity, because entity is neither table nor partition
12/04/24 17:32:03 DEBUG lazy.LazySimpleSerDe: org.apache.hadoop.hive.serde2.DelimitedJSONSerDe initialized with: columnNames=[] columnTypes=[] separator=[[B@79560ca4] nullstring=NULL lastColumnTakesRest=false
12/04/24 17:32:03 INFO ql.Driver: Returning Hive schema: Schema(fieldSchemas:[FieldSchema(name:date_int, type:string, comment:null), FieldSchema(name:gender, type:int, comment:null), FieldSchema(name:_c3, type:string, comment:null), FieldSchema(name:unique, type:bigint, comment:null), FieldSchema(name:count, type:bigint, comment:null), FieldSchema(name:seconds, type:bigint, comment:null)], properties:null)
12/04/24 17:32:03 DEBUG lazy.LazySimpleSerDe: org.apache.hadoop.hive.serde2.DelimitedJSONSerDe initialized with: columnNames=[] columnTypes=[] separator=[[B@40505fd8] nullstring=NULL lastColumnTakesRest=false
12/04/24 17:32:03 INFO ql.Driver: </PERFLOG method=compile start=1335281518797 end=1335281523383 duration=4586>
12/04/24 17:32:03 INFO ql.Driver: <PERFLOG method=Driver.execute>
12/04/24 17:32:03 INFO ql.Driver: Starting command:
SELECT
/*+ MAPJOIN(members_map) */
date_int,
members_map.gender AS gender,
'generic',
COUNT( memberId ) AS unique,
SUM( `generic`['count'] ) AS count,
SUM( `generic`['seconds'] ) AS seconds
FROM visit_stats
JOIN members_map ON(members_map.member_id = visit_stats.memberId)
GROUP BY date_int, members_map.gender
Total MapReduce jobs = 2
12/04/24 17:32:03 INFO ql.Driver: Total MapReduce jobs = 2
12/04/24 17:32:03 DEBUG util.NativeCodeLoader: Trying to load the custom-built native-hadoop library...
12/04/24 17:32:03 INFO util.NativeCodeLoader: Loaded the native-hadoop library
12/04/24 17:32:03 INFO exec.MapredLocalTask: Generating plan file file:/tmp/hduser/hive_2012-04-24_17-31-58_797_239861540062844322/-local-10005/plan.xml
12/04/24 17:32:03 INFO exec.MapredLocalTask: Executing: /usr/local/hadoop/bin/hadoop jar /usr/local/hive-0.8.1/lib/hive-exec-0.8.1.jar org.apache.hadoop.hive.ql.exec.ExecDriver -localtask -plan file:/tmp/hduser/hive_2012-04-24_17-31-58_797_239861540062844322/-local-10005/plan.xml -jobconf hive.stats.jdbcdriver=org.apache.derby.jdbc.EmbeddedDriver -jobconf hive.mapjoin.followby.gby.localtask.max.memory.usage=0.55 -jobconf hive.limit.optimize.limit.file=10 -jobconf hive.metastore.archive.intermediate.archived=_INTERMEDIATE_ARCHIVED -jobconf datanucleus.validateColumns=false -jobconf hive.mapred.partitioner=org.apache.hadoop.hive.ql.io.DefaultHivePartitioner -jobconf hive.cli.errors.ignore=false -jobconf hive.downloaded.resources.dir=%2Ftmp%2Fhduser%2Fhive_resources -jobconf hive.smalltable.filesize=400000000L -jobconf hive.lockmgr.zookeeper.default.partition.name=__HIVE_DEFAULT_ZOOKEEPER_PARTITION__ -jobconf hive.zookeeper.session.timeout=600000 -jobconf datanucleus.connectionPoolingType=DBCP -jobconf hive.variable.substitute=true -jobconf dfs.namenode.decommission.nodes.per.interval=5 -jobconf dfs.https.need.client.auth=false -jobconf hive.stats.dbclass=jdbc%3Aderby -jobconf hive.ppd.remove.duplicatefilters=true -jobconf hive.lock.mapred.only.operation=false -jobconf dfs.datanode.data.dir.perm=700 -jobconf hive.script.serde=org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe -jobconf dfs.datanode.address=0.0.0.0%3A50010 -jobconf dfs.namenode.logging.level=info -jobconf dfs.block.access.token.enable=false -jobconf hive.merge.smallfiles.avgsize=16000000 -jobconf datanucleus.cache.level2=false -jobconf hive.hbase.wal.enabled=true -jobconf dfs.safemode.threshold.pct=0.999f -jobconf dfs.blockreport.initialDelay=0 -jobconf dfs.namenode.handler.count=10 -jobconf hive.security.authorization.manager=org.apache.hadoop.hive.ql.security.authorization.DefaultHiveAuthorizationProvider -jobconf hive.merge.current.job.has.dynamic.partitions=false -jobconf hive.metastore.rawstore.impl=org.apache.hadoop.hive.metastore.ObjectStore -jobconf hive.metastore.local=true -jobconf hive.optimize.bucketmapjoin=false -jobconf hive.optimize.ppd.storage=true -jobconf hive.querylog.location=%2Ftmp%2Fhduser -jobconf hive.limit.row.max.size=100000 -jobconf dfs.block.access.key.update.interval=600 -jobconf hive.rework.mapredwork=false -jobconf dfs.safemode.extension=30000 -jobconf hive.index.compact.query.max.entries=10000000 -jobconf hive.metastore.authorization.storage.checks=false -jobconf hive.autogen.columnalias.prefix.includefuncname=false -jobconf hive.zookeeper.namespace=hive_zookeeper_namespace -jobconf hive.test.mode.prefix=test_ -jobconf hive.merge.rcfile.block.level=true -jobconf hive.test.mode=false -jobconf hive.exec.compress.intermediate=false -jobconf datanucleus.cache.level2.type=SOFT -jobconf dfs.https.server.keystore.resource=ssl-server.xml -jobconf hive.metastore.ds.retry.attempts=1 -jobconf hive.limit.optimize.enable=false -jobconf hive.zookeeper.client.port=2181 -jobconf dfs.block.access.token.lifetime=600 -jobconf hive.exec.perf.logger=org.apache.hadoop.hive.ql.log.PerfLogger -jobconf javax.jdo.option.ConnectionUserName=APP -jobconf dfs.name.edits.dir=%24%7Bdfs.name.dir%7D -jobconf hive.merge.mapfiles=true -jobconf hive.test.mode.samplefreq=32 -jobconf hive.optimize.skewjoin=false -jobconf hive.optimize.index.groupby=false -jobconf hive.metastore.server.min.threads=200 -jobconf hive.mapjoin.localtask.max.memory.usage=0.9 -jobconf dfs.block.size=67108864 -jobconf hive.map.aggr.hash.min.reduction=0.5 -jobconf hive.exec.compress.output=false -jobconf dfs.datanode.ipc.address=0.0.0.0%3A50020 -jobconf javax.jdo.option.Multithreaded=true -jobconf hive.script.recordreader=org.apache.hadoop.hive.ql.exec.TextRecordReader -jobconf dfs.permissions=true -jobconf hive.multigroupby.singlemr=false -jobconf hive.lock.numretries=100 -jobconf hive.optimize.metadataonly=true -jobconf hive.exec.parallel.thread.number=8 -jobconf hive.exec.default.partition.name=__HIVE_DEFAULT_PARTITION__ -jobconf hive.exec.max.created.files=100000 -jobconf hive.archive.har.parentdir.settable=false -jobconf hive.metastore.event.clean.freq=0 -jobconf dfs.datanode.https.address=0.0.0.0%3A50475 -jobconf hive.exec.mode.local.auto=false -jobconf dfs.secondary.http.address=0.0.0.0%3A50090 -jobconf hive.optimize.index.filter=false -jobconf datanucleus.storeManagerType=rdbms -jobconf dfs.replication.max=512 -jobconf hive.script.operator.id.env.var=HIVE_SCRIPT_OPERATOR_ID -jobconf hive.exec.mode.local.auto.inputbytes.max=134217728 -jobconf mapred.min.split.size=1 -jobconf dfs.namenode.delegation.token.renew-interval=86400000 -jobconf hive.mapjoin.size.key=10000 -jobconf hive.metastore.ds.retry.interval=1000 -jobconf hive.skewjoin.mapjoin.min.split=33554432 -jobconf hive.metastore.client.connect.retry.delay=1 -jobconf hive.auto.convert.join=true -jobconf dfs.https.client.keystore.resource=ssl-client.xml -jobconf hive.metastore.warehouse.dir=%2Fuser%2Fhive%2Fwarehouse -jobconf hive.mapjoin.bucket.cache.size=100 -jobconf hive.exec.job.debug.timeout=30000 -jobconf datanucleus.transactionIsolation=read-committed -jobconf hive.stats.jdbc.timeout=30 -jobconf hive.mergejob.maponly=true -jobconf dfs.https.address=0.0.0.0%3A50470 -jobconf dfs.balance.bandwidthPerSec=1048576 -jobconf hive.fetch.output.serde=org.apache.hadoop.hive.serde2.DelimitedJSONSerDe -jobconf hive.root.logger=ALL%2Cconsole -jobconf hive.exec.script.trust=false -jobconf hive.mapjoin.followby.map.aggr.hash.percentmemory=0.3 -jobconf hive.exim.uri.scheme.whitelist=hdfs%2Cpfile -jobconf hive.stats.dbconnectionstring=jdbc%3Aderby%3A%3BdatabaseName%3DTempStatsStore%3Bcreate%3Dtrue -jobconf mapred.reduce.tasks=-1 -jobconf hive.optimize.index.filter.compact.minsize=5368709120 -jobconf hive.skewjoin.key=100000 -jobconf javax.jdo.option.ConnectionDriverName=org.apache.derby.jdbc.EmbeddedDriver -jobconf hive.security.authenticator.manager=org.apache.hadoop.hive.ql.security.HadoopDefaultAuthenticator -jobconf dfs.max.objects=0 -jobconf mapred.input.dir.recursive=false -jobconf hive.udtf.auto.progress=false -jobconf hive.session.id=hduser_201204241731 -jobconf mapred.job.name= -jobconf dfs.datanode.dns.nameserver=default -jobconf hive.exec.script.maxerrsize=100000 -jobconf dfs.blockreport.intervalMsec=3600000 -jobconf hive.optimize.groupby=true -jobconf datanucleus.plugin.pluginRegistryBundleCheck=LOG -jobconf hive.exec.rowoffset=false -jobconf hive.default.fileformat=TextFile -jobconf hive.hadoop.supports.splittable.combineinputformat=false -jobconf hive.metastore.archive.intermediate.original=_INTERMEDIATE_ORIGINAL -jobconf hive.mapjoin.smalltable.filesize=25000000 -jobconf hive.exec.scratchdir=%2Ftmp%2Fhive-hduser -jobconf datanucleus.identifierFactory=datanucleus -jobconf hive.exec.max.dynamic.partitions.pernode=100 -jobconf hive.stats.retries.max=0 -jobconf dfs.client.block.write.retries=3 -jobconf hive.join.emit.interval=1000 -jobconf hive.script.recordwriter=org.apache.hadoop.hive.ql.exec.TextRecordWriter -jobconf datanucleus.validateConstraints=false -jobconf hive.exec.dynamic.partition=false -jobconf hive.hashtable.loadfactor=0.75 -jobconf dfs.https.enable=false -jobconf hive.sample.seednumber=0 -jobconf dfs.datanode.failed.volumes.tolerated=0 -jobconf hive.optimize.index.filter.compact.maxsize=-1 -jobconf hive.metastore.client.socket.timeout=20 -jobconf hive.map.aggr.hash.force.flush.memory.threshold=0.9 -jobconf dfs.namenode.delegation.key.update-interval=86400000 -jobconf hive.exec.show.job.failure.debug.info=true -jobconf hive.join.cache.size=25000 -jobconf hive.mapper.cannot.span.multiple.partitions=false -jobconf dfs.default.chunk.view.size=32768 -jobconf datanucleus.autoStartMechanismMode=checked -jobconf mapred.min.split.size.per.node=1 -jobconf hive.input.format=org.apache.hadoop.hive.ql.io.CombineHiveInputFormat -jobconf hive.skewjoin.mapjoin.map.tasks=10000 -jobconf hive.index.compact.query.max.size=10737418240 -jobconf hive.exec.drop.ignorenonexistent=true -jobconf hive.hwi.listen.port=9999 -jobconf hive.session.silent=false -jobconf hive.cli.print.header=false -jobconf dfs.datanode.du.reserved=0 -jobconf hadoop.bin.path=%2Fusr%2Flocal%2Fhadoop%2Fbin%2Fhadoop -jobconf dfs.web.ugi=webuser%2Cwebgroup -jobconf dfs.df.interval=60000 -jobconf hive.groupby.mapaggr.checkinterval=100000 -jobconf mapred.min.split.size.per.rack=1 -jobconf dfs.data.dir=%24%7Bhadoop.tmp.dir%7D%2Fdfs%2Fdata -jobconf hive.metastore.server.max.threads=100000 -jobconf dfs.datanode.dns.interface=default -jobconf hive.metastore.kerberos.principal=hive-metastore%2F_HOST%40EXAMPLE.COM -jobconf javax.jdo.option.ConnectionURL=jdbc%3Aderby%3A%3BdatabaseName%3Dmetastore_db%3Bcreate%3Dtrue -jobconf hive.mapred.mode=nonstrict -jobconf hive.metastore.batch.retrieve.max=300 -jobconf hive.outerjoin.supports.filters=true -jobconf hive.groupby.skewindata=false -jobconf dfs.support.append=true -jobconf hive.exec.mode.local.auto.tasks.max=4 -jobconf hive.exec.parallel=false -jobconf hive.debug.localtask=false -jobconf dfs.permissions.supergroup=supergroup -jobconf hive.zookeeper.clean.extra.nodes=false -jobconf dfs.replication.min=1 -jobconf hive.merge.size.per.task=256000000 -jobconf fs.har.impl=org.apache.hadoop.hive.shims.HiveHarFileSystem -jobconf hive.unlock.numretries=10 -jobconf hive.exec.reducers.max=999 -jobconf hive.cli.print.current.db=false -jobconf hive.exec.tasklog.debug.timeout=20000 -jobconf dfs.namenode.decommission.interval=30 -jobconf hive.metastore.archive.intermediate.extracted=_INTERMEDIATE_EXTRACTED -jobconf hive.metastore.execute.setugi=false -jobconf dfs.http.address=0.0.0.0%3A50070 -jobconf hive.query.string=%0A%0ASELECT%0A+++%2F*%2B+MAPJOIN%28members_map%29+*%2F%0A+++date_int%2C%0A+++members_map.gender+AS+gender%2C%0A+++%27generic%27%2C%0A+++COUNT%28+memberId+%29+AS+unique%2C%0A+++SUM%28+%60generic%60%5B%27count%27%5D+%29+AS+count%2C%0A+++SUM%28+%60generic%60%5B%27seconds%27%5D+%29+AS+seconds%0AFROM+visit_stats%0AJOIN+members_map+ON%28members_map.member_id+%3D+visit_stats.memberId%29%0AGROUP+BY+date_int%2C+members_map.gender -jobconf dfs.heartbeat.interval=3 -jobconf hive.stats.collect.rawdatasize=true -jobconf hive.optimize.ppd=true -jobconf dfs.name.dir=%24%7Bhadoop.tmp.dir%7D%2Fdfs%2Fname -jobconf hive.stats.retries.wait=3000 -jobconf hive.metastore.cache.pinobjtypes=Table%2CStorageDescriptor%2CSerDeInfo%2CPartition%2CDatabase%2CType%2CFieldSchema%2COrder -jobconf hive.metastore.fs.handler.class=org.apache.hadoop.hive.metastore.HiveMetaStoreFsImpl -jobconf dfs.datanode.http.address=0.0.0.0%3A50075 -jobconf hive.mapjoin.cache.numrows=25000 -jobconf hive.merge.mapredfiles=false -jobconf hive.metastore.sasl.enabled=false -jobconf hive.start.cleanup.scratchdir=false -jobconf hive.fileformat.check=true -jobconf hive.metastore.connect.retries=5 -jobconf hive.jobname.length=50 -jobconf hive.query.id=hduser_20120424173232_c4e2f907-e5b4-458a-9cc0-29d16e47f10f -jobconf javax.jdo.option.DetachAllOnCommit=true -jobconf javax.jdo.option.ConnectionPassword=mine -jobconf hive.index.compact.file.ignore.hdfs=false -jobconf hive.hwi.listen.host=0.0.0.0 -jobconf hive.optimize.reducededuplication=true -jobconf hive.optimize.index.autoupdate=false -jobconf dfs.replication.interval=3 -jobconf hive.auto.progress.timeout=0 -jobconf hive.ppd.recognizetransivity=true -jobconf hive.metastore.force.reload.conf=false -jobconf hive.map.aggr.hash.percentmemory=0.5 -jobconf hive.mapjoin.check.memory.rows=100000 -jobconf javax.jdo.PersistenceManagerFactoryClass=org.datanucleus.jdo.JDOPersistenceManagerFactory -jobconf dfs.replication=1 -jobconf hive.exec.concatenate.check.index=true -jobconf hive.mapred.local.mem=0 -jobconf datanucleus.validateTables=false -jobconf hive.exec.max.dynamic.partitions=1000 -jobconf hive.merge.input.format.block.level=org.apache.hadoop.hive.ql.io.rcfile.merge.RCFileBlockMergeInputFormat -jobconf hive.insert.into.multilevel.dirs=false -jobconf hive.exec.submitviachild=false -jobconf hive.exec.dynamic.partition.mode=strict -jobconf mapred.max.split.size=256000000 -jobconf hive.script.auto.progress=false -jobconf hive.lock.sleep.between.retries=60 -jobconf hive.enforce.sorting=false -jobconf datanucleus.autoCreateSchema=true -jobconf hive.task.progress=false -jobconf hive.index.compact.binary.search=true -jobconf hive.metastore.server.tcp.keepalive=true -jobconf hive.hashtable.initialCapacity=100000 -jobconf hive.lock.manager=org.apache.hadoop.hive.ql.lockmgr.zookeeper.ZooKeeperHiveLockManager -jobconf hive.stats.autogather=true -jobconf dfs.access.time.precision=3600000 -jobconf hive.map.aggr=true -jobconf hadoop.config.dir=%2Fusr%2Flocal%2Fhadoop-conf -jobconf hive.enforce.bucketing=false -jobconf hive.limit.optimize.fetch.max=50000 -jobconf dfs.safemode.min.datanodes=0 -jobconf hive.autogen.columnalias.prefix.label=_c -jobconf hive.exec.script.allow.partial.consumption=false -jobconf hive.archive.enabled=false -jobconf hive.optimize.bucketmapjoin.sortedmerge=false -jobconf hive.support.concurrency=false -jobconf hive.mapred.reduce.tasks.speculative.execution=true -jobconf hive.heartbeat.interval=1000 -jobconf hive.stats.atomic=false -jobconf hive.exec.counters.pull.interval=1000 -jobconf hive.metastore.event.expiry.duration=0 -jobconf hive.query.result.fileformat=TextFile -jobconf hive.optimize.cp=true -jobconf javax.jdo.option.NonTransactionalRead=true -jobconf dfs.datanode.handler.count=3 -jobconf hive.exec.reducers.bytes.per.reducer=1000000000 -jobconf dfs.replication.considerLoad=true -jobconf dfs.namenode.delegation.token.max-lifetime=604800000 -jobconf hive.error.on.empty.partition=false -jobconf hive.security.authorization.enabled=false
12/04/24 17:32:04 WARN conf.HiveConf: DEPRECATED: Ignoring hive-default.xml found on the CLASSPATH at /usr/local/hive-conf/hive-default.xml
12/04/24 17:32:04 WARN conf.HiveConf: hive-site.xml not found on CLASSPATH
Execution log at: /tmp/hduser/hduser_20120424173232_c4e2f907-e5b4-458a-9cc0-29d16e47f10f.log
2012-04-24 05:32:04 Starting to launch local task to process map join; maximum memory = 1864171520
2012-04-24 05:32:05 Processing rows: 200000 Hashtable size: 199999 Memory usage: 43507672 rate: 0.023
2012-04-24 05:32:06 Processing rows: 300000 Hashtable size: 299999 Memory usage: 63387440 rate: 0.034
2012-04-24 05:32:06 Processing rows: 400000 Hashtable size: 399999 Memory usage: 87581760 rate: 0.047
2012-04-24 05:32:07 Processing rows: 500000 Hashtable size: 499999 Memory usage: 105484592 rate: 0.057
2012-04-24 05:32:08 Processing rows: 600000 Hashtable size: 599999 Memory usage: 128099520 rate: 0.069
12/04/24 17:32:09 DEBUG ipc.Client: IPC Client (47) connection to localhost/127.0.0.1:54310 from hduser: closed
12/04/24 17:32:09 DEBUG ipc.Client: IPC Client (47) connection to localhost/127.0.0.1:54310 from hduser: stopped, remaining connections 0
2012-04-24 05:32:09 Processing rows: 700000 Hashtable size: 699999 Memory usage: 145484592 rate: 0.078
2012-04-24 05:32:12 Processing rows: 800000 Hashtable size: 799999 Memory usage: 169678896 rate: 0.091
2012-04-24 05:32:13 Processing rows: 900000 Hashtable size: 899999 Memory usage: 189745488 rate: 0.102
2012-04-24 05:32:15 Processing rows: 1000000 Hashtable size: 999999 Memory usage: 209678896 rate: 0.112
2012-04-24 05:32:16 Processing rows: 1100000 Hashtable size: 1099999 Memory usage: 229737216 rate: 0.123
2012-04-24 05:32:18 Processing rows: 1200000 Hashtable size: 1199999 Memory usage: 249659672 rate: 0.134
2012-04-24 05:32:20 Processing rows: 1300000 Hashtable size: 1299999 Memory usage: 269726184 rate: 0.145
2012-04-24 05:32:22 Processing rows: 1400000 Hashtable size: 1399999 Memory usage: 289659672 rate: 0.155
2012-04-24 05:32:24 Processing rows: 1500000 Hashtable size: 1499999 Memory usage: 309718088 rate: 0.166
2012-04-24 05:32:26 Processing rows: 1600000 Hashtable size: 1599999 Memory usage: 338048280 rate: 0.181
2012-04-24 05:32:29 Processing rows: 1700000 Hashtable size: 1699999 Memory usage: 360659824 rate: 0.193
2012-04-24 05:32:31 Processing rows: 1800000 Hashtable size: 1799999 Memory usage: 378048280 rate: 0.203
2012-04-24 05:32:35 Processing rows: 1900000 Hashtable size: 1899999 Memory usage: 398178816 rate: 0.214
2012-04-24 05:32:37 Processing rows: 2000000 Hashtable size: 1999999 Memory usage: 418048280 rate: 0.224
2012-04-24 05:32:40 Processing rows: 2100000 Hashtable size: 2099999 Memory usage: 438048280 rate: 0.235
2012-04-24 05:32:43 Processing rows: 2200000 Hashtable size: 2199999 Memory usage: 458048280 rate: 0.246
2012-04-24 05:32:46 Processing rows: 2300000 Hashtable size: 2299999 Memory usage: 478048280 rate: 0.256
2012-04-24 05:32:49 Processing rows: 2400000 Hashtable size: 2399999 Memory usage: 498048280 rate: 0.267
2012-04-24 05:32:52 Processing rows: 2500000 Hashtable size: 2499999 Memory usage: 518048280 rate: 0.278
2012-04-24 05:32:55 Processing rows: 2600000 Hashtable size: 2599999 Memory usage: 538048280 rate: 0.289
2012-04-24 05:32:58 Processing rows: 2700000 Hashtable size: 2699999 Memory usage: 558048280 rate: 0.299
2012-04-24 05:33:01 Processing rows: 2800000 Hashtable size: 2799999 Memory usage: 578048280 rate: 0.31
2012-04-24 05:33:04 Processing rows: 2900000 Hashtable size: 2899999 Memory usage: 600742904 rate: 0.322
2012-04-24 05:33:10 Processing rows: 3000000 Hashtable size: 2999999 Memory usage: 618150616 rate: 0.332
2012-04-24 05:33:15 Processing rows: 3100000 Hashtable size: 3099999 Memory usage: 638047232 rate: 0.342
2012-04-24 05:33:19 Processing rows: 3200000 Hashtable size: 3199999 Memory usage: 691601680 rate: 0.371
2012-04-24 05:33:23 Processing rows: 3300000 Hashtable size: 3299999 Memory usage: 694846376 rate: 0.373
2012-04-24 05:33:27 Processing rows: 3400000 Hashtable size: 3399999 Memory usage: 714846376 rate: 0.383
2012-04-24 05:33:32 Processing rows: 3500000 Hashtable size: 3499999 Memory usage: 734844376 rate: 0.394
2012-04-24 05:33:36 Processing rows: 3600000 Hashtable size: 3599999 Memory usage: 754844376 rate: 0.405
2012-04-24 05:33:40 Processing rows: 3700000 Hashtable size: 3699999 Memory usage: 774825328 rate: 0.416
2012-04-24 05:33:44 Processing rows: 3800000 Hashtable size: 3799999 Memory usage: 794825328 rate: 0.426
2012-04-24 05:33:49 Processing rows: 3900000 Hashtable size: 3899999 Memory usage: 814825328 rate: 0.437
2012-04-24 05:33:53 Processing rows: 4000000 Hashtable size: 3999999 Memory usage: 834825328 rate: 0.448
2012-04-24 05:33:58 Processing rows: 4100000 Hashtable size: 4099999 Memory usage: 854825328 rate: 0.459
2012-04-24 05:34:03 Processing rows: 4200000 Hashtable size: 4199999 Memory usage: 874825328 rate: 0.469
2012-04-24 05:34:07 Processing rows: 4300000 Hashtable size: 4299999 Memory usage: 894825328 rate: 0.48
2012-04-24 05:34:12 Processing rows: 4400000 Hashtable size: 4399999 Memory usage: 917390608 rate: 0.492
2012-04-24 05:34:17 Processing rows: 4500000 Hashtable size: 4499999 Memory usage: 934825328 rate: 0.501
2012-04-24 05:34:25 Processing rows: 4600000 Hashtable size: 4599999 Memory usage: 954933192 rate: 0.512
2012-04-24 05:34:31 Processing rows: 4700000 Hashtable size: 4699999 Memory usage: 974824448 rate: 0.523
2012-04-24 05:34:36 Processing rows: 4800000 Hashtable size: 4799999 Memory usage: 994824448 rate: 0.534
2012-04-24 05:34:42 Processing rows: 4900000 Hashtable size: 4899999 Memory usage: 1014824448 rate: 0.544
2012-04-24 05:34:47 Processing rows: 5000000 Hashtable size: 4999999 Memory usage: 1034824448 rate: 0.555
2012-04-24 05:34:53 Processing rows: 5100000 Hashtable size: 5099999 Memory usage: 1054824448 rate: 0.566
2012-04-24 05:34:59 Processing rows: 5200000 Hashtable size: 5199999 Memory usage: 1074824448 rate: 0.577
2012-04-24 05:35:05 Processing rows: 5300000 Hashtable size: 5299999 Memory usage: 1094824448 rate: 0.587
2012-04-24 05:35:11 Processing rows: 5400000 Hashtable size: 5399999 Memory usage: 1114824448 rate: 0.598
2012-04-24 05:35:17 Processing rows: 5500000 Hashtable size: 5499999 Memory usage: 1134824448 rate: 0.609
2012-04-24 05:35:23 Processing rows: 5600000 Hashtable size: 5599999 Memory usage: 1154824448 rate: 0.619
2012-04-24 05:35:29 Processing rows: 5700000 Hashtable size: 5699999 Memory usage: 1174824448 rate: 0.63
2012-04-24 05:35:35 Processing rows: 5800000 Hashtable size: 5799999 Memory usage: 1194824448 rate: 0.641
2012-04-24 05:35:42 Processing rows: 5900000 Hashtable size: 5899999 Memory usage: 1214824448 rate: 0.652
2012-04-24 05:35:48 Processing rows: 6000000 Hashtable size: 5999999 Memory usage: 1234824448 rate: 0.662
2012-04-24 05:35:55 Processing rows: 6100000 Hashtable size: 6099999 Memory usage: 1254824448 rate: 0.673
2012-04-24 05:36:02 Processing rows: 6200000 Hashtable size: 6199999 Memory usage: 1274824448 rate: 0.684
2012-04-24 05:36:10 Processing rows: 6300000 Hashtable size: 6299999 Memory usage: 1328378880 rate: 0.713
2012-04-24 05:36:17 Processing rows: 6400000 Hashtable size: 6399999 Memory usage: 1348378880 rate: 0.723
2012-04-24 05:36:25 Processing rows: 6500000 Hashtable size: 6499999 Memory usage: 1368400808 rate: 0.734
2012-04-24 05:36:32 Processing rows: 6600000 Hashtable size: 6599999 Memory usage: 1390875120 rate: 0.746
2012-04-24 05:36:40 Processing rows: 6700000 Hashtable size: 6699999 Memory usage: 1408380416 rate: 0.755
2012-04-24 05:36:47 Processing rows: 6800000 Hashtable size: 6799999 Memory usage: 1431209320 rate: 0.768
2012-04-24 05:37:02 Processing rows: 6900000 Hashtable size: 6899999 Memory usage: 1450146024 rate: 0.778
2012-04-24 05:37:10 Processing rows: 7000000 Hashtable size: 6999999 Memory usage: 1468379760 rate: 0.788
Exception in thread "Thread-1" java.lang.OutOfMemoryError: Java heap space
at java.util.jar.Manifest$FastInputStream.<init>(Manifest.java:315)
at java.util.jar.Manifest$FastInputStream.<init>(Manifest.java:310)
at java.util.jar.Manifest.read(Manifest.java:178)
at java.util.jar.Manifest.<init>(Manifest.java:52)
at java.util.jar.JarFile.getManifestFromReference(JarFile.java:167)
at java.util.jar.JarFile.getManifest(JarFile.java:148)
at sun.misc.URLClassPath$JarLoader$2.getManifest(URLClassPath.java:696)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:228)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.apache.hadoop.util.RunJar$1.run(RunJar.java:156)
Execution failed with exit status: 2
12/04/24 17:41:49 ERROR exec.Task: Execution failed with exit status: 2
Obtaining error information
12/04/24 17:41:49 ERROR exec.Task: Obtaining error information
Task failed!
Task ID:
Stage-4
Logs:
12/04/24 17:41:49 ERROR exec.Task:
Task failed!
Task ID:
Stage-4
Logs:
12/04/24 17:41:49 ERROR exec.MapredLocalTask: Execution failed with exit status: 2
FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.MapredLocalTask
12/04/24 17:41:49 ERROR ql.Driver: FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.MapredLocalTask
12/04/24 17:41:49 INFO ql.Driver: </PERFLOG method=Driver.execute start=1335281523383 end=1335282109733 duration=586350>
12/04/24 17:41:49 INFO ql.Driver: <PERFLOG method=releaseLocks>
12/04/24 17:41:49 INFO ql.Driver: </PERFLOG method=releaseLocks start=1335282109733 end=1335282109733 duration=0>
12/04/24 17:41:49 DEBUG ipc.Client: The ping interval is60000ms.
12/04/24 17:41:49 DEBUG ipc.Client: Use SIMPLE authentication for protocol ClientProtocol
12/04/24 17:41:49 DEBUG ipc.Client: Connecting to localhost/127.0.0.1:54310
12/04/24 17:41:49 DEBUG ipc.Client: IPC Client (47) connection to localhost/127.0.0.1:54310 from hduser: starting, having connections 1
12/04/24 17:41:49 DEBUG ipc.Client: IPC Client (47) connection to localhost/127.0.0.1:54310 from hduser sending #2
12/04/24 17:41:49 DEBUG ipc.Client: IPC Client (47) connection to localhost/127.0.0.1:54310 from hduser got value #2
12/04/24 17:41:49 DEBUG ipc.RPC: Call: delete 17
12/04/24 17:41:49 DEBUG ipc.Client: IPC Client (47) connection to localhost/127.0.0.1:54310 from hduser sending #3
12/04/24 17:41:49 DEBUG ipc.Client: IPC Client (47) connection to localhost/127.0.0.1:54310 from hduser got value #3
12/04/24 17:41:49 DEBUG ipc.RPC: Call: delete 15
12/04/24 17:41:49 DEBUG fs.FileSystem: Removing filesystem for file:///
12/04/24 17:41:49 DEBUG fs.FileSystem: Removing filesystem for file:///
12/04/24 17:41:49 DEBUG ipc.Client: Stopping client
12/04/24 17:41:49 DEBUG ipc.Client: IPC Client (47) connection to localhost/127.0.0.1:54310 from hduser: closed
12/04/24 17:41:49 DEBUG ipc.Client: IPC Client (47) connection to localhost/127.0.0.1:54310 from hduser: stopped, remaining connections 0
12/04/24 17:41:49 DEBUG fs.FileSystem: Removing filesystem for hdfs://localhost:54310
<?xml version="1.0" encoding="UTF-8"?>
<java version="1.6.0_26" class="java.beans.XMLDecoder">
<object class="org.apache.hadoop.hive.ql.plan.MapredLocalWork">
<void property="aliasToFetchWork">
<object class="java.util.LinkedHashMap">
<void method="put">
<string>members_map</string>
<object class="org.apache.hadoop.hive.ql.plan.FetchWork">
<void property="limit">
<int>-1</int>
</void>
<void property="tblDesc">
<object class="org.apache.hadoop.hive.ql.plan.TableDesc">
<void property="deserializerClass">
<class>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</class>
</void>
<void property="inputFileFormatClass">
<class>org.apache.hadoop.mapred.TextInputFormat</class>
</void>
<void property="outputFileFormatClass">
<class>org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat</class>
</void>
<void property="properties">
<object class="java.util.Properties">
<void method="put">
<string>name</string>
<string>hyves_goldmine.members_map</string>
</void>
<void method="put">
<string>field.delim</string>
<string>,</string>
</void>
<void method="put">
<string>columns.types</string>
<string>int:int:string</string>
</void>
<void method="put">
<string>serialization.ddl</string>
<string>struct members_map { i32 member_id, i32 gender, string birthdate}</string>
</void>
<void method="put">
<string>columns</string>
<string>member_id,gender,birthdate</string>
</void>
<void method="put">
<string>serialization.format</string>
<string>,</string>
</void>
<void method="put">
<string>bucket_count</string>
<string>-1</string>
</void>
<void method="put">
<string>serialization.lib</string>
<string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string>
</void>
<void method="put">
<string>file.inputformat</string>
<string>org.apache.hadoop.mapred.TextInputFormat</string>
</void>
<void method="put">
<string>file.outputformat</string>
<string>org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat</string>
</void>
<void method="put">
<string>location</string>
<string>hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/members_map</string>
</void>
<void method="put">
<string>transient_lastDdlTime</string>
<string>1335255043</string>
</void>
</object>
</void>
<void property="serdeClassName">
<string>org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe</string>
</void>
</object>
</void>
<void property="tblDir">
<string>hdfs://localhost:54310/user/hive/warehouse/hyves_goldmine.db/members_map</string>
</void>
</object>
</void>
</object>
</void>
<void property="aliasToWork">
<object class="java.util.LinkedHashMap">
<void method="put">
<string>members_map</string>
<object id="TableScanOperator0" class="org.apache.hadoop.hive.ql.exec.TableScanOperator">
<void property="childOperators">
<object class="java.util.ArrayList">
<void method="add">
<object class="org.apache.hadoop.hive.ql.exec.HashTableSinkOperator">
<void property="conf">
<object class="org.apache.hadoop.hive.ql.plan.HashTableSinkDesc">
<void property="conds">
<array class="org.apache.hadoop.hive.ql.plan.JoinCondDesc" length="1">
<void index="0">
<object class="org.apache.hadoop.hive.ql.plan.JoinCondDesc">
<void property="right">
<int>1</int>
</void>
</object>
</void>
</array>
</void>
<void property="dumpFilePrefix">
<string>members_map-0</string>
</void>
<void property="exprs">
<object class="java.util.HashMap">
<void method="put">
<byte>0</byte>
<object class="java.util.ArrayList">
<void method="add">
<object class="org.apache.hadoop.hive.ql.plan.ExprNodeColumnDesc">
<void property="column">
<string>memberid</string>
</void>
<void property="tabAlias">
<string>visit_stats</string>
</void>
<void property="typeInfo">
<object id="PrimitiveTypeInfo0" class="org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo">
<void property="typeName">
<string>int</string>
</void>
</object>
</void>
</object>
</void>
<void method="add">
<object class="org.apache.hadoop.hive.ql.plan.ExprNodeColumnDesc">
<void property="column">
<string>generic</string>
</void>
<void property="tabAlias">
<string>visit_stats</string>
</void>
<void property="typeInfo">
<object class="org.apache.hadoop.hive.serde2.typeinfo.MapTypeInfo">
<void property="mapKeyTypeInfo">
<object id="PrimitiveTypeInfo1" class="org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo">
<void property="typeName">
<string>string</string>
</void>
</object>
</void>
<void property="mapValueTypeInfo">
<object idref="PrimitiveTypeInfo0"/>
</void>
</object>
</void>
</object>
</void>
<void method="add">
<object class="org.apache.hadoop.hive.ql.plan.ExprNodeColumnDesc">
<void property="column">
<string>date_int</string>
</void>
<void property="isPartitionColOrVirtualCol">
<boolean>true</boolean>
</void>
<void property="tabAlias">
<string>visit_stats</string>
</void>
<void property="typeInfo">
<object idref="PrimitiveTypeInfo1"/>
</void>
</object>
</void>
</object>
</void>
<void method="put">
<byte>1</byte>
<object class="java.util.ArrayList">
<void method="add">
<object class="org.apache.hadoop.hive.ql.plan.ExprNodeColumnDesc">
<void property="column">
<string>gender</string>
</void>
<void property="tabAlias">
<string>members_map</string>
</void>
<void property="typeInfo">
<object idref="PrimitiveTypeInfo0"/>
</void>
</object>
</void>
</object>
</void>
</object>
</void>
<void property="filters">
<object class="java.util.HashMap">
<void method="put">
<byte>0</byte>
<object class="java.util.ArrayList"/>
</void>
<void method="put">
<byte>1</byte>
<object class="java.util.ArrayList"/>
</void>
</object>
</void>
<void property="hashtableMemoryUsage">
<float>0.9</float>
</void>
<void property="keyTblDesc">
<object class="org.apache.hadoop.hive.ql.plan.TableDesc">
<void property="deserializerClass">
<class>org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe</class>
</void>
<void property="inputFileFormatClass">
<class>org.apache.hadoop.mapred.SequenceFileInputFormat</class>
</void>
<void property="outputFileFormatClass">
<class>org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat</class>
</void>
<void property="properties">
<object class="java.util.Properties">
<void method="put">
<string>columns</string>
<string>mapjoinkey0</string>
</void>
<void method="put">
<string>columns.types</string>
<string>int</string>
</void>
<void method="put">
<string>escape.delim</string>
<string>\</string>
</void>
</object>
</void>
</object>
</void>
<void property="keys">
<object class="java.util.HashMap">
<void method="put">
<byte>0</byte>
<object class="java.util.ArrayList">
<void method="add">
<object class="org.apache.hadoop.hive.ql.plan.ExprNodeColumnDesc">
<void property="column">
<string>memberid</string>
</void>
<void property="tabAlias">
<string>visit_stats</string>
</void>
<void property="typeInfo">
<object idref="PrimitiveTypeInfo0"/>
</void>
</object>
</void>
</object>
</void>
<void method="put">
<byte>1</byte>
<object class="java.util.ArrayList">
<void method="add">
<object class="org.apache.hadoop.hive.ql.plan.ExprNodeColumnDesc">
<void property="column">
<string>member_id</string>
</void>
<void property="tabAlias">
<string>members_map</string>
</void>
<void property="typeInfo">
<object idref="PrimitiveTypeInfo0"/>
</void>
</object>
</void>
</object>
</void>
</object>
</void>
<void property="noOuterJoin">
<boolean>true</boolean>
</void>
<void property="outputColumnNames">
<object class="java.util.ArrayList">
<void method="add">
<string>_col1</string>
</void>
<void method="add">
<string>_col2</string>
</void>
<void method="add">
<string>_col6</string>
</void>
<void method="add">
<string>_col10</string>
</void>
</object>
</void>
<void property="retainList">
<object class="java.util.HashMap">
<void method="put">
<byte>0</byte>
<object class="java.util.ArrayList">
<void method="add">
<int>0</int>
</void>
<void method="add">
<int>1</int>
</void>
<void method="add">
<int>2</int>
</void>
</object>
</void>
<void method="put">
<byte>1</byte>
<object class="java.util.ArrayList">
<void method="add">
<int>0</int>
</void>
</object>
</void>
</object>
</void>
<void property="reversedExprs">
<object class="java.util.HashMap">
<void method="put">
<string>_col8</string>
<byte>0</byte>
</void>
<void method="put">
<string>_col7</string>
<byte>0</byte>
</void>
<void method="put">
<string>_col6</string>
<byte>0</byte>
</void>
<void method="put">
<string>_col5</string>
<byte>0</byte>
</void>
<void method="put">
<string>_col4</string>
<byte>0</byte>
</void>
<void method="put">
<string>_col3</string>
<byte>0</byte>
</void>
<void method="put">
<string>_col2</string>
<byte>0</byte>
</void>
<void method="put">
<string>_col1</string>
<byte>0</byte>
</void>
<void method="put">
<string>_col9</string>
<byte>1</byte>
</void>
<void method="put">
<string>_col13</string>
<byte>1</byte>
</void>
<void method="put">
<string>_col12</string>
<byte>1</byte>
</void>
<void method="put">
<string>_col11</string>
<byte>1</byte>
</void>
<void method="put">
<string>_col10</string>
<byte>1</byte>
</void>
<void method="put">
<string>_col0</string>
<byte>0</byte>
</void>
</object>
</void>
<void property="tagOrder">
<array class="java.lang.Byte" length="2">
<void index="0">
<byte>0</byte>
</void>
<void index="1">
<byte>1</byte>
</void>
</array>
</void>
<void property="valueTblDescs">
<object class="java.util.ArrayList">
<void method="add">
<object class="org.apache.hadoop.hive.ql.plan.TableDesc">
<void property="deserializerClass">
<class>org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe</class>
</void>
<void property="inputFileFormatClass">
<class>org.apache.hadoop.mapred.SequenceFileInputFormat</class>
</void>
<void property="outputFileFormatClass">
<class>org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat</class>
</void>
<void property="properties">
<object class="java.util.Properties">
<void method="put">
<string>columns</string>
<string>mapjoinvalue0,mapjoinvalue1,mapjoinvalue2</string>
</void>
<void method="put">
<string>columns.types</string>
<string>int,map&lt;string,int&gt;,string</string>
</void>
<void method="put">
<string>escape.delim</string>
<string>\</string>
</void>
</object>
</void>
</object>
</void>
<void method="add">
<object class="org.apache.hadoop.hive.ql.plan.TableDesc">
<void property="deserializerClass">
<class>org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe</class>
</void>
<void property="inputFileFormatClass">
<class>org.apache.hadoop.mapred.SequenceFileInputFormat</class>
</void>
<void property="outputFileFormatClass">
<class>org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat</class>
</void>
<void property="properties">
<object class="java.util.Properties">
<void method="put">
<string>columns</string>
<string>mapjoinvalue0</string>
</void>
<void method="put">
<string>columns.types</string>
<string>int</string>
</void>
<void method="put">
<string>escape.delim</string>
<string>\</string>
</void>
</object>
</void>
</object>
</void>
</object>
</void>
<void property="valueTblFilteredDescs">
<object class="java.util.ArrayList">
<void method="add">
<object class="org.apache.hadoop.hive.ql.plan.TableDesc">
<void property="deserializerClass">
<class>org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe</class>
</void>
<void property="inputFileFormatClass">
<class>org.apache.hadoop.mapred.SequenceFileInputFormat</class>
</void>
<void property="outputFileFormatClass">
<class>org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat</class>
</void>
<void property="properties">
<object class="java.util.Properties">
<void method="put">
<string>columns</string>
<string>mapjoinvalue0,mapjoinvalue1,mapjoinvalue2</string>
</void>
<void method="put">
<string>columns.types</string>
<string>int,map&lt;string,int&gt;,string</string>
</void>
<void method="put">
<string>escape.delim</string>
<string>\</string>
</void>
</object>
</void>
</object>
</void>
<void method="add">
<object class="org.apache.hadoop.hive.ql.plan.TableDesc">
<void property="deserializerClass">
<class>org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe</class>
</void>
<void property="inputFileFormatClass">
<class>org.apache.hadoop.mapred.SequenceFileInputFormat</class>
</void>
<void property="outputFileFormatClass">
<class>org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat</class>
</void>
<void property="properties">
<object class="java.util.Properties">
<void method="put">
<string>columns</string>
<string>mapjoinvalue0</string>
</void>
<void method="put">
<string>columns.types</string>
<string>int</string>
</void>
<void method="put">
<string>escape.delim</string>
<string>\</string>
</void>
</object>
</void>
</object>
</void>
</object>
</void>
</object>
</void>
<void property="counterNames">
<object class="java.util.ArrayList">
<void method="add">
<string>CNTR_NAME_HASHTABLESINK_14_NUM_INPUT_ROWS</string>
</void>
<void method="add">
<string>CNTR_NAME_HASHTABLESINK_14_NUM_OUTPUT_ROWS</string>
</void>
<void method="add">
<string>CNTR_NAME_HASHTABLESINK_14_TIME_TAKEN</string>
</void>
<void method="add">
<string>CNTR_NAME_HASHTABLESINK_14_FATAL_ERROR</string>
</void>
</object>
</void>
<void property="operatorId">
<string>HASHTABLESINK_14</string>
</void>
<void property="parentOperators">
<object class="java.util.ArrayList">
<void method="add">
<null/>
</void>
<void method="add">
<object idref="TableScanOperator0"/>
</void>
</object>
</void>
</object>
</void>
</object>
</void>
<void property="conf">
<object class="org.apache.hadoop.hive.ql.plan.TableScanDesc">
<void property="alias">
<string>members_map</string>
</void>
<void property="virtualCols">
<object class="java.util.ArrayList"/>
</void>
</object>
</void>
<void property="counterNames">
<object class="java.util.ArrayList">
<void method="add">
<string>CNTR_NAME_TS_1_NUM_INPUT_ROWS</string>
</void>
<void method="add">
<string>CNTR_NAME_TS_1_NUM_OUTPUT_ROWS</string>
</void>
<void method="add">
<string>CNTR_NAME_TS_1_TIME_TAKEN</string>
</void>
<void method="add">
<string>CNTR_NAME_TS_1_FATAL_ERROR</string>
</void>
</object>
</void>
<void property="neededColumnIDs">
<object class="java.util.ArrayList">
<void method="add">
<int>1</int>
</void>
<void method="add">
<int>0</int>
</void>
</object>
</void>
<void property="operatorId">
<string>TS_1</string>
</void>
<void property="schema">
<object class="org.apache.hadoop.hive.ql.exec.RowSchema">
<void property="signature">
<object class="java.util.ArrayList">
<void method="add">
<object class="org.apache.hadoop.hive.ql.exec.ColumnInfo">
<void property="internalName">
<string>member_id</string>
</void>
<void property="tabAlias">
<string>members_map</string>
</void>
<void property="type">
<object idref="PrimitiveTypeInfo0"/>
</void>
</object>
</void>
<void method="add">
<object class="org.apache.hadoop.hive.ql.exec.ColumnInfo">
<void property="internalName">
<string>gender</string>
</void>
<void property="tabAlias">
<string>members_map</string>
</void>
<void property="type">
<object idref="PrimitiveTypeInfo0"/>
</void>
</object>
</void>
<void method="add">
<object class="org.apache.hadoop.hive.ql.exec.ColumnInfo">
<void property="internalName">
<string>birthdate</string>
</void>
<void property="tabAlias">
<string>members_map</string>
</void>
<void property="type">
<object idref="PrimitiveTypeInfo1"/>
</void>
</object>
</void>
<void method="add">
<object class="org.apache.hadoop.hive.ql.exec.ColumnInfo">
<void property="hiddenVirtualCol">
<boolean>true</boolean>
</void>
<void property="internalName">
<string>BLOCK__OFFSET__INSIDE__FILE</string>
</void>
<void property="tabAlias">
<string>members_map</string>
</void>
<void property="type">
<object class="org.apache.hadoop.hive.serde2.typeinfo.PrimitiveTypeInfo">
<void property="typeName">
<string>bigint</string>
</void>
</object>
</void>
</object>
</void>
<void method="add">
<object class="org.apache.hadoop.hive.ql.exec.ColumnInfo">
<void property="hiddenVirtualCol">
<boolean>true</boolean>
</void>
<void property="internalName">
<string>INPUT__FILE__NAME</string>
</void>
<void property="tabAlias">
<string>members_map</string>
</void>
<void property="type">
<object idref="PrimitiveTypeInfo1"/>
</void>
</object>
</void>
</object>
</void>
</object>
</void>
</object>
</void>
</object>
</void>
<void property="tmpFileURI">
<string>file:/tmp/hduser/hive_2012-04-24_17-31-58_797_239861540062844322/-local-10003/HashTable-Stage-1</string>
</void>
</object>
</java>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment