`Could not load content for webpack:///js/main.js ...
# troubleshooting
c
Could not load content for webpack:///js/main.js (HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME)
x
@Sanket Shah fyi
s
ok, I’ll take a look
c
image.png
Thx @Sanket Shah
s
hi @Charles which quick start did you try? just want to make sure I follow your steps and see if able to reproduce it
c
Hi here is the start commend
/opt/cisco/apache-pinot-incubating-0.8.0-bin/bin/pinot-admin.sh StartController -configFileName $CONF_FILE
[root@sj1-pinot-controller-02 controller]# cat /etc/pinot_controller.conf
CONF_FILE=/opt/cisco/apache-pinot-incubating-0.8.0-bin/conf/controller.properties ZK_ADDRESS=10.250.84.822181,10.250.87.962181,10.250.87.184:2181 CLASSPATH_PREFIX=“/opt/cisco/hadoop-2.7.0/share/hadoop/hdfs/hadoop-hdfs-2.7.0.jar/opt/cisco/hadoop 2.7.0/share/hadoop/common/lib/hadoop annotations 2.7.0.jar/opt/cisco/hadoop-2.7.0/share/hadoop/common/lib/hadoop-auth-2.7.0.jar/opt/cisco/hadoop 2.7.0/share/hadoop/common/hadoop common 2.7.0.jar/opt/cisco/hadoop-2.7.0/share/hadoop/common/lib/guava-11.0.2.jar/opt/cisco/hadoop 2.7.0/share/hadoop/common/lib/gson 2.2.4.jar/opt/cisco/hadoop-2.7.0/share/hadoop/hdfs/lib/htrace-core-3.1.0-incubating.jar” JAVA_OPTS=“-Xms28G -Xmx32G -XX:+UseG1GC -javaagent/opt/cisco/apache pinot incubating 0.8.0 bin/agent/jmx prometheus javaagent 0.12.0.jar=9066/opt/cisco/apache-pinot-incubating-0.8.0-bin/agent/pinot.yml -Dplugins.dir=/opt/cisco/apache-pinot-incubating-0.8.0-bin/plugins -Dlog4j2.configurationFile=/opt/cisco/apache-pinot-incubating-0.8.0-bin/conf/pinot-controller-log4j2.xml -XX:MaxGCPauseMillis=200 -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCApplicationConcurrentTime -XX:-UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=20M -Xloggc:/var/log/pinot/controller/gc-%t.log”
[root@sj1-pinot-controller-02 controller]# cat /opt/cisco/apache-pinot-incubating-0.8.0-bin/conf/controller.properties
controller.data.dir=hdfs://rpbt1hmn002.webex.com:8020/user/hzpda/pinot_backup controller.local.temp.dir=/vdb/pinot/controller controller.zk.str=10.250.84.822181,10.250.87.962181,10.250.87.184:2181 controller.access.protocols.http.port=9000 controller.helix.cluster.name=PinotCluster pinot.controller.storage.factory.class.hdfs=org.apache.pinot.plugin.filesystem.HadoopPinotFS pinot.controller.storage.factory.hdfs.hadoop.conf.path=/opt/cisco/hadoop-2.7.0/etc/hadoop pinot.controller.segment.fetcher.protocols=file,http,hdfs pinot.controller.segment.fetcher.hdfs.class=org.apache.pinot.common.utils.fetcher.PinotFSSegmentFetcher # pinot.controller.segment.fetcher.hdfs.hadoop.kerberos.principle=
<your kerberos principal>
# pinot.controller.segment.fetcher.hdfs.hadoop.kerberos.keytab=
<your kerberos keytab>
controller.allow.hlc.tables=false controller.enable.split.commit=true controller.vip.port=9000 controller.port=9000 pinot.set.instance.id.to.hostname=true controller.deleted.segments.retentionInDays=3 controller.retention.frequencyInSeconds=3600 controller.retentionManager.initialDelayInSeconds=120 # pinot Enable PinotTaskManager controller.task.frequencyInSeconds=3600
Hi @Sanket Shah Just confirm if caused by my build issue?
image.png
I got failed log when building
s
that
ERROR
line is OK, you can ignore that.
c
build.log
Here is my build log and many warnings here
s
I was able to run
quick-start-hybrid
with this release. Can you double check if you can also run on your local or not? What I did was build the pinot from root directory using command:
mvn clean install -Denforcer.skip=true -DskipTests -Pbin-dist
then navigated to build:
cd pinot-distribution/target/apache-pinot-0.8.0-bin/apache-pinot-0.8.0-bin
run:
./bin/quick-start-hybrid.sh
Went to
<http://localhost:9000/#/zookeeper>
and UI is running.
c
ok i will try
Hi @Sanket Shah With your method I still can’t open zookeeper page
image.png
Seems you have session in you local env?
s
@Charles did you try the
quick-start
script? I have stopped my existing servers running and cleared session and tried again. It worked for
quick-start-hybrid.sh
c
yes
image.png
s
do you mind to hop on a zoom call and debug this together?
c
ok
c
Hi @Sanket Shah It worked, thx for you help
s
awesome, glad we could fix it. I’ll fix in master branch
c
Thank you 😀