Skip to content

Commit

Permalink
Merge branch 'master' into Spark3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghislainfourny authored Feb 27, 2024
2 parents 4aef769 + 3a031ec commit debaef5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/HTTPServer.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ With the HTTP server running, if you have installed Python and Jupyter notebooks

!pip install rumbledb
%load_ext rumbledb
%env RUMBLEDB_SERVER=http://locahost:8001/jsoniq
%env RUMBLEDB_SERVER=http://localhost:8001/jsoniq

Where, of course, you need to adapt the port (8001) to the one you picked previously.

Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ You can try a few more queries.
>>>
( 1, 2, 3, 4, 5, 6, 7, 8, 9, 10)

This is it. RumbleDB is step and ready to go locally. You can now move on to a JSONiq tutorial. A RumbleDB tutorial will also follow soon.
This is it. RumbleDB is setup and ready to go locally. You can now move on to a JSONiq tutorial. A RumbleDB tutorial will also follow soon.

## Running on a cluster

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/jsound-validator.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<title>Public Rumble page</title>

<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/public.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<title>Public Rumble page</title>
<script type="text/javascript">
$(document).ready(function() {
Expand Down

0 comments on commit debaef5

Please sign in to comment.