Skip to content

Commit

Permalink
correction for solr integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
jetoile committed Jan 24, 2017
1 parent c4dcb2a commit 2f9030b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ hive.test.table.name=test_table


# HDFS
hdfs.namenode.host=localhost
hdfs.namenode.port=20112
hdfs.namenode.http.port=50070
hdfs.temp.dir=/tmp/embedded_hdfs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ hive.test.table.name=test_table


# HDFS
hdfs.namenode.host=localhost
hdfs.namenode.port=20112
hdfs.namenode.http.port=50070
hdfs.temp.dir=/tmp/embedded_hdfs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ hive.test.table.name=test_table


# HDFS
hdfs.namenode.host=localhost
hdfs.namenode.port=20112
hdfs.namenode.http.port=50070
hdfs.temp.dir=/tmp/embedded_hdfs
Expand Down
8 changes: 4 additions & 4 deletions sample/solr-parquet-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@
</executions>
<configuration>
<components>
<componentArtifact implementation="fr.jetoile.hadoopunit.ComponentArtifact">
<componentName>HDFS</componentName>
<artifact>fr.jetoile.hadoop:hadoop-unit-hdfs:${hadoop-unit.version}</artifact>
</componentArtifact>
<componentArtifact implementation="fr.jetoile.hadoopunit.ComponentArtifact">
<componentName>ZOOKEEPER</componentName>
<artifact>fr.jetoile.hadoop:hadoop-unit-zookeeper:${hadoop-unit.version}</artifact>
</componentArtifact>
<componentArtifact implementation="fr.jetoile.hadoopunit.ComponentArtifact">
<componentName>HDFS</componentName>
<artifact>fr.jetoile.hadoop:hadoop-unit-hdfs:${hadoop-unit.version}</artifact>
</componentArtifact>
<componentArtifact implementation="fr.jetoile.hadoopunit.ComponentArtifact">
<componentName>SOLRCLOUD</componentName>
<artifact>fr.jetoile.hadoop:hadoop-unit-solrcloud:${hadoop-unit.version}</artifact>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ hive.test.table.name=test_table


# HDFS
hdfs.namenode.host=localhost
hdfs.namenode.port=20112
hdfs.namenode.http.port=50070
hdfs.temp.dir=/tmp/embedded_hdfs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ hive.test.table.name=test_table


# HDFS
hdfs.namenode.host=localhost
hdfs.namenode.port=20112
hdfs.namenode.http.port=50070
hdfs.temp.dir=/tmp/embedded_hdfs
Expand Down

0 comments on commit 2f9030b

Please sign in to comment.