dfs.client.file-block-storage-locations.timeout.millis가 일으킨 오류

1288 단어
impala 1.3.1을 설정하는 과정에서
impala 오류
E0523 14:35:35.042412 21220 impala-server.cc:208] ERROR: block location tracking is not properly enabled because
  - dfs.client.file-block-storage-locations.timeout is too low. It should be at least 3000.

cloudera 홈페이지에 대한 설명
http://www.cloudera.com/content/cloudera-content/cloudera-docs/Impala/latest/Installing-and-Using-Impala/ciiu_config_performance.html
On all Impala nodes, configure the following properties in hdfs-site.xml as shown: 다음 코드는hdfs-site로 복사되었습니다.xml, 그러나hdfs를 다시 시작한 후 오류는 여전합니다.
자세히 읽은 결과 원래 이 위에 잘못 쓴 곳이 있었다. cloudera의 페이지에는 다음과 같이 쓰여 있었다.
<property>
    <name>dfs.client.file-block-storage-locations.timeout.millis</name>
    <value>10000</value>
</property>

하지만impala,hdfs-default.xml에는 다음과 같이 적혀 있습니다.
dfs.client.file-block-storage-locations.timeout
mills가 하나 없어서hdfs-site를 다시 수정했습니다.xml 프로필, 변경:
<property>
  <name>dfs.client.file-block-storage-locations.timeout</name>
  <value>10000</value>
</property>
hdfs를 다시 시작한 후 hdfs getconf-confKey dfs를 실행합니다.client.file-block-storage-locations.timeout
반환: 10000
구성 적용 설명

좋은 웹페이지 즐겨찾기