Skip to content

Commit

Permalink
Removed all the livy prefixes from directories
Browse files Browse the repository at this point in the history
It seemed redundant to have the livy prefixes
on all the directories. We are still keeping
the livy- prefix for the jar files.
  • Loading branch information
Kostas Sakellis committed Jan 5, 2016
1 parent 8fa05f9 commit dd57f03
Show file tree
Hide file tree
Showing 140 changed files with 10 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion bin/setup-classpath
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

LIBDIR="$LIVY_HOME/jars"
if [ ! -d "$LIBDIR" ]; then
LIBDIR="$LIVY_HOME/livy-assembly/target/jars"
LIBDIR="$LIVY_HOME/assembly/target/jars"
fi
if [ ! -d "$LIBDIR" ]; then
echo "Could not find Livy jars directory." 1>&2
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@
</repositories>

<modules>
<module>livy-api</module>
<module>livy-assembly</module>
<module>livy-core</module>
<module>livy-repl</module>
<module>livy-server</module>
<module>livy-spark</module>
<module>livy-yarn</module>
<module>livy-client-local</module>
<module>livy-client-http</module>
<module>api</module>
<module>assembly</module>
<module>core</module>
<module>repl</module>
<module>server</module>
<module>spark</module>
<module>yarn</module>
<module>client-local</module>
<module>client-http</module>
</modules>

<dependencyManagement>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit dd57f03

Please sign in to comment.