You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with e as (
selectb.handle_timeasdate, c.pig_typefrom ihp_farm_harmless a
left join ihp_harmless b
ona.id=b.origin_idleft join ihp_harmless_detail c
onb.id=c.harmless_idwhere farm_id in (123456789, 1)
union allselectb.handle_timeasdate, c.pig_typefrom ihp_slaughter_harmless a
left join ihp_harmless b
ona.id=b.origin_idleft join ihp_harmless_detail c
onb.id=c.harmless_idwhereb.handle_place_idin (0, 1)
)
selecte.datefrom e limit5
with e as (
selectb.handle_timeasdate, c.pig_typefrom ihp_farm_harmless a
left join ihp_harmless b
ona.id=b.origin_idleft join ihp_harmless_detail c
onb.id=c.harmless_idwhere farm_id in (123456789, 1)
union allselectb.handle_timeasdate, c.pig_typefrom ihp_slaughter_harmless a
left join ihp_harmless b
ona.id=b.origin_idleft join ihp_harmless_detail c
onb.id=c.harmless_idwhereb.handle_place_idin (0, 1)
)
selecte.datefrom e group bye.datelimit5;
ERROR 42000: (SQLState=42000 Severity=20000) (Server=hdfs06-dev.yingzi.com/172.19.101.81[1527] Thread=ThriftProcessor-62) Syntax error or analysis exception: /tmp/blockmgr-cb722f64-ff3c-47d5-b387-09fc273863ab/0e/temp_shuffle_7758c4b0-3ab8-4417-87b9-4713195efdc7 (No such file or directory)
The text was updated successfully, but these errors were encountered:
after restart snappydata cluster ,it is ok,But i donot know why,and how to avoid it.
snappy> with e as (
>selectb.handle_timeasdate, c.pig_type>from ihp_farm_harmless a
>left join ihp_harmless b
>ona.id=b.origin_id>left join ihp_harmless_detail c
>onb.id=c.harmless_id>where farm_id in (123456789, 1)
>union all>selectb.handle_timeasdate, c.pig_type>from ihp_slaughter_harmless a
>left join ihp_harmless b
>ona.id=b.origin_id>left join ihp_harmless_detail c
>onb.id=c.harmless_id>whereb.handle_place_idin (0, 1)
> )
>selecte.datefrom e group bye.datelimit5;
DATE--------------------------2019-09-2209:11:05.3332019-09-2510:27:40.5872019-09-2420:21:18.2612019-09-2315:48:18.032019-09-2406:56:13.779
snappy>
DATE
2019-09-22 09:11:05.333
2019-09-22 09:11:05.333
2019-09-22 09:11:05.333
2019-09-22 09:11:05.333
2019-09-22 09:11:05.333
5 rows selected
snappy>
ERROR 42000: (SQLState=42000 Severity=20000) (Server=hdfs06-dev.yingzi.com/172.19.101.81[1527] Thread=ThriftProcessor-62) Syntax error or analysis exception: /tmp/blockmgr-cb722f64-ff3c-47d5-b387-09fc273863ab/0e/temp_shuffle_7758c4b0-3ab8-4417-87b9-4713195efdc7 (No such file or directory)
The text was updated successfully, but these errors were encountered: