Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 9622c3f

Browse files
committedJan 21, 2019
Repackage as io.prestosql (step 4 of 4)
Update package and module references
1 parent c74b775 commit 9622c3f

File tree

100 files changed

+236
-238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+236
-238
lines changed
 

‎.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ env:
1313
- WEBUI_CHECKS=true
1414
- TEST_SPECIFIC_MODULES=presto-tests
1515
- TEST_SPECIFIC_MODULES=presto-tests TEST_FLAGS="-P ci-only"
16-
- TEST_SPECIFIC_MODULES=presto-raptor
16+
- TEST_SPECIFIC_MODULES=presto-raptor-legacy
1717
- TEST_SPECIFIC_MODULES=presto-accumulo
1818
- TEST_SPECIFIC_MODULES=presto-cassandra
1919
- TEST_SPECIFIC_MODULES=presto-hive
2020
- TEST_SPECIFIC_MODULES=presto-main
2121
- TEST_SPECIFIC_MODULES=presto-mongodb
22-
- TEST_OTHER_MODULES=!presto-tests,!presto-raptor,!presto-accumulo,!presto-cassandra,!presto-hive,!presto-kudu,!presto-docs,!presto-server,!presto-server-rpm,!presto-main,!presto-mongodb
22+
- TEST_OTHER_MODULES=!presto-tests,!presto-raptor-legacy,!presto-accumulo,!presto-cassandra,!presto-hive,!presto-kudu,!presto-docs,!presto-server,!presto-server-rpm,!presto-main,!presto-mongodb
2323
- PRODUCT_TESTS_BASIC_ENVIRONMENT=true
2424
- PRODUCT_TESTS_SPECIFIC_ENVIRONMENT=true
2525
- PRODUCT_TESTS_SPECIFIC_ENVIRONMENT_2=true
@@ -197,7 +197,7 @@ script:
197197
198198
before_cache:
199199
# Make the cache stable between builds by removing build output
200-
- rm -rf $HOME/.m2/repository/com/facebook
200+
- rm -rf $HOME/.m2/repository/io/prestosql
201201

202202
notifications:
203203
slack:

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ After opening the project in IntelliJ, double check that the Java SDK is properl
3737

3838
Presto comes with sample configuration that should work out-of-the-box for development. Use the following options to create a run configuration:
3939

40-
* Main Class: `com.facebook.presto.server.PrestoServer`
40+
* Main Class: `io.prestosql.server.PrestoServer`
4141
* VM Options: `-ea -XX:+UseG1GC -XX:G1HeapRegionSize=32M -XX:+UseGCOverheadLimit -XX:+ExplicitGCInvokesConcurrent -Xmx2G -Dconfig=etc/config.properties -Dlog.levels-file=etc/log.properties`
4242
* Working directory: `$MODULE_DIR$`
4343
* Use classpath of module: `presto-main`

0 commit comments

Comments
 (0)
This repository has been archived.