commit | f18bba26e4cdbc748399bc058540c70f5cbc9bb4 | [log] [tgz] |
---|---|---|
author | Ian Maxon <imaxon@apache.org> | Fri Aug 21 12:35:14 2015 -0700 |
committer | Ian Maxon <imaxon@apache.org> | Sat Aug 22 12:57:04 2015 -0700 |
tree | 32c3012d26e73946ee5d75240684e4d3498d95b1 | |
parent | 34d816305a0ddaab5d54f23b60ff985eeb12193c [diff] [blame] |
Change Java package from edu.uci.ics to org.apache Change-Id: I2f01d2b5614e9e9c94fda4bf1294a8eba6a26c54 Reviewed-on: https://asterix-gerrit.ics.uci.edu/309 Reviewed-by: Till Westmann <tillw@apache.org> Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
diff --git a/asterix-app/src/main/resources/hyracks-deployment.properties b/asterix-app/src/main/resources/hyracks-deployment.properties index 5b0fdd7..67584f3 100644 --- a/asterix-app/src/main/resources/hyracks-deployment.properties +++ b/asterix-app/src/main/resources/hyracks-deployment.properties
@@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. #*/ -cc.bootstrap.class=edu.uci.ics.asterix.hyracks.bootstrap.CCBootstrapImpl -nc.bootstrap.class=edu.uci.ics.asterix.hyracks.bootstrap.NCBootstrapImpl +cc.bootstrap.class=org.apache.asterix.hyracks.bootstrap.CCBootstrapImpl +nc.bootstrap.class=org.apache.asterix.hyracks.bootstrap.NCBootstrapImpl cc.ip=127.0.0.1 cc.port=1098