Github user mashengchen commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/348#discussion_r54820703
--- Diff: core/sqf/sql/scripts/install_local_hadoop ---
@@ -391,7 +391,19 @@ else
MY_START_PORT=`expr 24000 + $MY_START_PORT '*' 200`
elif [ $MY_START_PORT == "rand" ]; then
# pick a random number between 12000 and 24000 that is divisible by 200
- MY_START_PORT=`expr $RANDOM '%' 60 '*' 200 + 12000`
+ lv_number=0 #initialize
--- End diff --
i will change it back
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---