Member since
07-18-2018
3
Posts
0
Kudos Received
0
Solutions
07-19-2018
10:35 AM
I am doing InsertOverwite in this table . sometimes insertoverwrite works but sometimes it hangs, I am affriad with this inconsistency i will not be able to use LLAP in prodcution environment.
... View more
07-19-2018
09:51 AM
@Sindhu we are not using Transnational table , even in LLAP cluster i have disabled "ACID property". My Table structure is CREATE EXTERNAL TABLE IF NOT EXISTS ABC (
`col1` String,`col2` Decimal(6,0),`col3` String
)
ROW FORMAT DELIMITED FIELDS TERMINATED BY '\u0001'
NULL DEFINED AS ''
LOCATION 'adl://root.dummy.net/Avinash/abc'
... View more
07-18-2018
09:56 PM
Hi, I am just trying to insert a record into a hive table using select statement ,LLAP session completes map and reduce phase quickly but after that my session hangs and doesn't pick next set of Sql for the execution . This is very strange scenario. also sometimes i have observed when i am trying to create a table with LLAP session it hangs forever . Please suggest me what wrong here ???
... View more
- Tags:
- Data Processing
- llap