Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pixels-cache/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ clean:

# run mvn package before to generate target jar
gen:
javah -d ./src/main/cpp -cp ./target/pixels-cache-0.1.0-SNAPSHOT.jar io.pixelsdb.pixels.cache.utils.RadixTreeDumper
javah -d ./src/main/cpp -cp ./target/pixels-cache-0.1.0-SNAPSHOT.jar io.pixelsdb.pixels.cache.NativeRadixIndexReader
javah -d ./src/main/cpp -cp ./target/pixels-cache-0.1.0-SNAPSHOT.jar io.pixelsdb.pixels.cache.NativeHashIndexReader
javah -d ./src/main/cpp -cp ./target/pixels-cache-0.1.0-SNAPSHOT.jar io.pixelsdb.pixels.cache.utils.RadixIndexEndianRewriter
javah -d ./src/main/cpp -cp ./target/pixels-cache-0.1.0.jar io.pixelsdb.pixels.cache.utils.RadixTreeDumper
javah -d ./src/main/cpp -cp ./target/pixels-cache-0.1.0.jar io.pixelsdb.pixels.cache.NativeRadixIndexReader
javah -d ./src/main/cpp -cp ./target/pixels-cache-0.1.0.jar io.pixelsdb.pixels.cache.NativeHashIndexReader
javah -d ./src/main/cpp -cp ./target/pixels-cache-0.1.0.jar io.pixelsdb.pixels.cache.utils.RadixIndexEndianRewriter

disc:
javap -s -p target/yeeef/Address.class
Expand Down
2 changes: 1 addition & 1 deletion pixels-cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pixels</artifactId>
<groupId>io.pixelsdb</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pixels-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.pixelsdb</groupId>
<artifactId>pixels</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pixels-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pixels</artifactId>
<groupId>io.pixelsdb</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pixels-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pixels</artifactId>
<groupId>io.pixelsdb</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pixels-daemon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pixels</artifactId>
<groupId>io.pixelsdb</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* example command to start pixels-daemon:
* java -Dio.netty.leakDetection.level=advanced -Drole=main -jar pixels-daemon-0.1.0-SNAPSHOT-full.jar datanode|coordinator
* java -Dio.netty.leakDetection.level=advanced -Drole=main -jar pixels-daemon-0.1.0-full.jar datanode|coordinator
* */
public class DaemonMain
{
Expand Down
2 changes: 1 addition & 1 deletion pixels-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.pixelsdb</groupId>
<artifactId>pixels</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pixels-executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pixels</artifactId>
<groupId>io.pixelsdb</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pixels-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pixels</artifactId>
<groupId>io.pixelsdb</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pixels-planner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pixels</artifactId>
<groupId>io.pixelsdb</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pixels-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.pixelsdb</groupId>
<artifactId>pixels</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pixels-storage/pixels-storage-gcs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.pixelsdb</groupId>
<artifactId>pixels</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pixels-storage/pixels-storage-hdfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.pixelsdb</groupId>
<artifactId>pixels</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pixels-storage/pixels-storage-localfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.pixelsdb</groupId>
<artifactId>pixels</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pixels-storage/pixels-storage-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.pixelsdb</groupId>
<artifactId>pixels</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pixels-storage/pixels-storage-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.pixelsdb</groupId>
<artifactId>pixels</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pixels-storage/pixels-storage-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>pixels</artifactId>
<groupId>io.pixelsdb</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pixels-turbo/pixels-invoker-lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.pixelsdb</groupId>
<artifactId>pixels</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pixels-turbo/pixels-invoker-vhive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pixels</artifactId>
<groupId>io.pixelsdb</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pixels-turbo/pixels-scaling-ec2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>pixels</artifactId>
<groupId>io.pixelsdb</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pixels-turbo/pixels-worker-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.pixelsdb</groupId>
<artifactId>pixels</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pixels-turbo/pixels-worker-lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pixels</artifactId>
<groupId>io.pixelsdb</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pixels-turbo/pixels-worker-vhive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pixels</artifactId>
<groupId>io.pixelsdb</groupId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>io.pixelsdb</groupId>
<artifactId>pixels</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<description>Pixels Main Project</description>
<url>https://github.com/pixelsdb/pixels</url>
<inceptionYear>2017</inceptionYear>
Expand Down