-statestore_subscriber_timeout_seconds=100 in the /data/Impala/conf/impalad.flgs launch configuration file to fix this problem./data/emr/impala/logs:Connection with state-store lostTrying to re-register with state-store
join queries. Check whether the join statement is appropriate or increase the server memory.WHERE clause in a query was incorrect, such as server instructions that are not supported by the processor that can generate a specific node. If the error message in the log indicates that the cause is an invalid instruction, please consider disabling native code generation before trying a query again.FIELDS TERMINATED BY clause of the CREATE TABLE statement. Check whether there is extra-long data and whether correct delimiters are used in the CREATE TABLE statement.[localhost:27001] > set mem_limit=3000000000;MEM_LIMIT set to 3000000000[localhost:27001] > select 5;Query: select 5+---+ |5 | +---+ |5 | +---+[localhost:27001] > set mem_limit=3g;MEM_LIMIT set to 3g[localhost:27001] > select 5;Query: select 5+---+ |5 | +---+ |5 | +---+[localhost:27001] > set mem_limit=3gb;MEM_LIMIT set to 3gb[localhost:27001] > select 5;+---+|5 | +---+ |5 | +---+[localhost:27001] > set mem_limit=3m;MEM_LIMIT set to 3m[localhost:27001] > select 5;+---+|5 |+---+|5 |+---+[localhost:27001] > set mem_limit=3mb; MEM_LIMIT set to 3mb [localhost:21000] > select 5;+---+ |5 | +---+
Feedback